Trace number 4400487

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-16OPT75 84.9466 21.6879

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-46-08.xml
MD5SUM1a36b9c979418634ede1d2fbb3d1d330
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark84.9466
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size347
Distribution of domain sizes[{"size":1,"count":1},{"size":347,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":5},{"degree":8,"count":40},{"degree":9,"count":9},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":131},{"arity":60,"count":4}]
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-4400487-1568694411.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400487-1568694411.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.60/0.73	c solve instance...
2.39/0.94	o 90 
2.39/0.96	o 85 
2.75/1.01	o 84 
2.75/1.02	o 82 
2.75/1.07	o 81 
2.75/1.11	o 80 
9.47/2.71	o 79 
28.52/7.54	o 78 
46.47/12.10	o 77 
55.97/14.42	o 76 
56.76/14.62	o 75 
84.66/21.68	s OPTIMUM FOUND
84.66/21.68	v <instantiation>
84.66/21.68	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>
84.66/21.68	v 	<values>0 0 0 0 6 5 6 11 15 25 7 16 12 15 20 14 7 26 22 32 12 26 14 29 12 17 26 29 22 30 43 42 23 24 39 25 39 42 48 34 43 47 39 34 53 55 47 56 60 64 61 61 53 55 56 66 63 63 64 73 66 75 </values>
84.66/21.68	v </instantiation>

Verifier Data

OK	75

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

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

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

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=24633, runsolver pid=24630
Current StackSize limit: 8192 KiB


[startup+0.10025 s]*
/proc/loadavg: 8.83 4.78 2.76 7/233 24649
/proc/meminfo: memFree=28242868/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15144776 memory=30024 CPUtime=0.13 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 5616 0 0 0 12 1 0 0 20 0 15 0 445381309 15508250624 7506 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3786194 7506 3153 1 0 3748377 0
[pid=24635/tid=24636] ppid=24633 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24633 22939 0 -1 4202560 3551 0 0 0 9 0 0 0 20 0 15 0 445381309 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574818754256 140574798599548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445381311 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445381312 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445381312 15508250624 7506 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) R 24633 24633 22939 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 445381314 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573749000944 140574806756158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381315 15508250624 7506 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31472 KiB

[startup+0.21127 s]*
/proc/loadavg: 8.83 4.78 2.76 6/233 24649
/proc/meminfo: memFree=28230236/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15144776 memory=41996 CPUtime=0.34 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 9443 0 0 0 31 3 0 0 20 0 15 0 445381309 15508250624 10499 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3786194 10499 3305 1 0 3748377 0
[pid=24635/tid=24636] ppid=24633 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24633 22939 0 -1 4202560 6580 0 0 0 18 2 0 0 20 0 15 0 445381309 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574818748752 140574814530966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15144776 memory=139623945662323 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445381310 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445381311 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445381312 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445381312 15508250624 10499 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 15 0 445381314 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 445381314 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15144776 memory=139623942309504 CPUtime=0.08 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) R 24633 24633 22939 0 -1 4202560 751 0 0 0 8 0 0 0 20 0 15 0 445381314 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573749000752 140574793478896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381315 15508250624 10499 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43444 KiB

[startup+0.320251 s]*
/proc/loadavg: 8.83 4.78 2.76 7/233 24649
/proc/meminfo: memFree=28222108/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15149032 memory=51600 CPUtime=0.54 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 10944 0 0 0 50 4 0 0 20 0 15 0 445381309 15512608768 12900 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3787258 12900 3354 1 0 3748377 0
[pid=24635/tid=24636] ppid=24633 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24633 22939 0 -1 4202560 7845 0 0 0 28 2 0 0 20 0 15 0 445381309 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574818752816 140574814540957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445381310 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445381311 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445381312 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445381312 15512608768 12900 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15512608768 12900 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 594 0 0 0 5 0 0 0 20 0 15 0 445381314 15512608768 12900 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 361 0 0 0 4 0 0 0 20 0 15 0 445381314 15512608768 12900 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15148776 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24633 22939 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 15 0 445381314 15512346624 12909 33554432000 4194304 4196468 140721408896240 140573749000944 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15512608768 12909 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381315 15512608768 12909 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53048 KiB

