Trace number 4393328

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14OPT139 188.238 47.6396

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393328-1568319844.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393328-1568319844.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.56/0.73	c solve instance...
1.96/0.83	o 171 
1.96/0.84	o 168 
4.28/1.40	o 158 
11.45/3.25	o 156 
11.83/3.39	o 154 
12.25/3.42	o 151 
12.25/3.47	o 149 
12.25/3.50	o 146 
12.62/3.52	o 145 
12.62/3.57	o 143 
13.00/3.61	o 141 
32.87/8.69	o 140 
34.50/9.07	o 139 
188.10/47.62	s OPTIMUM FOUND
188.10/47.62	v <instantiation>
188.10/47.62	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>
188.10/47.62	v 	<values>0 0 8 0 16 3 3 1 13 8 4 31 25 24 34 35 18 43 14 18 65 61 51 24 46 18 54 41 34 70 83 83 47 60 108 74 79 60 56 74 93 79 114 89 89 93 104 93 69 103 109 112 93 105 117 122 115 121 130 129 128 139 </values>
188.10/47.62	v </instantiation>

Verifier Data

OK	139

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11095 MiB free)
  memory of node 1: 16384 MiB (13779 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393328-1568319844/watcher-4393328-1568319844 -o /tmp/evaluation-result-4393328-1568319844/solver-4393328-1568319844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11622 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1139689247 HOME/instance-4393328-1568319844.xml 

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

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


[startup+0.100085 s]*
/proc/loadavg: 8.71 8.51 8.01 6/235 18932
/proc/meminfo: memFree=25457424/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15144768 memory=27852 CPUtime=0.13 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 5874 0 0 0 12 1 0 0 20 0 15 0 407926316 15508242432 6963 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3786192 6963 3157 1 0 3748377 0
[pid=18918/tid=18919] ppid=18916 vsize=15144768 memory=7100839861464564850 CPUtime=0.09 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) R 18916 18916 11591 0 -1 4202560 3740 0 0 0 9 0 0 0 20 0 15 0 407926316 15508242432 6963 33554432000 4194304 4196468 140725811238384 140570425814800 140570421603734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 6963 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 6963 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 6963 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 6963 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926318 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407926319 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569888728352 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407926319 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569887676016 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926321 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) R 18916 18916 11591 0 -1 4202560 152 0 0 0 0 0 0 0 20 0 15 0 407926321 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569885571184 140570402944112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) R 18916 18916 11591 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 15 0 407926321 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569884518384 140570421602946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) R 18916 18916 11591 0 -1 4202560 401 0 0 0 1 0 0 0 20 0 15 0 407926321 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569883466096 140570413828926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926322 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926322 15508242432 6963 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 29300 KiB

[startup+0.210875 s]*
/proc/loadavg: 8.71 8.51 8.01 6/235 18932
/proc/meminfo: memFree=25445164/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15144768 memory=39756 CPUtime=0.34 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 9683 0 0 0 32 2 0 0 20 0 15 0 407926316 15508242432 9939 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3786192 9939 3305 1 0 3748377 0
[pid=18918/tid=18919] ppid=18916 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) R 18916 18916 11591 0 -1 4202560 6696 0 0 0 18 2 0 0 20 0 15 0 407926316 15508242432 9939 33554432000 4194304 4196468 140725811238384 140570425825856 140570414688635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15144768 memory=13655 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 9939 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15144768 memory=140116243940481 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 9939 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 9939 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15508242432 9939 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407926318 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407926319 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569888728352 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407926319 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569887676016 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926321 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15144768 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) S 18916 18916 11591 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 407926321 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569885571184 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) S 18916 18916 11591 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 15 0 407926321 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569884518384 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15144768 memory=140116243924608 CPUtime=0.07 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) R 18916 18916 11591 0 -1 4202560 893 0 0 0 7 0 0 0 20 0 15 0 407926321 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569883466096 140570407660801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926322 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926322 15508242432 9939 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41204 KiB

