Trace number 4404618

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-20 parallelOPT40 25.8142 3.89988

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 benchmark13.8479
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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404618-1569011915.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404618-1569011915.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.08/0.87	c solve instance...
2.45/0.95	o 84 
2.45/0.96	o 72 
2.45/0.98	o 54 
2.45/0.99	o 48 
3.18/1.07	o 47 
3.18/1.08	o 46 
6.10/1.45	o 44 
6.88/1.54	o 43 
9.26/1.83	o 42 
17.94/2.96	o 40 
25.18/3.88	s OPTIMUM FOUND
25.18/3.88	v <instantiation>
25.18/3.88	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>
25.18/3.88	v 	<values>-1 9 9 9 9 1 1 9 -9 9 -9 -9 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 5 0 0 0 0 0 0 0 10 0 12 13 </values>
25.18/3.88	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 (12240 MiB free)
  memory of node 1: 16384 MiB (12743 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404618-1569011915/watcher-4404618-1569011915 -o /tmp/evaluation-result-4404618-1569011915/solver-4404618-1569011915 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 286831888 HOME/instance-4404618-1569011915.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10363, runsolver pid=10360

[startup+0.100157 s]*
/proc/loadavg: 8.14 8.28 8.22 2/212 10384
/proc/meminfo: memFree=25566548/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28227396 memory=28948 CPUtime=0.12 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 5709 0 0 0 11 1 0 0 20 0 20 0 477353056 28904853504 7237 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7056849 7237 3118 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 8936 0 -1 4202560 3632 0 0 0 8 1 0 0 20 0 20 0 477353056 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156355314560 140156351100061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28227396 memory=140466819788035 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10370] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156267772304 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10371] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156266720272 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10372] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156265667728 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10373] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156264614672 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10374] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 7237 33554432000 4194304 4196468 140732932944016 140156263562128 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10375] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155601135856 140156351089282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10376] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155600082080 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10377] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155599028976 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10378] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155597977552 140156351096731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10379] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) R 10363 10363 8936 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155596925680 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10380] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 8936 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155595873136 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10381] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155594820080 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10382] ppid=10363 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) R 10363 10363 8936 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155593767536 140156351090070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10383] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155592714720 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10384] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 7237 33554432000 4194304 4196468 140732932944016 140155591662256 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210172 s]*
/proc/loadavg: 8.14 8.28 8.22 2/212 10384
/proc/meminfo: memFree=25553672/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28227396 memory=40572 CPUtime=0.33 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 9382 0 0 0 30 3 0 0 20 0 20 0 477353056 28904853504 10143 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7056849 10143 3307 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 8936 0 -1 4202560 6645 0 0 0 17 2 0 0 20 0 20 0 477353056 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156355312832 140156351090070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28227396 memory=14976 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28227396 memory=4050339089268037280 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10370] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156267772304 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10371] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156266720272 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10372] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156265667728 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10373] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156264614672 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10374] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28904853504 10143 33554432000 4194304 4196468 140732932944016 140156263562128 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10375] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 8936 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155601135856 140156351089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10376] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155600082080 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10377] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477353059 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155599028976 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10378] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155597977552 140156351096731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10379] ppid=10363 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 8936 0 -1 1077944384 414 0 0 0 2 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155596925680 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10380] ppid=10363 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 8936 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155595873136 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10381] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155594820080 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10382] ppid=10363 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) R 10363 10363 8936 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155593767344 140156329712054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10383] ppid=10363 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155592714720 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10384] ppid=10363 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28904853504 10143 33554432000 4194304 4196468 140732932944016 140155591662256 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42024 KiB

[startup+0.309525 s]*
/proc/loadavg: 8.14 8.28 8.22 4/212 10384
/proc/meminfo: memFree=25545892/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28231652 memory=49984 CPUtime=0.52 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 10884 0 0 0 48 4 0 0 20 0 20 0 477353056 28909211648 12496 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7057913 12496 3351 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 8936 0 -1 4202560 7796 0 0 0 27 2 0 0 20 0 20 0 477353056 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156355309248 140156335158622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10370] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156267772304 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10371] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156266720272 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10372] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156265667728 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10373] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156264614672 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10374] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28909211648 12496 33554432000 4194304 4196468 140732932944016 140156263562128 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10375] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 8936 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477353059 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155601135856 140156351089282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10376] ppid=10363 vsize=28231652 memory=280933408382336 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477353059 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155600082080 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10377] ppid=10363 vsize=28231652 memory=280933408386944 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477353059 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155599028976 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10378] ppid=10363 vsize=28231652 memory=280933408391552 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155597977552 140156351096731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10379] ppid=10363 vsize=28231652 memory=280933408396160 CPUtime=0.03 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 8936 0 -1 1077944384 433 0 0 0 3 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155596925680 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10380] ppid=10363 vsize=28231652 memory=280933408400768 CPUtime=0.01 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 8936 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155595873136 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10381] ppid=10363 vsize=28231652 memory=280933408405376 CPUtime=0.02 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) R 10363 10363 8936 0 -1 4202560 172 0 0 0 2 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155594810464 140156336187875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10382] ppid=10363 vsize=28231652 memory=280933408409984 CPUtime=0.12 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) S 10363 10363 8936 0 -1 1077944384 935 0 0 0 12 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155593767536 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10383] ppid=10363 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155592714720 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10384] ppid=10363 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353062 28909211648 12496 33554432000 4194304 4196468 140732932944016 140155591662256 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51436 KiB

