Trace number 4393168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14OPT14 43.7042 11.581

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
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-4393168-1568315258.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393168-1568315258.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.06/0.54	c solve instance...
1.06/0.59	o 25 
1.06/0.60	o 23 
1.06/0.61	o 21 
1.37/0.63	o 19 
1.37/0.67	o 17 
2.48/0.97	o 16 
4.89/1.54	o 15 
7.66/2.23	o 14 
43.62/11.56	s OPTIMUM FOUND
43.62/11.56	v <instantiation>
43.62/11.56	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8] </list>
43.62/11.56	v 	<values>6 10 4 2 5 3 0 1 7 12 8 9 11 15 13 14 0 0 1 1 2 0 0 0 0 1 1 1 1 0 0 1 0 0 0 2 1 </values>
43.62/11.56	v </instantiation>

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393168-1568315258/watcher-4393168-1568315258 -o /tmp/evaluation-result-4393168-1568315258/solver-4393168-1568315258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2143586361 HOME/instance-4393168-1568315258.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.10011 s]*
/proc/loadavg: 7.09 6.95 6.60 7/233 18637
/proc/meminfo: memFree=19547008/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15144768 memory=29352 CPUtime=0.13 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 5766 0 0 0 12 1 0 0 20 0 15 0 407783130 15508242432 7338 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3786192 7338 3157 1 0 3748377 0
[pid=18623/tid=18624] ppid=18621 vsize=15144768 memory=576460756329955459 CPUtime=0.08 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) R 18621 18621 15592 0 -1 4202560 3662 0 0 0 8 0 0 0 20 0 15 0 407783130 15508242432 7338 33554432000 4194304 4196468 140732567092144 140349515347264 140349503351614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 7338 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15144768 memory=3761268265786812064 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 7338 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 7338 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 7338 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407783132 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407783132 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348978292128 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407783133 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348977239536 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) R 18621 18621 15592 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348975126208 140349503403869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) R 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15144768 memory=140024895514240 CPUtime=0.02 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) R 18621 18621 15592 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 407783135 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348973029616 140349491081606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783136 15508242432 7338 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30800 KiB

[startup+0.21255 s]*
/proc/loadavg: 7.09 6.95 6.60 6/233 18637
/proc/meminfo: memFree=19534376/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15144768 memory=40584 CPUtime=0.35 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 9418 0 0 0 32 3 0 0 20 0 15 0 407783130 15508242432 10146 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3786192 10146 3288 1 0 3748377 0
[pid=18623/tid=18624] ppid=18621 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) R 18621 18621 15592 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 15 0 407783130 15508242432 10146 33554432000 4194304 4196468 140732567092144 140349515351712 140349511135834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 10146 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15144768 memory=140024898162153 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 10146 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 10146 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15508242432 10146 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15144768 memory=140024895514240 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407783132 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407783132 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348978292128 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407783133 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348977239536 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18621 15592 0 -1 1077944384 696 0 0 0 3 0 0 0 20 0 15 0 407783135 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348975134704 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18621 15592 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 407783135 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15144768 memory=140024895514240 CPUtime=0.08 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 765 0 0 0 8 0 0 0 20 0 15 0 407783135 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783136 15508242432 10146 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42032 KiB

[startup+0.313112 s]*
/proc/loadavg: 7.09 6.95 6.60 7/233 18637
/proc/meminfo: memFree=19526984/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15149024 memory=50136 CPUtime=0.54 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 10867 0 0 0 50 4 0 0 20 0 15 0 407783130 15512600576 12534 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3787256 12534 3360 1 0 3748377 0
[pid=18623/tid=18624] ppid=18621 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) R 18621 18621 15592 0 -1 4202560 7823 0 0 0 27 3 0 0 20 0 15 0 407783130 15512600576 12534 33554432000 4194304 4196468 140732567092144 140349515351312 140349495194974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407783131 15512600576 12534 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15512600576 12534 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15512600576 12534 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783131 15512600576 12534 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15149024 memory=-7161737554080415903 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407783132 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407783132 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348978292128 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407783133 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348977239536 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15149024 memory=7827413994055111515 CPUtime=0.06 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18621 15592 0 -1 1077944384 820 0 0 0 6 0 0 0 20 0 15 0 407783135 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348975134704 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18621 15592 0 -1 1077944384 64 0 0 0 3 0 0 0 20 0 15 0 407783135 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 15 0 407783135 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407783135 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407783136 15512600576 12534 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51584 KiB