[startup+0.701172 s]
/proc/loadavg: 8.83 4.78 2.76 9/233 24649
/proc/meminfo: memFree=28206012/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15151156 memory=86572 CPUtime=1.6 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 15066 0 0 0 154 6 0 0 20 0 15 0 445381309 15514783744 21643 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3787789 21643 3453 1 0 3748889 0
[pid=24635/tid=24636] ppid=24633 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24633 22939 0 -1 4202560 9259 0 0 0 63 4 0 0 20 0 15 0 445381309 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574818751800 140574430741962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381310 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15151156 memory=48260 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445381310 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445381311 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445381312 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445381312 15514783744 21643 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15151156 memory=1720 CPUtime=0.25 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) R 24633 24633 22939 0 -1 4202560 1380 0 0 0 25 0 0 0 20 0 15 0 445381314 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573751087048 140574795220695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15151156 memory=10604 CPUtime=0.24 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24633 22939 0 -1 4202560 946 0 0 0 24 0 0 0 20 0 15 0 445381314 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573750039992 140574814530966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15151156 memory=4160 CPUtime=0.41 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) R 24633 24633 22939 0 -1 4202560 2173 0 0 0 41 0 0 0 20 0 15 0 445381314 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573748993152 140574814540378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445381314 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445381315 15514783744 21643 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 88020 KiB

[startup+1.50119 s]
/proc/loadavg: 8.83 4.78 2.76 8/237 24661
/proc/meminfo: memFree=28136792/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0

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

/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 19 0 445381315 15859793920 56315 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24694] ppid=24633 vsize=15488080 memory=6791534058613427641 CPUtime=4.28 cores=0,2,4,6
/proc/24635/task/24694/stat : 24694 (java) R 24633 24633 22939 0 -1 4202560 65 0 0 0 428 0 0 0 20 0 19 0 445382770 15859793920 56315 33554432000 4194304 4196468 140721408896240 140573744368984 140574437728108 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24695] ppid=24633 vsize=15488080 memory=38 CPUtime=4.49 cores=0,2,4,6
/proc/24635/task/24695/stat : 24695 (java) R 24633 24633 22939 0 -1 4202560 310 0 0 0 449 0 0 0 20 0 19 0 445382770 15859793920 56315 33554432000 4194304 4196468 140721408896240 140573287281224 140574437168163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24696] ppid=24633 vsize=15488080 memory=279247633922832 CPUtime=4.52 cores=0,2,4,6
/proc/24635/task/24696/stat : 24696 (java) R 24633 24633 22939 0 -1 4202560 379 0 0 0 452 0 0 0 20 0 19 0 445382770 15859793920 56315 33554432000 4194304 4196468 140721408896240 140573289386504 140574437259895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24697] ppid=24633 vsize=15488080 memory=6944656592387989600 CPUtime=4.46 cores=0,2,4,6
/proc/24635/task/24697/stat : 24697 (java) R 24633 24633 22939 0 -1 4202560 339 0 0 0 446 0 0 0 20 0 19 0 445382770 15859793920 56315 33554432000 4194304 4196468 140721408896240 140573288332264 140574437167241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 75.05 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 226708 KiB

[startup+20.8012 s]
/proc/loadavg: 8.87 5.06 2.89 10/237 24701
/proc/meminfo: memFree=28047648/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15488080 memory=225340 CPUtime=81.43 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 58052 0 0 0 8131 12 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3872020 56335 3526 1 0 3833120 0
[pid=24635/tid=24636] ppid=24633 vsize=15488080 memory=222860 CPUtime=0.71 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24633 22939 0 -1 1077944384 9861 0 0 0 67 4 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574818759808 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15488080 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15488080 memory=222768 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15488080 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15488080 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 675 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15488080 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 487 0 0 0 0 1 0 0 20 0 19 0 445381311 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15488080 memory=6944656425122961013 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15488080 memory=8475934422144292502 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15488080 memory=-7966001967374371424 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15488080 memory=7680491646476186387 CPUtime=3.66 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 14387 0 0 0 365 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15488080 memory=6944656592387989600 CPUtime=3.97 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 16412 0 0 0 395 2 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15488080 memory=6791534058613427641 CPUtime=0.86 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24633 22939 0 -1 1077944384 8172 0 0 0 85 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573749000944 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15488080 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15488080 memory=25812 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 19 0 445381315 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24694] ppid=24633 vsize=15488080 memory=14048 CPUtime=5.86 cores=0,2,4,6
/proc/24635/task/24694/stat : 24694 (java) R 24633 24633 22939 0 -1 4202560 66 0 0 0 586 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573744369128 140574437670060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24695] ppid=24633 vsize=15488080 memory=2124 CPUtime=6.09 cores=0,2,4,6
/proc/24635/task/24695/stat : 24695 (java) R 24633 24633 22939 0 -1 4202560 320 0 0 0 609 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573287283176 140574437162887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24696] ppid=24633 vsize=15488080 memory=500 CPUtime=6.09 cores=0,2,4,6
/proc/24635/task/24696/stat : 24696 (java) R 24633 24633 22939 0 -1 4202560 383 0 0 0 609 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573289386216 140574437324019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24697] ppid=24633 vsize=15488080 memory=1556 CPUtime=6.05 cores=0,2,4,6
/proc/24635/task/24697/stat : 24697 (java) R 24633 24633 22939 0 -1 4202560 341 0 0 0 605 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573288332320 140574438252172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 81.43 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 226788 KiB