[startup+0.70088 s]
/proc/loadavg: 8.14 8.28 8.22 6/211 10384
/proc/meminfo: memFree=25528592/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28233776 memory=88888 CPUtime=1.72 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 15405 0 0 0 165 7 0 0 20 0 20 0 477353056 28911386624 22220 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7058444 22220 3454 1 0 7019544 0
[pid=10365/tid=10366] ppid=10363 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 8936 0 -1 4202560 9350 0 0 0 64 4 0 0 20 0 20 0 477353056 28911386624 22222 33554432000 4194304 4196468 140732932944016 140156355316856 140155943242846 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28233776 memory=140466704393088 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28911386624 22222 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477353057 28911386624 22222 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28233776 memory=1052 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477353057 28911386624 22222 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0

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

[pid=10365/tid=10466] ppid=10363 vsize=28834900 memory=1052 CPUtime=0.11 cores=0-7
/proc/10365/task/10466/stat : 10466 (java) R 10363 10363 8936 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155511726056 140155947851570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10467] ppid=10363 vsize=28834900 memory=7548 CPUtime=0.13 cores=0-7
/proc/10365/task/10467/stat : 10467 (java) R 10363 10363 8936 0 -1 4202560 16 0 0 0 13 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155507516008 140155947431959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10468] ppid=10363 vsize=28834900 memory=3620 CPUtime=0.14 cores=0-7
/proc/10365/task/10468/stat : 10468 (java) R 10363 10363 8936 0 -1 4202560 26 0 0 0 14 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155508566744 140155939859647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10469] ppid=10363 vsize=28834900 memory=2832 CPUtime=0.13 cores=0-7
/proc/10365/task/10469/stat : 10469 (java) R 10363 10363 8936 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155504354152 140155943242342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10470] ppid=10363 vsize=28834900 memory=0 CPUtime=0.14 cores=0-7
/proc/10365/task/10470/stat : 10470 (java) R 10363 10363 8936 0 -1 4202560 26 0 0 0 14 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155510669928 140155947852656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10471] ppid=10363 vsize=28834900 memory=0 CPUtime=0.13 cores=0-7
/proc/10365/task/10471/stat : 10471 (java) R 10363 10363 8936 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155589138424 140155946256850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10472] ppid=10363 vsize=28834900 memory=208 CPUtime=0.04 cores=0-7
/proc/10365/task/10472/stat : 10472 (java) R 10363 10363 8936 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 28 0 477353353 29526937600 55172 33554432000 4194304 4196468 140732932944016 140155509617752 140155943243905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 19.59 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 222140 KiB