[startup+0.704735 s]
/proc/loadavg: 7.09 6.95 6.60 11/233 18637
/proc/meminfo: memFree=19511156/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15684688 memory=120400 CPUtime=1.7 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 14943 0 0 0 163 7 0 0 20 0 19 0 407783130 16061120512 30100 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3921172 30100 3461 1 0 3882274 0
[pid=18623/tid=18624] ppid=18621 vsize=15684688 memory=-3704326594973231466 CPUtime=0.54 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) S 18621 18621 15592 0 -1 1077944384 9199 0 0 0 50 4 0 0 20 0 19 0 407783130 16061120512 30100 33554432000 4194304 4196468 140732567092144 140349515355264 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 30100 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 30100 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15684688 memory=704 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 30100 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15684688 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 30100 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15684688 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15684688 memory=780 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348978292128 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15684688 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407783133 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348977239536 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15684688 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15684688 memory=5964 CPUtime=0.27 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) R 18621 18621 15592 0 -1 4202560 1305 0 0 0 27 0 0 0 20 0 19 0 407783135 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348975124560 140349496716224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15684688 memory=7552 CPUtime=0.25 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) R 18621 18621 15592 0 -1 4202560 651 0 0 0 25 0 0 0 20 0 19 0 407783135 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348974081344 140349494611275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15684688 memory=2832 CPUtime=0.37 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 1839 0 0 0 37 0 0 0 20 0 19 0 407783135 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15684688 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15684688 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407783136 16061120512 30100 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15797816 KiB
Current children cumulated memory: 121848 KiB

[startup+1.50678 s]
/proc/loadavg: 7.09 6.95 6.60 13/237 18665
/proc/meminfo: memFree=19441776/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0

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

/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 407783136 16061120512 54151 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18670] ppid=18621 vsize=15684688 memory=6943526294502006880 CPUtime=7.84 cores=1,3,5,7
/proc/18623/task/18670/stat : 18670 (java) R 18621 18621 15592 0 -1 4202560 244 0 0 0 784 0 0 0 20 0 19 0 407783353 16061120512 54151 33554432000 4194304 4196468 140732567092144 140348954582744 140349150423387 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18671] ppid=18621 vsize=15684688 memory=6944652177228980320 CPUtime=7.88 cores=1,3,5,7
/proc/18623/task/18671/stat : 18671 (java) R 18621 18621 15592 0 -1 4202560 420 0 0 0 787 1 0 0 20 0 19 0 407783353 16061120512 54151 33554432000 4194304 4196468 140732567092144 140348957741752 140349150423474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18672] ppid=18621 vsize=15684688 memory=6943526294502006880 CPUtime=7.79 cores=1,3,5,7
/proc/18623/task/18672/stat : 18672 (java) R 18621 18621 15592 0 -1 4202560 584 0 0 0 779 0 0 0 20 0 19 0 407783353 16061120512 54151 33554432000 4194304 4196468 140732567092144 140348953533240 140349150423776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18673] ppid=18621 vsize=15684688 memory=7976406965554101975 CPUtime=7.92 cores=1,3,5,7
/proc/18623/task/18673/stat : 18673 (java) R 18621 18621 15592 0 -1 4202560 170 0 0 0 792 0 0 0 20 0 19 0 407783353 16061120512 54151 33554432000 4194304 4196468 140732567092144 140348960897840 140349152640056 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 40.24 s
Current children cumulated vsize: 15797816 KiB
Current children cumulated memory: 218052 KiB

[startup+11.2008 s]
/proc/loadavg: 7.16 6.97 6.61 9/237 18673
/proc/meminfo: memFree=19359936/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15684688 memory=216664 CPUtime=43.32 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 31096 0 0 0 4319 13 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3921172 54166 3515 1 0 3882274 0
[pid=18623/tid=18624] ppid=18621 vsize=15684688 memory=6944656592455359580 CPUtime=0.54 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) S 18621 18621 15592 0 -1 1077944384 9321 0 0 0 50 4 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349515355264 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15684688 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15684688 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15684688 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 720 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15684688 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15684688 memory=216632 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15684688 memory=-6586668835053300886 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348978292192 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15684688 memory=-7384994778349280928 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 407783133 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348977239552 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15684688 memory=280049585080976 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15684688 memory=7307482269674464868 CPUtime=1.63 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18621 15592 0 -1 1077944384 5929 0 0 0 162 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348975134704 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15684688 memory=7307482269674464868 CPUtime=1.82 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18621 15592 0 -1 1077944384 4869 0 0 0 181 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15684688 memory=140024792283128 CPUtime=0.58 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 4679 0 0 0 58 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15684688 memory=150 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15684688 memory=296 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 407783136 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18670] ppid=18621 vsize=15684688 memory=56 CPUtime=8.59 cores=1,3,5,7
/proc/18623/task/18670/stat : 18670 (java) S 18621 18621 15592 0 -1 1077944384 250 0 0 0 859 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348954587072 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18671] ppid=18621 vsize=15684688 memory=28112 CPUtime=8.65 cores=1,3,5,7
/proc/18623/task/18671/stat : 18671 (java) S 18621 18621 15592 0 -1 1077944384 445 0 0 0 864 1 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348957746640 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18672] ppid=18621 vsize=15684688 memory=1329 CPUtime=8.55 cores=1,3,5,7
/proc/18623/task/18672/stat : 18672 (java) S 18621 18621 15592 0 -1 1077944384 587 0 0 0 855 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348953536080 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18673] ppid=18621 vsize=15684688 memory=0 CPUtime=8.69 cores=1,3,5,7
/proc/18623/task/18673/stat : 18673 (java) R 18621 18621 15592 0 -1 4202560 170 0 0 0 869 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348960897840 140349152639866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 43.32 s
Current children cumulated vsize: 15797816 KiB
Current children cumulated memory: 218112 KiB

