Trace number 4400418

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-16OPT40 10.8863 3.05418

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark10.8863
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

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-4400418-1568697882.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400418-1568697882.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.70/0.77	c solve instance...
2.01/0.83	o 84 
2.01/0.84	o 72 
2.01/0.84	o 62 
2.01/0.85	o 55 
2.01/0.87	o 51 
3.95/1.35	o 50 
3.95/1.37	o 46 
4.34/1.47	o 45 
5.54/1.72	o 44 
5.54/1.79	o 43 
5.92/1.83	o 42 
6.74/2.09	o 40 
10.75/3.04	s OPTIMUM FOUND
10.75/3.04	v <instantiation>
10.75/3.04	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
10.75/3.04	v 	<values>9 9 -9 9 1 9 9 9 -9 -9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 0 0 0 0 0 10 8 0 13 </values>
10.75/3.04	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400418-1568697882/watcher-4400418-1568697882 -o /tmp/evaluation-result-4400418-1568697882/solver-4400418-1568697882 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1297004224 HOME/instance-4400418-1568697882.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=16368, runsolver pid=16365
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.27 8.03 7.97 7/233 16384
/proc/meminfo: memFree=28337340/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15144776 memory=29628 CPUtime=0.13 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 5836 0 0 0 11 2 0 0 20 0 15 0 446055992 15508250624 7407 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3786194 7407 3182 1 0 3748377 0
[pid=16370/tid=16371] ppid=16368 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) R 16368 16368 7881 0 -1 4202560 3733 0 0 0 8 1 0 0 20 0 15 0 446055993 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485716144016 140485310116546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) R 16368 16368 7881 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) R 16368 16368 7881 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485175261264 140485689157440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0.02 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) R 16368 16368 7881 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485174217584 140485690403920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 7407 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31080 KiB

[startup+0.210767 s]*
/proc/loadavg: 8.27 8.03 7.97 7/233 16384
/proc/meminfo: memFree=28323964/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15144776 memory=41028 CPUtime=0.34 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 9470 0 0 0 31 3 0 0 20 0 15 0 446055992 15508250624 10257 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3786194 10257 3305 1 0 3748377 0
[pid=16370/tid=16371] ppid=16368 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) R 16368 16368 7881 0 -1 4202560 6647 0 0 0 17 2 0 0 20 0 15 0 446055993 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485716149456 140485711924630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15144776 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15144776 memory=3833040584453359264 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446055993 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446055995 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) S 16368 16368 7881 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) S 16368 16368 7881 0 -1 1077944384 273 0 0 0 2 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485175269872 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15144776 memory=140618252387968 CPUtime=0.08 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 740 0 0 0 8 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055998 15508250624 10257 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42480 KiB

[startup+0.317949 s]*
/proc/loadavg: 8.27 8.03 7.97 7/233 16384
/proc/meminfo: memFree=28316804/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15149032 memory=50616 CPUtime=0.54 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 10926 0 0 0 50 4 0 0 20 0 15 0 446055992 15512608768 12645 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3787258 12654 3366 1 0 3748377 0
[pid=16370/tid=16371] ppid=16368 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) R 16368 16368 7881 0 -1 4202560 7911 0 0 0 27 3 0 0 20 0 15 0 446055993 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485716149440 140485695993182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446055993 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446055995 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446055995 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446055995 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15149032 memory=4426089072227881875 CPUtime=0.05 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) S 16368 16368 7881 0 -1 1077944384 606 0 0 0 5 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) S 16368 16368 7881 0 -1 1077944384 279 0 0 0 4 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485175269872 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 834 0 0 0 13 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055998 15512608768 12654 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52068 KiB

[startup+0.709951 s]
/proc/loadavg: 8.27 8.03 7.97 9/233 16384
/proc/meminfo: memFree=28299496/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15151156 memory=87708 CPUtime=1.7 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 15063 0 0 0 164 6 0 0 20 0 15 0 446055992 15514783744 21927 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3787789 21927 3456 1 0 3748889 0
[pid=16370/tid=16371] ppid=16368 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) R 16368 16368 7881 0 -1 4202560 9387 0 0 0 64 4 0 0 20 0 15 0 446055993 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485716149360 140485310154400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15151156 memory=33 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055993 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446055993 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15151156 memory=38728 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446055995 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446055995 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446055995 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15151156 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15151156 memory=1060 CPUtime=0.29 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) R 16368 16368 7881 0 -1 4202560 1279 0 0 0 29 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485176309216 140485697038989 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15151156 memory=740 CPUtime=0.29 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) R 16368 16368 7881 0 -1 4202560 995 0 0 0 29 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485175261200 140485693435985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15151156 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) R 16368 16368 7881 0 -1 4202560 2097 0 0 0 41 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485174217712 140485691627484 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15151156 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15151156 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446055998 15514783744 21927 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89160 KiB

