Trace number 4400497

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-16OPT98 223.192 56.4213

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark208.649
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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-4400497-1568694495.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400497-1568694495.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.31/0.63	c solve instance...
1.59/0.72	o 117 
1.59/0.77	o 115 
1.59/0.79	o 114 
2.36/0.95	o 113 
2.36/0.96	o 112 
2.72/1.01	o 111 
3.13/1.12	o 110 
3.47/1.26	o 109 
3.87/1.33	o 108 
4.66/1.69	o 107 
4.66/1.69	o 106 
17.36/4.78	o 104 
18.19/4.92	o 103 
19.38/5.22	o 102 
19.73/5.37	o 101 
19.73/5.38	o 100 
83.81/21.47	o 99 
172.21/43.65	o 98 
223.13/56.41	s OPTIMUM FOUND
223.13/56.41	v <instantiation>
223.13/56.41	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] </list>
223.13/56.41	v 	<values>0 54 3 0 5 9 2 23 15 35 54 25 46 42 19 57 77 35 63 29 74 45 92 64 85 87 72 81 92 90 94 98 </values>
223.13/56.41	v </instantiation>

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400497-1568694495/watcher-4400497-1568694495 -o /tmp/evaluation-result-4400497-1568694495/solver-4400497-1568694495 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2109883498 HOME/instance-4400497-1568694495.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=24935, runsolver pid=24932
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.24 5.64 3.24 7/233 24951
/proc/meminfo: memFree=28252140/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15144776 memory=28952 CPUtime=0.13 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 5705 0 0 0 12 1 0 0 20 0 15 0 445389626 15508250624 7238 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3786194 7238 3155 1 0 3748377 0
[pid=24937/tid=24938] ppid=24935 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) R 24935 24935 22939 0 -1 4202560 3582 0 0 0 9 0 0 0 20 0 15 0 445389626 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914928410384 139914924199318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445389628 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445389629 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914391680160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445389629 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914390627056 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) R 24935 24935 22939 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 445389631 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914386418160 139914908267870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389632 15508250624 7238 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210742 s]*
/proc/loadavg: 8.24 5.64 3.24 7/233 24951
/proc/meminfo: memFree=28238396/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15144776 memory=40836 CPUtime=0.34 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 9451 0 0 0 32 2 0 0 20 0 15 0 445389626 15508250624 10209 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3786194 10209 3309 1 0 3748377 0
[pid=24937/tid=24938] ppid=24935 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) R 24935 24935 22939 0 -1 4202560 6615 0 0 0 18 1 0 0 20 0 15 0 445389626 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914928421504 139914924210973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15144776 memory=139740045852531 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445389627 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445389628 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445389629 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914391680160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445389629 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914390627056 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 589 0 0 0 3 0 0 0 20 0 15 0 445389631 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 15 0 445389631 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15144776 memory=139740042499712 CPUtime=0.08 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) S 24935 24935 22939 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 445389631 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914386418160 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389632 15508250624 10209 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42284 KiB

[startup+0.317391 s]*
/proc/loadavg: 8.24 5.64 3.24 8/233 24951
/proc/meminfo: memFree=28231012/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15149032 memory=50696 CPUtime=0.54 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 10999 0 0 0 51 3 0 0 20 0 15 0 445389626 15512608768 12674 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3787258 12674 3364 1 0 3748377 0
[pid=24937/tid=24938] ppid=24935 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) R 24935 24935 22939 0 -1 4202560 7895 0 0 0 28 2 0 0 20 0 15 0 445389626 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914928419840 139914908267870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389627 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445389627 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445389628 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445389629 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914391680160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445389629 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914390627056 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 607 0 0 0 4 0 0 0 20 0 15 0 445389631 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 298 0 0 0 4 0 0 0 20 0 15 0 445389631 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) S 24935 24935 22939 0 -1 1077944384 901 0 0 0 13 0 0 0 20 0 15 0 445389631 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914386418160 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445389631 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445389632 15512608768 12674 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52144 KiB

[startup+0.701393 s]
/proc/loadavg: 8.24 5.64 3.24 6/233 24951
/proc/meminfo: memFree=28213940/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15417412 memory=89312 CPUtime=1.59 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 15564 0 0 0 153 6 0 0 20 0 19 0 445389626 15787429888 22328 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3854353 22328 3454 1 0 3815453 0
[pid=24937/tid=24938] ppid=24935 vsize=15417412 memory=33 CPUtime=0.62 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) S 24935 24935 22939 0 -1 1077944384 9308 0 0 0 58 4 0 0 20 0 19 0 445389626 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914928428160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15417412 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445389627 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445389627 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15417412 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445389627 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15417412 memory=48260 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445389627 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445389628 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15417412 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445389629 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914391680160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15417412 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445389629 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914390627056 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15417412 memory=580 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15417412 memory=1720 CPUtime=0.22 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) R 24935 24935 22939 0 -1 4202560 1389 0 0 0 22 0 0 0 20 0 19 0 445389631 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914388510544 139914902637502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15417412 memory=10604 CPUtime=0.22 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) R 24935 24935 22939 0 -1 4202560 913 0 0 0 22 0 0 0 20 0 19 0 445389631 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914387464144 139914909069187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15417412 memory=4160 CPUtime=0.39 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) R 24935 24935 22939 0 -1 1077944384 1985 0 0 0 39 0 0 0 20 0 19 0 445389631 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914386418288 139914924197589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15417412 memory=776 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15417412 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445389632 15787429888 22328 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 90760 KiB