[startup+3.89981 s]
# the end of solver process 10363 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.6183 s, system=0.195883 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.40851 s]
/proc/loadavg: 8.14 8.28 8.22 12/219 10472
/proc/meminfo: memFree=25360620/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28834900 memory=220760 CPUtime=21.97 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 31369 0 0 0 2180 17 0 0 20 0 28 0 477353056 29526937600 55190 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7208725 55190 3491 1 0 7169825 0
[pid=10365/tid=10366] ppid=10363 vsize=28834900 memory=0 CPUtime=0.87 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) S 10363 10363 8936 0 -1 1077944384 9517 0 0 0 82 5 0 0 20 0 28 0 477353056 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156355318912 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10370] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 8936 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156267772304 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10371] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156266720272 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10372] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156265667728 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10373] ppid=10363 vsize=28834900 memory=1452 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 8936 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156264614672 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10374] ppid=10363 vsize=28834900 memory=219412 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 8936 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55190 33554432000 4194304 4196468 140732932944016 140156263562128 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10375] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 8936 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155601135856 140156351089282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10376] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155600082080 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10377] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 8936 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155599028976 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10378] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155597977552 140156351096731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10379] ppid=10363 vsize=28834900 memory=0 CPUtime=1.83 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 8936 0 -1 1077944384 4785 0 0 0 182 1 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155596925680 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10380] ppid=10363 vsize=28834900 memory=0 CPUtime=1.6 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 8936 0 -1 1077944384 4494 0 0 0 159 1 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155595873136 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10381] ppid=10363 vsize=28834900 memory=0 CPUtime=1.75 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 8936 0 -1 1077944384 5048 0 0 0 174 1 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155594820080 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10382] ppid=10363 vsize=28834900 memory=0 CPUtime=0.77 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) R 10363 10363 8936 0 -1 1077944384 3577 0 0 0 76 1 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155593767536 140156351089282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10383] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155592714720 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10384] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 8936 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155591662256 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10465] ppid=10363 vsize=28834900 memory=280933408989216 CPUtime=0.43 cores=0-7
/proc/10365/task/10465/stat : 10465 (java) R 10363 10363 8936 0 -1 4202560 28 0 0 0 43 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155505403856 140155947851536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10466] ppid=10363 vsize=28834900 memory=288230574492221466 CPUtime=0.36 cores=0-7
/proc/10365/task/10466/stat : 10466 (java) R 10363 10363 8936 0 -1 4202560 18 0 0 0 35 1 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155511721384 140155948132092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10467] ppid=10363 vsize=28834900 memory=0 CPUtime=0.42 cores=0-7
/proc/10365/task/10467/stat : 10467 (java) R 10363 10363 8936 0 -1 4202560 19 0 0 0 42 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155507511168 140155943242342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10468] ppid=10363 vsize=28834900 memory=0 CPUtime=0.43 cores=0-7
/proc/10365/task/10468/stat : 10468 (java) R 10363 10363 8936 0 -1 4202560 33 0 0 0 43 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155508564224 140155946258272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10469] ppid=10363 vsize=28834900 memory=0 CPUtime=0.41 cores=0-7
/proc/10365/task/10469/stat : 10469 (java) R 10363 10363 8936 0 -1 4202560 32 0 0 0 41 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155504355944 140155947851408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10470] ppid=10363 vsize=28834900 memory=0 CPUtime=0.43 cores=0-7
/proc/10365/task/10470/stat : 10470 (java) R 10363 10363 8936 0 -1 4202560 27 0 0 0 43 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155510670328 140155946258351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10471] ppid=10363 vsize=28834900 memory=0 CPUtime=0.42 cores=0-7
/proc/10365/task/10471/stat : 10471 (java) R 10363 10363 8936 0 -1 4202560 21 0 0 0 42 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155589137328 140155945981255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10472] ppid=10363 vsize=28834900 memory=0 CPUtime=0.33 cores=0-7
/proc/10365/task/10472/stat : 10472 (java) R 10363 10363 8936 0 -1 4202560 20 0 0 0 33 0 0 0 20 0 28 0 477353353 29526937600 55190 33554432000 4194304 4196468 140732932944016 140155509619192 140155947852792 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 21.97 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 222212 KiB