[startup+0.310648 s]*
/proc/loadavg: 8.71 8.51 8.01 6/235 18932
/proc/meminfo: memFree=25440436/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15149024 memory=49320 CPUtime=0.53 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 11125 0 0 0 50 3 0 0 20 0 15 0 407926316 15512600576 12330 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3787256 12330 3371 1 0 3748377 0
[pid=18918/tid=18919] ppid=18916 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) R 18916 18916 11591 0 -1 4202560 7816 0 0 0 28 2 0 0 20 0 15 0 407926316 15512600576 12330 33554432000 4194304 4196468 140725811238384 140570425826928 140570405672286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15512600576 12330 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15512600576 12330 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15512600576 12330 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15512600576 12330 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15149024 memory=-7017622366038114463 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407926318 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407926319 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569888728352 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407926319 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569887676016 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926321 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15149024 memory=7827413994055111515 CPUtime=0.03 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) S 18916 18916 11591 0 -1 1077944384 269 0 0 0 3 0 0 0 20 0 15 0 407926321 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569885571184 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) R 18916 18916 11591 0 -1 4202560 682 0 0 0 5 0 0 0 20 0 15 0 407926321 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569884518384 140570399243664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) S 18916 18916 11591 0 -1 1077944384 1062 0 0 0 12 0 0 0 20 0 15 0 407926321 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569883466096 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926322 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926322 15512600576 12330 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50768 KiB

[startup+0.702244 s]
/proc/loadavg: 8.71 8.51 8.01 7/235 18932
/proc/meminfo: memFree=25422212/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15151148 memory=82836 CPUtime=1.56 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 15359 0 0 0 151 5 0 0 20 0 15 0 407926316 15514775552 20709 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3787787 20709 3449 1 0 3748889 0
[pid=18918/tid=18919] ppid=18916 vsize=15151148 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) R 18916 18916 11591 0 -1 4202560 9403 0 0 0 64 3 0 0 20 0 15 0 407926316 15514775552 20709 33554432000 4194304 4196468 140725811238384 140570425828272 140570060153878 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15151148 memory=38044 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15514775552 20709 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15151148 memory=992 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926317 15514775552 20709 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15151148 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15514775552 20709 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15151148 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407926317 15514775552 20709 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15151148 memory=11624 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407926318 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15151148 memory=752 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407926319 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569888728352 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15151148 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407926319 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569887676016 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15151148 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926321 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15151148 memory=944 CPUtime=0.2 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) R 18916 18916 11591 0 -1 4202560 950 0 0 0 20 0 0 0 20 0 15 0 407926321 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569885571184 140570404978383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15151148 memory=4004 CPUtime=0.25 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) R 18916 18916 11591 0 -1 4202560 1363 0 0 0 25 0 0 0 20 0 15 0 407926321 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569884518384 140570399186544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15151148 memory=780 CPUtime=0.4 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) R 18916 18916 11591 0 -1 4202560 2336 0 0 0 40 0 0 0 20 0 15 0 407926321 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569883464496 140570414691499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407926322 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15151148 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407926322 15514775552 20709 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 84284 KiB

[startup+1.50088 s]
/proc/loadavg: 8.71 8.51 8.01 12/239 18944
/proc/meminfo: memFree=25356076/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0

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

/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 915 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18985] ppid=18916 vsize=15420480 memory=1552 CPUtime=35.2 cores=0,2,4,6
/proc/18918/task/18985/stat : 18985 (java) R 18916 18916 11591 0 -1 4202560 407 0 0 0 3520 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569866078696 140570064442060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18986] ppid=18916 vsize=15420480 memory=944 CPUtime=35.58 cores=0,2,4,6
/proc/18918/task/18986/stat : 18986 (java) R 18916 18916 11591 0 -1 4202560 1424 0 0 0 3558 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569871335120 140570064951886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18987] ppid=18916 vsize=15420480 memory=4004 CPUtime=35.44 cores=0,2,4,6
/proc/18918/task/18987/stat : 18987 (java) R 18916 18916 11591 0 -1 4202560 1298 0 0 0 3544 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569869230056 140570064442029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18988] ppid=18916 vsize=15420480 memory=780 CPUtime=35.45 cores=0,2,4,6
/proc/18918/task/18988/stat : 18988 (java) R 18916 18916 11591 0 -1 4202560 712 0 0 0 3545 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569872388072 140570064441978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 176.95 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 240936 KiB