[startup+1.50839 s]
/proc/loadavg: 8.24 5.64 3.24 9/237 24975
/proc/meminfo: memFree=28114552/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0

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

/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 673 0 0 0 0 0 0 0 20 0 19 0 445389632 15925850112 60424 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25028] ppid=24935 vsize=15552588 memory=832 CPUtime=11.34 cores=1,3,5,7
/proc/24937/task/25028/stat : 25028 (java) R 24935 24935 22939 0 -1 4202560 166 0 0 0 1134 0 0 0 20 0 19 0 445393991 15925850112 60424 33554432000 4194304 4196468 140733965281184 139914371935008 139914555354226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25029] ppid=24935 vsize=15552588 memory=1436 CPUtime=11.6 cores=1,3,5,7
/proc/24937/task/25029/stat : 25029 (java) R 24935 24935 22939 0 -1 4202560 738 0 0 0 1160 0 0 0 20 0 19 0 445393991 15925850112 60424 33554432000 4194304 4196468 140733965281184 139914367732424 139914558977739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25030] ppid=24935 vsize=15552588 memory=1984 CPUtime=11.62 cores=1,3,5,7
/proc/24937/task/25030/stat : 25030 (java) R 24935 24935 22939 0 -1 4202560 598 0 0 0 1162 0 0 0 20 0 19 0 445393991 15925850112 60424 33554432000 4194304 4196468 140733965281184 139914372988056 139914556536166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25031] ppid=24935 vsize=15552588 memory=2580 CPUtime=11.63 cores=1,3,5,7
/proc/24937/task/25031/stat : 25031 (java) R 24935 24935 22939 0 -1 4202560 334 0 0 0 1163 0 0 0 20 0 19 0 445393991 15925850112 60424 33554432000 4194304 4196468 140733965281184 139914370882864 139914555627021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 218.79 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 243144 KiB

[startup+56.1014 s]*
/proc/loadavg: 8.35 6.11 3.54 9/237 25031
/proc/meminfo: memFree=28068496/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15552588 memory=241700 CPUtime=221.97 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 82083 0 0 0 22180 17 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3888147 60425 3533 1 0 3849247 0
[pid=24937/tid=24938] ppid=24935 vsize=15552588 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) S 24935 24935 22939 0 -1 1077944384 9740 0 0 0 59 4 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914928428160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15552588 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 571 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15552588 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 928 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15552588 memory=6944656592455359580 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 3791 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15552588 memory=-3833726747341067623 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 1771 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15552588 memory=7160811795385835617 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 1765 0 0 0 2 0 0 0 20 0 19 0 445389628 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15552588 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914391680224 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15552588 memory=195900 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914390627072 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15552588 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15552588 memory=3120 CPUtime=4.09 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 23215 0 0 0 407 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15552588 memory=1448 CPUtime=4.21 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 19608 0 0 0 419 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15552588 memory=241696 CPUtime=0.76 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) S 24935 24935 22939 0 -1 1077944384 8716 0 0 0 74 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914386418160 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15552588 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15552588 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 674 0 0 0 0 0 0 0 20 0 19 0 445389632 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25028] ppid=24935 vsize=15552588 memory=139739915865692 CPUtime=12.12 cores=1,3,5,7
/proc/24937/task/25028/stat : 25028 (java) R 24935 24935 22939 0 -1 4202560 166 0 0 0 1212 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914371934504 139914555832575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25029] ppid=24935 vsize=15552588 memory=1772 CPUtime=12.41 cores=1,3,5,7
/proc/24937/task/25029/stat : 25029 (java) R 24935 24935 22939 0 -1 4202560 767 0 0 0 1241 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914367735456 139914558316351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25030] ppid=24935 vsize=15552588 memory=279479831739712 CPUtime=12.42 cores=1,3,5,7
/proc/24937/task/25030/stat : 25030 (java) R 24935 24935 22939 0 -1 4202560 599 0 0 0 1242 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914372988608 139914556537773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25031] ppid=24935 vsize=15552588 memory=139739915874352 CPUtime=12.41 cores=1,3,5,7
/proc/24937/task/25031/stat : 25031 (java) R 24935 24935 22939 0 -1 4202560 339 0 0 0 1241 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914370882960 139914554651508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 221.97 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 243148 KiB