[startup+3.81151 s]
/proc/loadavg: 8.14 8.28 8.22 12/219 10472
/proc/meminfo: memFree=25360620/32770624 swapFree=67002148/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477353056 115843072 363 33554432000 4194304 5098028 140727830318960 140727830317064 139624958079612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14417920 140727830328182 140727830328425 140727830328425 140727830331338 0
/proc/10363/statm: 28282 363 304 221 0 87 0
[pid=10365] ppid=10363 vsize=28834900 memory=222880 CPUtime=25.18 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 8936 0 -1 1077944320 31438 0 0 0 2501 17 0 0 20 0 28 0 477353056 29526937600 55720 33554432000 4194304 4196468 140732932944016 140732932926560 140156351078135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
/proc/10365/statm: 7208725 55720 3491 1 0 7169825 0
[pid=10365/tid=10366] ppid=10363 vsize=28834900 memory=0 CPUtime=0.87 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) S 10363 10363 8936 0 -1 1077944384 9517 0 0 0 82 5 0 0 20 0 28 0 477353056 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156355318912 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10367] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 8936 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156270930448 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10368] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 8936 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156269877904 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10369] ppid=10363 vsize=28834900 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 8936 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156268824848 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10370] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 8936 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156267772304 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10371] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156266720272 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10372] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156265667728 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10373] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 8936 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156264614672 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10374] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 8936 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 477353057 29526937600 55720 33554432000 4194304 4196468 140732932944016 140156263562128 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10375] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 8936 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155601135856 140156351089282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10376] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155600082080 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10377] ppid=10363 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 8936 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 477353059 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155599028976 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10378] ppid=10363 vsize=28834900 memory=1760 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155597977552 140156351096731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10379] ppid=10363 vsize=28834900 memory=111632 CPUtime=1.83 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 8936 0 -1 1077944384 4787 0 0 0 182 1 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155596925680 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10380] ppid=10363 vsize=28834900 memory=804 CPUtime=1.6 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 8936 0 -1 1077944384 4494 0 0 0 159 1 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155595873136 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10381] ppid=10363 vsize=28834900 memory=1808 CPUtime=1.76 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 8936 0 -1 1077944384 5062 0 0 0 175 1 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155594820080 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10382] ppid=10363 vsize=28834900 memory=920 CPUtime=0.78 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) S 10363 10363 8936 0 -1 1077944384 3623 0 0 0 77 1 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155593767536 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10383] ppid=10363 vsize=28834900 memory=4136 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155592714720 140156351088341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10384] ppid=10363 vsize=28834900 memory=4100 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 8936 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 477353062 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155591662256 140156351089282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10465] ppid=10363 vsize=28834900 memory=1412 CPUtime=0.84 cores=0-7
/proc/10365/task/10465/stat : 10465 (java) R 10363 10363 8936 0 -1 4202560 28 0 0 0 84 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155505405632 140155947852806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10466] ppid=10363 vsize=28834900 memory=2604 CPUtime=0.75 cores=0-7
/proc/10365/task/10466/stat : 10466 (java) R 10363 10363 8936 0 -1 4202560 18 0 0 0 74 1 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155511721384 140155948595309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10467] ppid=10363 vsize=28834900 memory=1452 CPUtime=0.82 cores=0-7
/proc/10365/task/10467/stat : 10467 (java) R 10363 10363 8936 0 -1 4202560 19 0 0 0 82 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155507511168 140155948595380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10468] ppid=10363 vsize=28834900 memory=220680 CPUtime=0.83 cores=0-7
/proc/10365/task/10468/stat : 10468 (java) R 10363 10363 8936 0 -1 4202560 38 0 0 0 83 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155508566760 140155943243887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10469] ppid=10363 vsize=28834900 memory=1736 CPUtime=0.81 cores=0-7
/proc/10365/task/10469/stat : 10469 (java) R 10363 10363 8936 0 -1 4202560 33 0 0 0 81 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155504355944 140155947600576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10470] ppid=10363 vsize=28834900 memory=804 CPUtime=0.82 cores=0-7
/proc/10365/task/10470/stat : 10470 (java) R 10363 10363 8936 0 -1 4202560 28 0 0 0 82 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155510672024 140155943243793 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10471] ppid=10363 vsize=28834900 memory=1808 CPUtime=0.82 cores=0-7
/proc/10365/task/10471/stat : 10471 (java) R 10363 10363 8936 0 -1 4202560 21 0 0 0 82 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155589138728 140155947852872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
[pid=10365/tid=10472] ppid=10363 vsize=28834900 memory=0 CPUtime=0.73 cores=0-7
/proc/10365/task/10472/stat : 10472 (java) R 10363 10363 8936 0 -1 4202560 20 0 0 0 73 0 0 0 20 0 28 0 477353353 29526937600 55720 33554432000 4194304 4196468 140732932944016 140155509616968 140155943242337 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29138944 140732932953066 140732932953238 140732932953238 140732932956111 0
Current children cumulated CPU time: 25.18 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 224332 KiB

Child status: 0
Real time (s): 3.89988
CPU time (s): 25.8142
CPU user time (s): 25.6183
CPU system time (s): 0.195883
CPU usage (%): 661.924
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 224332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6183
system time used= 0.195883
maximum resident set size= 223636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5181
involuntary context switches= 721


# summary of solver processes directly reported to runsolver:
#   pid: 10363
#   total CPU time (s): 25.8142
#   total CPU user time (s): 25.6183
#   total CPU system time (s): 0.195883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041154 second user time and 0.088806 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 22:37:58
IDJOB=4404618
IDBENCH=141325
IDSOLVER=2865
FILE ID=node148/4404618-1569011915
RUNJOBID= node148-1569005539-8963
PBS_JOBID= 21704760
Free space on /tmp= 22084 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404618-1569011915/watcher-4404618-1569011915 -o /tmp/evaluation-result-4404618-1569011915/solver-4404618-1569011915 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 286831888 HOME/instance-4404618-1569011915.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=286831888

node148.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.13
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.13
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.13
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.13
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:        25583624 kB
MemAvailable:   31877012 kB
Buffers:           48988 kB
Cached:          6517304 kB
SwapCached:         2844 kB
Active:          3261020 kB
Inactive:        3309584 kB
Active(anon):       1960 kB
Inactive(anon):    49480 kB
Active(file):    3259060 kB
Inactive(file):  3260104 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       67002148 kB
Dirty:             26084 kB
Writeback:             0 kB
AnonPages:         78336 kB
Mapped:            51716 kB
Shmem:             38472 kB
Slab:             208544 kB
SReclaimable:     180120 kB
SUnreclaim:        28424 kB
KernelStack:        3728 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22060 MiB
End job on node148 at 2019-09-20 22:38:02