[startup+46.4012 s]
/proc/loadavg: 8.98 8.63 8.08 9/239 18991
/proc/meminfo: memFree=25238772/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15420480 memory=239488 CPUtime=183.32 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 68529 0 0 0 18317 15 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3855120 59872 3527 1 0 3816222 0
[pid=18918/tid=18919] ppid=18916 vsize=15420480 memory=1448 CPUtime=0.73 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) S 18916 18916 11591 0 -1 1077944384 9697 0 0 0 69 4 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570425832576 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15420480 memory=348928 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 2594 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15420480 memory=1412 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15420480 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 1794 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15420480 memory=812 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15420480 memory=1436 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 1085 0 0 0 2 0 0 0 20 0 19 0 407926318 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15420480 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569888728416 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15420480 memory=2492 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569887676032 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15420480 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15420480 memory=111636 CPUtime=3.27 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) S 18916 18916 11591 0 -1 1077944384 15072 0 0 0 326 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569885571184 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15420480 memory=804 CPUtime=3.02 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) S 18916 18916 11591 0 -1 1077944384 17584 0 0 0 300 2 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569884518384 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15420480 memory=1804 CPUtime=0.83 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) S 18916 18916 11591 0 -1 1077944384 9080 0 0 0 82 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569883466096 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15420480 memory=920 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15420480 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 915 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18985] ppid=18916 vsize=15420480 memory=2748 CPUtime=36.77 cores=0,2,4,6
/proc/18918/task/18985/stat : 18985 (java) R 18916 18916 11591 0 -1 4202560 411 0 0 0 3677 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569866078696 140570064550401 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18986] ppid=18916 vsize=15420480 memory=2596 CPUtime=37.18 cores=0,2,4,6
/proc/18918/task/18986/stat : 18986 (java) R 18916 18916 11591 0 -1 4202560 1430 0 0 0 3718 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569871335120 140570062822750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18987] ppid=18916 vsize=15420480 memory=4104 CPUtime=37.04 cores=0,2,4,6
/proc/18918/task/18987/stat : 18987 (java) R 18916 18916 11591 0 -1 4202560 1301 0 0 0 3704 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569869230056 140570064950830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18988] ppid=18916 vsize=15420480 memory=1412 CPUtime=37.05 cores=0,2,4,6
/proc/18918/task/18988/stat : 18988 (java) R 18916 18916 11591 0 -1 4202560 718 0 0 0 3705 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569872388072 140570064442132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 183.32 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 240936 KiB

[startup+47.2012 s]
/proc/loadavg: 8.98 8.63 8.08 9/239 18991
/proc/meminfo: memFree=25238764/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15420480 memory=239488 CPUtime=186.5 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 68529 0 0 0 18635 15 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3855120 59872 3527 1 0 3816222 0
[pid=18918/tid=18919] ppid=18916 vsize=15420480 memory=6791534058613427641 CPUtime=0.73 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) S 18916 18916 11591 0 -1 1077944384 9697 0 0 0 69 4 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570425832576 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15420480 memory=38044 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 2594 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15420480 memory=992 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15420480 memory=2044 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 1794 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15420480 memory=1324 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15420480 memory=-5628408999910123566 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 1085 0 0 0 2 0 0 0 20 0 19 0 407926318 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15420480 memory=3054156605268465310 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569888728416 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15420480 memory=4713745541279610410 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569887676032 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15420480 memory=280232254767344 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15420480 memory=280232254767344 CPUtime=3.27 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) S 18916 18916 11591 0 -1 1077944384 15072 0 0 0 326 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569885571184 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15420480 memory=280232254767344 CPUtime=3.02 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) S 18916 18916 11591 0 -1 1077944384 17584 0 0 0 300 2 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569884518384 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15420480 memory=1448 CPUtime=0.83 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) S 18916 18916 11591 0 -1 1077944384 9080 0 0 0 82 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569883466096 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15420480 memory=239488 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15420480 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) R 18916 18916 11591 0 -1 1077944384 915 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18985] ppid=18916 vsize=15420480 memory=804 CPUtime=37.55 cores=0,2,4,6
/proc/18918/task/18985/stat : 18985 (java) R 18916 18916 11591 0 -1 4202560 411 0 0 0 3755 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569866078696 140570064139284 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18986] ppid=18916 vsize=15420480 memory=2044 CPUtime=37.98 cores=0,2,4,6
/proc/18918/task/18986/stat : 18986 (java) R 18916 18916 11591 0 -1 4202560 1430 0 0 0 3798 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569871335120 140570064320560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18987] ppid=18916 vsize=15420480 memory=1324 CPUtime=37.84 cores=0,2,4,6
/proc/18918/task/18987/stat : 18987 (java) R 18916 18916 11591 0 -1 4202560 1301 0 0 0 3784 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569869230056 140570064446424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18988] ppid=18916 vsize=15420480 memory=11624 CPUtime=37.85 cores=0,2,4,6
/proc/18918/task/18988/stat : 18988 (java) R 18916 18916 11591 0 -1 4202560 718 0 0 0 3785 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569872388072 140570064699905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 186.5 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 240936 KiB