[startup+11.4068 s]
/proc/loadavg: 7.16 6.97 6.61 9/237 18673
/proc/meminfo: memFree=19359936/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15684688 memory=216664 CPUtime=43.53 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 31096 0 0 0 4340 13 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3921172 54166 3515 1 0 3882274 0
[pid=18623/tid=18624] ppid=18621 vsize=15684688 memory=6791534058613427641 CPUtime=0.54 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) S 18621 18621 15592 0 -1 1077944384 9321 0 0 0 50 4 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349515355264 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 720 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15684688 memory=2276 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15684688 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348978292192 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 407783133 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348977239552 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15684688 memory=7450479258954651242 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15684688 memory=7306361850446637414 CPUtime=1.63 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18621 15592 0 -1 1077944384 5929 0 0 0 162 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348975134704 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15684688 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18621 15592 0 -1 1077944384 4869 0 0 0 181 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15684688 memory=225 CPUtime=0.58 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 4679 0 0 0 58 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15684688 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15684688 memory=206012 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 407783136 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18670] ppid=18621 vsize=15684688 memory=1056 CPUtime=8.59 cores=1,3,5,7
/proc/18623/task/18670/stat : 18670 (java) S 18621 18621 15592 0 -1 1077944384 250 0 0 0 859 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348954587072 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18671] ppid=18621 vsize=15684688 memory=1556 CPUtime=8.65 cores=1,3,5,7
/proc/18623/task/18671/stat : 18671 (java) S 18621 18621 15592 0 -1 1077944384 445 0 0 0 864 1 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348957746640 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18672] ppid=18621 vsize=15684688 memory=780 CPUtime=8.55 cores=1,3,5,7
/proc/18623/task/18672/stat : 18672 (java) S 18621 18621 15592 0 -1 1077944384 587 0 0 0 855 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348953536080 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18673] ppid=18621 vsize=15684688 memory=3252 CPUtime=8.9 cores=1,3,5,7
/proc/18623/task/18673/stat : 18673 (java) R 18621 18621 15592 0 -1 4202560 170 0 0 0 890 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348960897840 140349152639849 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 43.53 s
Current children cumulated vsize: 15797816 KiB
Current children cumulated memory: 218112 KiB