[startup+56.3014 s]
/proc/loadavg: 8.35 6.11 3.54 9/237 25031
/proc/meminfo: memFree=28068496/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15552588 memory=241700 CPUtime=222.73 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 82379 0 0 0 22256 17 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3888147 60425 3533 1 0 3849247 0
[pid=24937/tid=24938] ppid=24935 vsize=15552588 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) S 24935 24935 22939 0 -1 1077944384 9740 0 0 0 59 4 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914928428160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15552588 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 571 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15552588 memory=241696 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 928 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15552588 memory=15261432686053804 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 3791 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15552588 memory=241696 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 1771 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15552588 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 1765 0 0 0 2 0 0 0 20 0 19 0 445389628 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15552588 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914391680224 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15552588 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914390627072 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15552588 memory=279479831362128 CPUtime=4.09 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 23215 0 0 0 407 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15552588 memory=665094038390606099 CPUtime=4.21 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 19608 0 0 0 419 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15552588 memory=2712 CPUtime=0.76 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) S 24935 24935 22939 0 -1 1077944384 8716 0 0 0 74 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914386418160 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15552588 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15552588 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 676 0 0 0 0 0 0 0 20 0 19 0 445389632 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25028] ppid=24935 vsize=15552588 memory=3216 CPUtime=12.31 cores=1,3,5,7
/proc/24937/task/25028/stat : 25028 (java) R 24935 24935 22939 0 -1 4202560 222 0 0 0 1231 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914371934504 139914555471202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25029] ppid=24935 vsize=15552588 memory=303430223234596890 CPUtime=12.6 cores=1,3,5,7
/proc/24937/task/25029/stat : 25029 (java) R 24935 24935 22939 0 -1 4202560 831 0 0 0 1260 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914367735344 139914553595532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25030] ppid=24935 vsize=15552588 memory=288230583166042426 CPUtime=12.61 cores=1,3,5,7
/proc/24937/task/25030/stat : 25030 (java) R 24935 24935 22939 0 -1 4202560 726 0 0 0 1261 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914372988608 139914556540632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25031] ppid=24935 vsize=15552588 memory=15261432686053804 CPUtime=12.6 cores=1,3,5,7
/proc/24937/task/25031/stat : 25031 (java) R 24935 24935 22939 0 -1 4202560 386 0 0 0 1260 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914370882960 139914555472322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 222.73 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 243148 KiB