[startup+1.50295 s]
/proc/loadavg: 8.27 8.03 7.97 12/237 16408
/proc/meminfo: memFree=28209212/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0

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

/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15553616 memory=9216 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15553616 memory=21815 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15553616 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) R 16368 16368 7881 0 -1 4202560 1922 0 0 0 95 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485176312312 140485696807572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15553616 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) R 16368 16368 7881 0 -1 4202560 1864 0 0 0 95 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485175257248 140485695387945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15553616 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 2686 0 0 0 62 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15553616 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15553616 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46002 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 185460 KiB

[startup+2.40095 s]
/proc/loadavg: 8.27 8.03 7.97 12/237 16432
/proc/meminfo: memFree=28182132/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15553616 memory=185320 CPUtime=8.29 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 18725 0 0 0 820 9 0 0 20 0 19 0 446055992 15926902784 46330 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3888404 46330 3496 1 0 3849504 0
[pid=16370/tid=16371] ppid=16368 vsize=15553616 memory=6655300316396806240 CPUtime=0.76 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) S 16368 16368 7881 0 -1 1077944384 9464 0 0 0 71 5 0 0 20 0 19 0 446055993 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485716153472 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15553616 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15553616 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15553616 memory=-7966001967374371424 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15553616 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15553616 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15553616 memory=184700 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15553616 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15553616 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15553616 memory=17668 CPUtime=1.33 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) S 16368 16368 7881 0 -1 1077944384 2060 0 0 0 133 0 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15553616 memory=19876 CPUtime=1.45 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) S 16368 16368 7881 0 -1 1077944384 1961 0 0 0 145 0 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485175269872 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15553616 memory=22084 CPUtime=0.67 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 2757 0 0 0 66 1 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15553616 memory=24292 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15553616 memory=164 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46330 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 186772 KiB

[startup+2.80095 s]
/proc/loadavg: 8.27 8.03 7.97 12/237 16432
/proc/meminfo: memFree=28182132/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15553616 memory=185388 CPUtime=9.9 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 18754 0 0 0 980 10 0 0 20 0 19 0 446055992 15926902784 46347 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3888404 46347 3496 1 0 3849504 0
[pid=16370/tid=16371] ppid=16368 vsize=15553616 memory=6296429582468601958 CPUtime=0.76 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) S 16368 16368 7881 0 -1 1077944384 9464 0 0 0 71 5 0 0 20 0 19 0 446055993 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485716153472 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15553616 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15553616 memory=-8253362664378450576 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15553616 memory=4572164727505778218 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15553616 memory=8979744631437344833 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15553616 memory=9126443980133927744 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15553616 memory=8326441112148417179 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15553616 memory=7686721470247706567 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15553616 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) S 16368 16368 7881 0 -1 1077944384 2067 0 0 0 137 0 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15553616 memory=8025788800891120996 CPUtime=1.52 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) S 16368 16368 7881 0 -1 1077944384 1976 0 0 0 152 0 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485175269872 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15553616 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 2764 0 0 0 67 1 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15553616 memory=7596000744061887061 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15553616 memory=4639644745094807656 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46347 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 9.9 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 186840 KiB