[startup+11.5008 s]
/proc/loadavg: 7.16 6.97 6.61 9/237 18673
/proc/meminfo: memFree=19359936/32770624 swapFree=66977612/67108860
[pid=18621] ppid=18618 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18621/stat : 18621 (xcsp3-exec) S 18618 18621 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407783129 115843072 362 33554432000 4194304 5098028 140724364312880 140724364310984 140490075062908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8634368 140724364321658 140724364321901 140724364321901 140724364324810 0
/proc/18621/statm: 28282 362 304 221 0 87 0
[pid=18623] ppid=18621 vsize=15684688 memory=216664 CPUtime=43.62 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18621 15592 0 -1 1077944320 31096 0 0 0 4349 13 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140732567074688 140349511114487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
/proc/18623/statm: 3921172 54166 3515 1 0 3882274 0
[pid=18623/tid=18624] ppid=18621 vsize=15684688 memory=216664 CPUtime=0.54 cores=1,3,5,7
/proc/18623/task/18624/stat : 18624 (java) S 18621 18621 15592 0 -1 1077944384 9321 0 0 0 50 4 0 0 20 0 19 0 407783130 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349515355264 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18625] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18621 15592 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349467666704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18626] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18621 15592 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349466614160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18627] ppid=18621 vsize=15684688 memory=7667730674960590438 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18621 15592 0 -1 1077944384 720 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349101234704 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18628] ppid=18621 vsize=15684688 memory=140024792564769 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18621 15592 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 19 0 407783131 16061120512 54166 33554432000 4194304 4196468 140732567092144 140349100182160 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18629] ppid=18621 vsize=15684688 memory=6225496849057606761 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18621 15592 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348979345904 140349511125634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18630] ppid=18621 vsize=15684688 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18621 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 407783132 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348978292192 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18631] ppid=18621 vsize=15684688 memory=201804 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18621 15592 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 407783133 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348977239552 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18632] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348976188112 140349511133083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18633] ppid=18621 vsize=15684688 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18621 15592 0 -1 1077944384 5929 0 0 0 162 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348975134704 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18634] ppid=18621 vsize=15684688 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18621 15592 0 -1 1077944384 4869 0 0 0 181 1 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348974082160 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18635] ppid=18621 vsize=15684688 memory=1 CPUtime=0.58 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18621 15592 0 -1 1077944384 4679 0 0 0 58 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348973029616 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18636] ppid=18621 vsize=15684688 memory=7012782406026750289 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18621 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407783135 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348971977312 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18637] ppid=18621 vsize=15684688 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18621 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 407783136 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348970924848 140349511125634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18670] ppid=18621 vsize=15684688 memory=4868 CPUtime=8.59 cores=1,3,5,7
/proc/18623/task/18670/stat : 18670 (java) S 18621 18621 15592 0 -1 1077944384 250 0 0 0 859 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348954587072 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18671] ppid=18621 vsize=15684688 memory=288230574492221466 CPUtime=8.65 cores=1,3,5,7
/proc/18623/task/18671/stat : 18671 (java) S 18621 18621 15592 0 -1 1077944384 445 0 0 0 864 1 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348957746640 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18672] ppid=18621 vsize=15684688 memory=288230621803970871 CPUtime=8.55 cores=1,3,5,7
/proc/18623/task/18672/stat : 18672 (java) S 18621 18621 15592 0 -1 1077944384 587 0 0 0 855 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348953536080 140349511124693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
[pid=18623/tid=18673] ppid=18621 vsize=15684688 memory=14697383221004840 CPUtime=8.99 cores=1,3,5,7
/proc/18623/task/18673/stat : 18673 (java) R 18621 18621 15592 0 -1 4202560 170 0 0 0 899 0 0 0 20 0 19 0 407783353 16061120512 54166 33554432000 4194304 4196468 140732567092144 140348960897840 140349152640029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8847360 140732567094255 140732567094426 140732567094426 140732567097295 0
Current children cumulated CPU time: 43.62 s
Current children cumulated vsize: 15797816 KiB
Current children cumulated memory: 218112 KiB

Child status: 0
Real time (s): 11.581
CPU time (s): 43.7042
CPU user time (s): 43.5673
CPU system time (s): 0.136856
CPU usage (%): 377.379
Max. virtual memory (cumulated for all children) (KiB): 15797816
Max. memory (cumulated for all children) (KiB): 218112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5673
system time used= 0.136856
maximum resident set size= 216664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32017
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= 2626
involuntary context switches= 1632


# summary of solver processes directly reported to runsolver:
#   pid: 18621
#   total CPU time (s): 43.7042
#   total CPU user time (s): 43.5673
#   total CPU system time (s): 0.136856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110379 second user time and 0.155327 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 19:57:22
IDJOB=4393168
IDBENCH=123101
IDSOLVER=2840
FILE ID=node104/4393168-1568315258
RUNJOBID= node104-1568309054-15624
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.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-4393168-1568315258/watcher-4393168-1568315258 -o /tmp/evaluation-result-4393168-1568315258/solver-4393168-1568315258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2143586361 HOME/instance-4393168-1568315258.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=2143586361

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        19564088 kB
MemAvailable:   28336108 kB
Buffers:          139492 kB
Cached:          8823080 kB
SwapCached:        31864 kB
Active:          5669584 kB
Inactive:        6816768 kB
Active(anon):    3491996 kB
Inactive(anon):    73188 kB
Active(file):    2177588 kB
Inactive(file):  6743580 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             26280 kB
Writeback:             0 kB
AnonPages:       3605132 kB
Mapped:            55764 kB
Shmem:             32780 kB
Slab:             310012 kB
SReclaimable:     279312 kB
SUnreclaim:        30700 kB
KernelStack:        3984 kB
PageTables:        12500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5432964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3506176 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= 56520 MiB
End job on node104 at 2019-09-12 19:57:33