[startup+21.2012 s]
/proc/loadavg: 8.87 5.06 2.89 11/237 24701
/proc/meminfo: memFree=28047648/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15488080 memory=225340 CPUtime=83.02 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 58208 0 0 0 8290 12 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3872020 56335 3526 1 0 3833120 0
[pid=24635/tid=24636] ppid=24633 vsize=15488080 memory=3303633 CPUtime=0.71 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24633 22939 0 -1 1077944384 9861 0 0 0 67 4 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574818759808 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15488080 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 675 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15488080 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 487 0 0 0 0 1 0 0 20 0 19 0 445381311 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15488080 memory=0 CPUtime=3.66 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 14387 0 0 0 365 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15488080 memory=0 CPUtime=3.97 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 16412 0 0 0 395 2 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15488080 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24633 22939 0 -1 1077944384 8172 0 0 0 85 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573749000944 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15488080 memory=57 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 19 0 445381315 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24694] ppid=24633 vsize=15488080 memory=2276 CPUtime=6.25 cores=0,2,4,6
/proc/24635/task/24694/stat : 24694 (java) R 24633 24633 22939 0 -1 4202560 86 0 0 0 625 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573744369128 140574437167358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24695] ppid=24633 vsize=15488080 memory=0 CPUtime=6.49 cores=0,2,4,6
/proc/24635/task/24695/stat : 24695 (java) R 24633 24633 22939 0 -1 4202560 392 0 0 0 649 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573287283176 140574440557953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24696] ppid=24633 vsize=15488080 memory=0 CPUtime=6.49 cores=0,2,4,6
/proc/24635/task/24696/stat : 24696 (java) R 24633 24633 22939 0 -1 4202560 398 0 0 0 649 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573289386216 140574437579003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24697] ppid=24633 vsize=15488080 memory=139623942407921 CPUtime=6.45 cores=0,2,4,6
/proc/24635/task/24697/stat : 24697 (java) R 24633 24633 22939 0 -1 4202560 391 0 0 0 645 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573288332320 140574438065742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 83.02 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 226788 KiB