[startup+56.4014 s]
/proc/loadavg: 8.35 6.11 3.54 9/237 25031
/proc/meminfo: memFree=28068496/32770624 swapFree=66959728/67108860
[pid=24935] ppid=24932 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24935/stat : 24935 (xcsp3-exec) S 24932 24935 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445389626 115843072 362 33554432000 4194304 5098028 140721274257408 140721274255512 140181139427964 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8269824 140721274266490 140721274266733 140721274266733 140721274269642 0
/proc/24935/statm: 28282 362 304 221 0 87 0
[pid=24937] ppid=24935 vsize=15552588 memory=241700 CPUtime=223.13 cores=1,3,5,7
/proc/24937/stat : 24937 (java) S 24935 24935 22939 0 -1 1077944320 82457 0 0 0 22296 17 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 140733965263728 139914924187383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
/proc/24937/statm: 3888147 60425 3533 1 0 3849247 0
[pid=24937/tid=24938] ppid=24935 vsize=15552588 memory=241700 CPUtime=0.63 cores=1,3,5,7
/proc/24937/task/24938/stat : 24938 (java) S 24935 24935 22939 0 -1 1077944384 9740 0 0 0 59 4 0 0 20 0 19 0 445389626 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914928428160 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24939] ppid=24935 vsize=15552588 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24939/stat : 24939 (java) S 24935 24935 22939 0 -1 1077944384 571 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914876808208 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24940] ppid=24935 vsize=15552588 memory=241696 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24940/stat : 24940 (java) S 24935 24935 22939 0 -1 1077944384 928 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914875755664 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24941] ppid=24935 vsize=15552588 memory=2008 CPUtime=0.01 cores=1,3,5,7
/proc/24937/task/24941/stat : 24941 (java) S 24935 24935 22939 0 -1 1077944384 3791 0 0 0 1 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914874702608 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24942] ppid=24935 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24942/stat : 24942 (java) S 24935 24935 22939 0 -1 1077944384 1771 0 0 0 2 0 0 0 20 0 19 0 445389627 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914873650064 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24943] ppid=24935 vsize=15552588 memory=12644 CPUtime=0.02 cores=1,3,5,7
/proc/24937/task/24943/stat : 24943 (java) S 24935 24935 22939 0 -1 1077944384 1765 0 0 0 2 0 0 0 20 0 19 0 445389628 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914392733936 139914924198530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24944] ppid=24935 vsize=15552588 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24944/stat : 24944 (java) S 24935 24935 22939 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914391680224 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24945] ppid=24935 vsize=15552588 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24945/stat : 24945 (java) S 24935 24935 22939 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445389629 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914390627072 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24946] ppid=24935 vsize=15552588 memory=500 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24946/stat : 24946 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914389575632 139914924205979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24947] ppid=24935 vsize=15552588 memory=241696 CPUtime=4.09 cores=1,3,5,7
/proc/24937/task/24947/stat : 24947 (java) S 24935 24935 22939 0 -1 1077944384 23215 0 0 0 407 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914388523760 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24948] ppid=24935 vsize=15552588 memory=7733951872101560213 CPUtime=4.21 cores=1,3,5,7
/proc/24937/task/24948/stat : 24948 (java) S 24935 24935 22939 0 -1 1077944384 19608 0 0 0 419 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914387471216 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24949] ppid=24935 vsize=15552588 memory=279479831094688 CPUtime=0.76 cores=1,3,5,7
/proc/24937/task/24949/stat : 24949 (java) S 24935 24935 22939 0 -1 1077944384 8716 0 0 0 74 2 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914386418160 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24950] ppid=24935 vsize=15552588 memory=279479830184176 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24950/stat : 24950 (java) S 24935 24935 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445389631 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914385365856 139914924197589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=24951] ppid=24935 vsize=15552588 memory=279479831753056 CPUtime=0 cores=1,3,5,7
/proc/24937/task/24951/stat : 24951 (java) S 24935 24935 22939 0 -1 1077944384 676 0 0 0 0 0 0 0 20 0 19 0 445389632 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914384312880 139914924198530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25028] ppid=24935 vsize=15552588 memory=-7175204567652784766 CPUtime=12.41 cores=1,3,5,7
/proc/24937/task/25028/stat : 25028 (java) R 24935 24935 22939 0 -1 4202560 222 0 0 0 1241 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914371934504 139914555276775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25029] ppid=24935 vsize=15552588 memory=56 CPUtime=12.7 cores=1,3,5,7
/proc/24937/task/25029/stat : 25029 (java) R 24935 24935 22939 0 -1 4202560 887 0 0 0 1270 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914367735344 139914556536414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25030] ppid=24935 vsize=15552588 memory=0 CPUtime=12.71 cores=1,3,5,7
/proc/24937/task/25030/stat : 25030 (java) R 24935 24935 22939 0 -1 4202560 748 0 0 0 1271 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914372988608 139914555626704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
[pid=24937/tid=25031] ppid=24935 vsize=15552588 memory=0 CPUtime=12.7 cores=1,3,5,7
/proc/24937/task/25031/stat : 25031 (java) R 24935 24935 22939 0 -1 4202560 386 0 0 0 1270 0 0 0 20 0 19 0 445393991 15925850112 60425 33554432000 4194304 4196468 140733965281184 139914370882960 139914555626922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140733965284335 140733965284506 140733965284506 140733965287375 0
Current children cumulated CPU time: 223.13 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 243148 KiB

Child status: 0
Real time (s): 56.4213
CPU time (s): 223.192
CPU user time (s): 223.006
CPU system time (s): 0.18574
CPU usage (%): 395.58
Max. virtual memory (cumulated for all children) (KiB): 15665716
Max. memory (cumulated for all children) (KiB): 243580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.006
system time used= 0.18574
maximum resident set size= 245804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84083
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5299
involuntary context switches= 6019


# summary of solver processes directly reported to runsolver:
#   pid: 24935
#   total CPU time (s): 223.192
#   total CPU user time (s): 223.006
#   total CPU system time (s): 0.18574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.383097 second user time and 0.61481 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:27:34
IDJOB=4400497
IDBENCH=130150
IDSOLVER=2856
FILE ID=node124/4400497-1568694495
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.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-4400497-1568694495/watcher-4400497-1568694495 -o /tmp/evaluation-result-4400497-1568694495/solver-4400497-1568694495 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2109883498 HOME/instance-4400497-1568694495.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=2109883498

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:        28268268 kB
MemAvailable:   31625652 kB
Buffers:          231940 kB
Cached:          3412728 kB
SwapCached:        46376 kB
Active:          1349192 kB
Inactive:        2562668 kB
Active(anon):     218364 kB
Inactive(anon):    98000 kB
Active(file):    1130828 kB
Inactive(file):  2464668 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26184 kB
Writeback:             0 kB
AnonPages:        339900 kB
Mapped:            61988 kB
Shmem:             40944 kB
Slab:             185864 kB
SReclaimable:     155448 kB
SUnreclaim:        30416 kB
KernelStack:        4064 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1491736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:28:31