[startup+3.00695 s]*
/proc/loadavg: 8.17 8.01 7.97 9/237 16436
/proc/meminfo: memFree=28181636/32770624 swapFree=66988620/67108860
[pid=16368] ppid=16365 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16368/stat : 16368 (xcsp3-exec) S 16365 16368 7881 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446055992 115843072 363 33554432000 4194304 5098028 140725225559312 140725225557416 140675688338044 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13271040 140725225563002 140725225563245 140725225563245 140725225566154 0
/proc/16368/statm: 28282 363 304 221 0 87 0
[pid=16370] ppid=16368 vsize=15553616 memory=185536 CPUtime=10.75 cores=1,3,5,7
/proc/16370/stat : 16370 (java) S 16368 16368 7881 0 -1 1077944320 18767 0 0 0 1065 10 0 0 20 0 19 0 446055992 15926902784 46384 33554432000 4194304 4196468 140732347015232 140732346997776 140485711912695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
/proc/16370/statm: 3888404 46384 3496 1 0 3849504 0
[pid=16370/tid=16371] ppid=16368 vsize=15553616 memory=7883960649037381690 CPUtime=0.76 cores=1,3,5,7
/proc/16370/task/16371/stat : 16371 (java) S 16368 16368 7881 0 -1 1077944384 9464 0 0 0 71 5 0 0 20 0 19 0 446055993 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485716153472 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16372] ppid=16368 vsize=15553616 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16372/stat : 16372 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485639953296 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16373] ppid=16368 vsize=15553616 memory=3833040584453359264 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16373/stat : 16373 (java) S 16368 16368 7881 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485638900496 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16374] ppid=16368 vsize=15553616 memory=288230376990843635 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16374/stat : 16374 (java) S 16368 16368 7881 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485637848208 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16375] ppid=16368 vsize=15553616 memory=14130043794227223 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16375/stat : 16375 (java) S 16368 16368 7881 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 446055993 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485636795408 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16376] ppid=16368 vsize=15553616 memory=140618252387968 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16376/stat : 16376 (java) S 16368 16368 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485180532848 140485711923842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16377] ppid=16368 vsize=15553616 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16377/stat : 16377 (java) S 16368 16368 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485179478816 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16378] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16378/stat : 16378 (java) S 16368 16368 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446055995 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485178426480 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16379] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16379/stat : 16379 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485177374800 140485711931291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16380] ppid=16368 vsize=15553616 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/16370/task/16380/stat : 16380 (java) S 16368 16368 7881 0 -1 1077944384 2070 0 0 0 140 0 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485176322672 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16381] ppid=16368 vsize=15553616 memory=-1 CPUtime=1.52 cores=1,3,5,7
/proc/16370/task/16381/stat : 16381 (java) S 16368 16368 7881 0 -1 1077944384 1976 0 0 0 152 0 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485175269872 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16382] ppid=16368 vsize=15553616 memory=140618252387968 CPUtime=0.68 cores=1,3,5,7
/proc/16370/task/16382/stat : 16382 (java) S 16368 16368 7881 0 -1 1077944384 2774 0 0 0 67 1 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485174217584 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16383] ppid=16368 vsize=15553616 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16383/stat : 16383 (java) S 16368 16368 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485173165024 140485711922901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16384] ppid=16368 vsize=15553616 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16370/task/16384/stat : 16384 (java) S 16368 16368 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446055998 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485172111792 140485711923842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16433] ppid=16368 vsize=15553616 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/16370/task/16433/stat : 16433 (java) R 16368 16368 7881 0 -1 4202560 17 0 0 0 80 0 0 0 20 0 19 0 446056201 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485162892424 140485316965529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16434] ppid=16368 vsize=15553616 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/16370/task/16434/stat : 16434 (java) R 16368 16368 7881 0 -1 4202560 17 0 0 0 90 0 0 0 20 0 19 0 446056201 15926902784 46384 33554432000 4194304 4196468 140732347015232 140484559219336 140485317512687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16435] ppid=16368 vsize=15553616 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/16370/task/16435/stat : 16435 (java) R 16368 16368 7881 0 -1 4202560 17 0 0 0 76 0 0 0 20 0 19 0 446056201 15926902784 46384 33554432000 4194304 4196468 140732347015232 140485160789800 140485317383369 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
[pid=16370/tid=16436] ppid=16368 vsize=15553616 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/16370/task/16436/stat : 16436 (java) R 16368 16368 7881 0 -1 4202560 17 0 0 0 81 0 0 0 20 0 19 0 446056201 15926902784 46384 33554432000 4194304 4196468 140732347015232 140484560270280 140485316964966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35995648 140732347024367 140732347024538 140732347024538 140732347027407 0
Current children cumulated CPU time: 10.75 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 186988 KiB

Child status: 0
Real time (s): 3.05418
CPU time (s): 10.8863
CPU user time (s): 10.7787
CPU system time (s): 0.107583
CPU usage (%): 356.44
Max. virtual memory (cumulated for all children) (KiB): 15666744
Max. memory (cumulated for all children) (KiB): 186988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7787
system time used= 0.107583
maximum resident set size= 186308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2518
involuntary context switches= 441


# summary of solver processes directly reported to runsolver:
#   pid: 16368
#   total CPU time (s): 10.8863
#   total CPU user time (s): 10.7787
#   total CPU system time (s): 0.107583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04342 second user time and 0.079241 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 07:24:04
IDJOB=4400418
IDBENCH=141325
IDSOLVER=2856
FILE ID=node126/4400418-1568697882
RUNJOBID= node126-1568694456-7913
PBS_JOBID= 21703806
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.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-4400418-1568697882/watcher-4400418-1568697882 -o /tmp/evaluation-result-4400418-1568697882/solver-4400418-1568697882 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1297004224 HOME/instance-4400418-1568697882.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=1297004224

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28354184 kB
MemAvailable:   29154344 kB
Buffers:           67872 kB
Cached:          1000924 kB
SwapCached:         8248 kB
Active:          3390024 kB
Inactive:         426960 kB
Active(anon):    2758264 kB
Inactive(anon):    23524 kB
Active(file):     631760 kB
Inactive(file):   403436 kB
Unevictable:      107648 kB
Mlocked:          107648 kB
SwapTotal:      67108860 kB
SwapFree:       66988620 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       2848988 kB
Mapped:            56148 kB
Shmem:             24984 kB
Slab:             191632 kB
SReclaimable:     161600 kB
SUnreclaim:        30032 kB
KernelStack:        3776 kB
PageTables:        11296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3998356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2707456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55656 MiB
End job on node126 at 2019-09-17 07:24:07