[startup+47.6012 s]
/proc/loadavg: 8.98 8.63 8.08 9/239 18991
/proc/meminfo: memFree=25238764/32770624 swapFree=66952812/67108860
[pid=18916] ppid=18913 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18916/stat : 18916 (xcsp3-exec) S 18913 18916 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407926316 115843072 362 33554432000 4194304 5098028 140727887549072 140727887547176 140584068735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30945280 140727887553402 140727887553645 140727887553645 140727887556554 0
/proc/18916/statm: 28282 362 304 221 0 87 0
[pid=18918] ppid=18916 vsize=15420480 memory=239488 CPUtime=188.1 cores=0,2,4,6
/proc/18918/stat : 18918 (java) S 18916 18916 11591 0 -1 1077944320 68529 0 0 0 18795 15 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140725811220928 140570421591799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
/proc/18918/statm: 3855120 59872 3527 1 0 3816222 0
[pid=18918/tid=18919] ppid=18916 vsize=15420480 memory=1556 CPUtime=0.73 cores=0,2,4,6
/proc/18918/task/18919/stat : 18919 (java) S 18916 18916 11591 0 -1 1077944384 9697 0 0 0 69 4 0 0 20 0 19 0 407926316 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570425832576 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18920] ppid=18916 vsize=15420480 memory=924 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18920/stat : 18920 (java) S 18916 18916 11591 0 -1 1077944384 2594 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570389150096 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18921] ppid=18916 vsize=15420480 memory=1712 CPUtime=0.01 cores=0,2,4,6
/proc/18918/task/18921/stat : 18921 (java) S 18916 18916 11591 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570012608784 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18922] ppid=18916 vsize=15420480 memory=4004 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18922/stat : 18922 (java) S 18916 18916 11591 0 -1 1077944384 1794 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570011556496 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18923] ppid=18916 vsize=15420480 memory=780 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18923/stat : 18923 (java) S 18916 18916 11591 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 19 0 407926317 15790571520 59872 33554432000 4194304 4196468 140725811238384 140570010503696 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18924] ppid=18916 vsize=15420480 memory=2832 CPUtime=0.02 cores=0,2,4,6
/proc/18918/task/18924/stat : 18924 (java) S 18916 18916 11591 0 -1 1077944384 1085 0 0 0 2 0 0 0 20 0 19 0 407926318 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569889782384 140570421602946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18925] ppid=18916 vsize=15420480 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18925/stat : 18925 (java) S 18916 18916 11591 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569888728416 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18926] ppid=18916 vsize=15420480 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18926/stat : 18926 (java) S 18916 18916 11591 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 407926319 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569887676032 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18927] ppid=18916 vsize=15420480 memory=5868 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18927/stat : 18927 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569886624336 140570421610395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18928] ppid=18916 vsize=15420480 memory=14012 CPUtime=3.27 cores=0,2,4,6
/proc/18918/task/18928/stat : 18928 (java) S 18916 18916 11591 0 -1 1077944384 15072 0 0 0 326 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569885571184 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18929] ppid=18916 vsize=15420480 memory=20748 CPUtime=3.02 cores=0,2,4,6
/proc/18918/task/18929/stat : 18929 (java) S 18916 18916 11591 0 -1 1077944384 17584 0 0 0 300 2 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569884518384 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18930] ppid=18916 vsize=15420480 memory=12024 CPUtime=0.83 cores=0,2,4,6
/proc/18918/task/18930/stat : 18930 (java) S 18916 18916 11591 0 -1 1077944384 9080 0 0 0 82 1 0 0 20 0 19 0 407926321 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569883466096 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18931] ppid=18916 vsize=15420480 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18931/stat : 18931 (java) S 18916 18916 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569882413536 140570421602005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18932] ppid=18916 vsize=15420480 memory=812 CPUtime=0 cores=0,2,4,6
/proc/18918/task/18932/stat : 18932 (java) S 18916 18916 11591 0 -1 1077944384 915 0 0 0 0 0 0 0 20 0 19 0 407926322 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569881361328 140570421602946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18985] ppid=18916 vsize=15420480 memory=1436 CPUtime=37.95 cores=0,2,4,6
/proc/18918/task/18985/stat : 18985 (java) R 18916 18916 11591 0 -1 4202560 411 0 0 0 3795 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569866078696 140570065101978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18986] ppid=18916 vsize=15420480 memory=1984 CPUtime=38.38 cores=0,2,4,6
/proc/18918/task/18986/stat : 18986 (java) R 18916 18916 11591 0 -1 4202560 1430 0 0 0 3838 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569871335120 140570064441754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18987] ppid=18916 vsize=15420480 memory=2492 CPUtime=38.24 cores=0,2,4,6
/proc/18918/task/18987/stat : 18987 (java) R 18916 18916 11591 0 -1 4202560 1301 0 0 0 3824 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569869230056 140570064553111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
[pid=18918/tid=18988] ppid=18916 vsize=15420480 memory=1764 CPUtime=38.25 cores=0,2,4,6
/proc/18918/task/18988/stat : 18988 (java) R 18916 18916 11591 0 -1 4202560 718 0 0 0 3825 0 0 0 20 0 19 0 407927223 15790571520 59872 33554432000 4194304 4196468 140725811238384 140569872388072 140570065527604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12021760 140725811241967 140725811242138 140725811242138 140725811245007 0
Current children cumulated CPU time: 188.1 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 240936 KiB