[startup+21.6112 s]
/proc/loadavg: 8.87 5.06 2.89 11/237 24701
/proc/meminfo: memFree=28047648/32770624 swapFree=66959728/67108860
[pid=24633] ppid=24630 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24633/stat : 24633 (xcsp3-exec) S 24630 24633 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445381308 115843072 362 33554432000 4194304 5098028 140726199275152 140726199273256 140594121953916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19603456 140726199276410 140726199276653 140726199276653 140726199279562 0
/proc/24633/statm: 28282 362 304 221 0 87 0
[pid=24635] ppid=24633 vsize=15488080 memory=225340 CPUtime=84.66 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24633 22939 0 -1 1077944320 58930 0 0 0 8454 12 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140721408878784 140574814519031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
/proc/24635/statm: 3872020 56335 3526 1 0 3833120 0
[pid=24635/tid=24636] ppid=24633 vsize=15488080 memory=3620 CPUtime=0.71 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24633 22939 0 -1 1077944384 9861 0 0 0 67 4 0 0 20 0 19 0 445381309 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574818759808 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24637] ppid=24633 vsize=15488080 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24637/stat : 24637 (java) S 24633 24633 22939 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574750755600 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24638] ppid=24633 vsize=15488080 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24633 22939 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574406007696 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24639] ppid=24633 vsize=15488080 memory=500 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24633 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574404955152 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24640] ppid=24633 vsize=15488080 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24633 22939 0 -1 1077944384 675 0 0 0 0 0 0 0 20 0 19 0 445381310 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574403902608 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24641] ppid=24633 vsize=15488080 memory=928 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24633 22939 0 -1 1077944384 487 0 0 0 0 1 0 0 20 0 19 0 445381311 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574350305264 140574814530178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24642] ppid=24633 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24633 22939 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574349251488 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24643] ppid=24633 vsize=15488080 memory=606 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24633 22939 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 445381312 15859793920 56335 33554432000 4194304 4196468 140721408896240 140574348198896 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24644] ppid=24633 vsize=15488080 memory=630 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573752158416 140574814537627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24645] ppid=24633 vsize=15488080 memory=630 CPUtime=3.66 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24633 22939 0 -1 1077944384 14389 0 0 0 365 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573751106032 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24646] ppid=24633 vsize=15488080 memory=626 CPUtime=3.97 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24633 22939 0 -1 1077944384 16414 0 0 0 395 2 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573750053488 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24647] ppid=24633 vsize=15488080 memory=1452 CPUtime=0.86 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24633 22939 0 -1 1077944384 8696 0 0 0 85 1 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573749000944 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24648] ppid=24633 vsize=15488080 memory=232740 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24633 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445381314 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573747948640 140574814529237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24649] ppid=24633 vsize=15488080 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24633 22939 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 19 0 445381315 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573746895152 140574814530178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24694] ppid=24633 vsize=15488080 memory=6892 CPUtime=6.66 cores=0,2,4,6
/proc/24635/task/24694/stat : 24694 (java) R 24633 24633 22939 0 -1 4202560 86 0 0 0 666 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573744369128 140574437158361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24695] ppid=24633 vsize=15488080 memory=1448 CPUtime=6.9 cores=0,2,4,6
/proc/24635/task/24695/stat : 24695 (java) R 24633 24633 22939 0 -1 4202560 444 0 0 0 690 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573287280640 140574437668391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24696] ppid=24633 vsize=15488080 memory=225340 CPUtime=6.9 cores=0,2,4,6
/proc/24635/task/24696/stat : 24696 (java) R 24633 24633 22939 0 -1 4202560 470 0 0 0 690 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573289386216 140574438228803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
[pid=24635/tid=24697] ppid=24633 vsize=15488080 memory=48260 CPUtime=6.86 cores=0,2,4,6
/proc/24635/task/24697/stat : 24697 (java) R 24633 24633 22939 0 -1 4202560 458 0 0 0 686 0 0 0 20 0 19 0 445382770 15859793920 56335 33554432000 4194304 4196468 140721408896240 140573288334312 140574438445342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140721408898031 140721408898202 140721408898202 140721408901071 0
Current children cumulated CPU time: 84.66 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 226788 KiB

Child status: 0
Real time (s): 21.6879
CPU time (s): 84.9466
CPU user time (s): 84.8137
CPU system time (s): 0.132873
CPU usage (%): 391.678
Max. virtual memory (cumulated for all children) (KiB): 15601208
Max. memory (cumulated for all children) (KiB): 226788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8137
system time used= 0.132873
maximum resident set size= 225420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4063
involuntary context switches= 2857


# summary of solver processes directly reported to runsolver:
#   pid: 24633
#   total CPU time (s): 84.9466
#   total CPU user time (s): 84.8137
#   total CPU system time (s): 0.132873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149276 second user time and 0.27789 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:26:11
IDJOB=4400487
IDBENCH=128523
IDSOLVER=2856
FILE ID=node124/4400487-1568694411
RUNJOBID= node124-1568694194-22970
PBS_JOBID= 21703802
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.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-4400487-1568694411/watcher-4400487-1568694411 -o /tmp/evaluation-result-4400487-1568694411/solver-4400487-1568694411 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22970 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1856029606 HOME/instance-4400487-1568694411.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=1856029606

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:        28264568 kB
MemAvailable:   31621972 kB
Buffers:          231924 kB
Cached:          3412536 kB
SwapCached:        46376 kB
Active:          1355044 kB
Inactive:        2562644 kB
Active(anon):     224204 kB
Inactive(anon):    98000 kB
Active(file):    1130840 kB
Inactive(file):  2464644 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             25860 kB
Writeback:           292 kB
AnonPages:        476096 kB
Mapped:            61772 kB
Shmem:             40944 kB
Slab:             186120 kB
SReclaimable:     155508 kB
SUnreclaim:        30612 kB
KernelStack:        4160 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1524536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 61760 MiB
End job on node124 at 2019-09-17 06:26:33