Child status: 0
Real time (s): 47.6396
CPU time (s): 188.238
CPU user time (s): 188.07
CPU system time (s): 0.167777
CPU usage (%): 395.13
Max. virtual memory (cumulated for all children) (KiB): 15535784
Max. memory (cumulated for all children) (KiB): 241920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.07
system time used= 0.167777
maximum resident set size= 241540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69760
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= 5272
involuntary context switches= 3611


# summary of solver processes directly reported to runsolver:
#   pid: 18916
#   total CPU time (s): 188.238
#   total CPU user time (s): 188.07
#   total CPU system time (s): 0.167777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.296483 second user time and 0.556288 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 22:23:21
IDJOB=4393328
IDBENCH=128242
IDSOLVER=2840
FILE ID=node117/4393328-1568319844
RUNJOBID= node117-1568312851-11622
PBS_JOBID= 21701132
Free space on /tmp= 58892 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393328-1568319844/watcher-4393328-1568319844 -o /tmp/evaluation-result-4393328-1568319844/solver-4393328-1568319844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11622 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1139689247 HOME/instance-4393328-1568319844.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=1139689247

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25472256 kB
MemAvailable:   31483236 kB
Buffers:          152996 kB
Cached:          6106940 kB
SwapCached:        52484 kB
Active:          1709044 kB
Inactive:        4939108 kB
Active(anon):     335696 kB
Inactive(anon):    93852 kB
Active(file):    1373348 kB
Inactive(file):  4845256 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             26200 kB
Writeback:             0 kB
AnonPages:        478788 kB
Mapped:            56652 kB
Shmem:             32816 kB
Slab:             245256 kB
SReclaimable:     216424 kB
SUnreclaim:        28832 kB
KernelStack:        4096 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58868 MiB
End job on node117 at 2019-09-12 22:24:09