Trace number 4403801

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-20OPT67514 253.612 64.0559

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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-4403801-1568989169.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403801-1568989169.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.03/0.56	c solve instance...
1.37/0.63	o 91588 
1.37/0.64	o 91155 
1.37/0.65	o 89526 
1.37/0.66	o 86841 
1.37/0.67	o 86322 
1.37/0.68	o 85860 
1.69/0.72	o 84408 
1.69/0.74	o 79689 
1.69/0.76	o 79436 
2.10/0.81	o 77638 
2.10/0.83	o 77116 
2.10/0.85	o 76804 
2.10/0.86	o 75046 
2.10/0.86	o 70116 
11.21/3.16	o 69414 
22.73/6.03	o 69153 
25.49/6.71	o 69065 
29.88/7.85	o 67914 
33.82/8.86	o 67514 
253.44/64.04	s OPTIMUM FOUND
253.44/64.04	v <instantiation>
253.44/64.04	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
253.44/64.04	v 	<values>8 0 7 5 9 4 3 2 6 1 10 61 76 21 45 82 12 57 0 25 41 4 56 82 95 6 21 18 36 86 35 84 18 79 39 69 91 1 59 40 91 26 0 36 89 26 9 56 44 35 11 6 85 63 75 </values>
253.44/64.04	v </instantiation>

Verifier Data

OK	67514

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403801-1568989169/watcher-4403801-1568989169 -o /var/tmp/evaluation-result-4403801-1568989169/solver-4403801-1568989169 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 352257762 HOME/instance-4403801-1568989169.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 7.95 7.71 4.92 7/233 6805
/proc/meminfo: memFree=5012152/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15144776 memory=30084 CPUtime=0.12 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 5441 0 0 0 11 1 0 0 20 0 15 0 475179544 15508250624 7521 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3786194 7521 3128 1 0 3748377 0
[pid=6791/tid=6792] ppid=6789 vsize=15144776 memory=7820083430509914699 CPUtime=0.09 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) R 6789 6789 6055 0 -1 4202560 3373 0 0 0 9 0 0 0 20 0 15 0 475179544 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731905795216 139731885651294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731369133472 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731368080880 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) R 6789 6789 6055 0 -1 4202560 339 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731365975232 139731879166975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) R 6789 6789 6055 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731363870960 139731901592154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 7587 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31540 KiB

[startup+0.210753 s]*
/proc/loadavg: 7.95 7.71 4.92 7/233 6805
/proc/meminfo: memFree=5000008/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15144776 memory=41040 CPUtime=0.34 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 8912 0 0 0 31 3 0 0 20 0 15 0 475179544 15508250624 10260 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3786194 10260 3310 1 0 3748377 0
[pid=6791/tid=6792] ppid=6789 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) R 6789 6789 6055 0 -1 4202560 6172 0 0 0 18 2 0 0 20 0 15 0 475179544 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731905807872 139731538984513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15144776 memory=2995869 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15144776 memory=139733317515771 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475179545 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731369133472 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475179547 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731368080880 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) S 6789 6789 6055 0 -1 1077944384 426 0 0 0 3 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731365976048 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15144776 memory=139733313787520 CPUtime=0.08 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) R 6789 6789 6055 0 -1 4202560 798 0 0 0 8 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731363870960 139731901582742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179550 15508250624 10260 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42496 KiB

[startup+0.311594 s]*
/proc/loadavg: 7.95 7.71 4.92 6/233 6805
/proc/meminfo: memFree=4993440/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15149032 memory=49336 CPUtime=0.53 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 10212 0 0 0 49 4 0 0 20 0 15 0 475179544 15512608768 12334 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3787258 12334 3342 1 0 3748377 0
[pid=6791/tid=6792] ppid=6789 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) R 6789 6789 6055 0 -1 4202560 7288 0 0 0 27 2 0 0 20 0 15 0 475179544 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731905801920 139731885651294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15149032 memory=2996211 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15149032 memory=3733097 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179545 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475179545 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475179547 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475179547 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731369133472 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475179547 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731368080880 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) S 6789 6789 6055 0 -1 1077944384 435 0 0 0 4 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731365976048 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 269 0 0 0 3 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) S 6789 6789 6055 0 -1 1077944384 931 0 0 0 13 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731363870960 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475179550 15512608768 12334 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50792 KiB

[startup+0.701278 s]
/proc/loadavg: 7.95 7.71 4.92 10/233 6805
/proc/meminfo: memFree=4976880/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15485004 memory=130124 CPUtime=1.69 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 14569 0 0 0 163 6 0 0 20 0 19 0 475179544 15856644096 32531 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3871251 32531 3461 1 0 3832351 0
[pid=6791/tid=6792] ppid=6789 vsize=15485004 memory=1787444593921 CPUtime=0.55 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) S 6789 6789 6055 0 -1 1077944384 8359 0 0 0 52 3 0 0 20 0 19 0 475179544 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731905811584 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15485004 memory=512 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475179545 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15485004 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475179545 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15485004 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475179545 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15485004 memory=3784 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475179545 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15485004 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475179547 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15485004 memory=904 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475179547 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731369133472 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15485004 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475179547 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731368080880 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15485004 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15485004 memory=1764 CPUtime=0.29 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) R 6789 6789 6055 0 -1 4202560 1066 0 0 0 29 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731365965648 139731880760368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15485004 memory=111632 CPUtime=0.26 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) R 6789 6789 6055 0 -1 4202560 1220 0 0 0 26 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731364909600 139731886500277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15485004 memory=804 CPUtime=0.37 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) S 6789 6789 6055 0 -1 1077944384 1961 0 0 0 37 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731363870960 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15485004 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15485004 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475179550 15856644096 32531 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 131580 KiB

[startup+1.50128 s]
/proc/loadavg: 7.95 7.71 4.92 12/237 6865
/proc/meminfo: memFree=4863628/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0

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

/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1305 0 0 0 0 1 0 0 20 0 19 0 475179550 15858741248 42390 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6882] ppid=6789 vsize=15487052 memory=12028 CPUtime=53.04 cores=0,2,4,6
/proc/6791/task/6882/stat : 6882 (java) R 6789 6789 6055 0 -1 4202560 606 0 0 0 5304 0 0 0 20 0 19 0 475180430 15858741248 42390 33554432000 4194304 4196468 140722618272288 139731351496096 139731544511287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6883] ppid=6789 vsize=15487052 memory=15640 CPUtime=53.14 cores=0,2,4,6
/proc/6791/task/6883/stat : 6883 (java) R 6789 6789 6055 0 -1 4202560 1302 0 0 0 5314 0 0 0 20 0 19 0 475180430 15858741248 42390 33554432000 4194304 4196468 140722618272288 139731350441768 139731543520682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6884] ppid=6789 vsize=15487052 memory=512 CPUtime=52.9 cores=0,2,4,6
/proc/6791/task/6884/stat : 6884 (java) R 6789 6789 6055 0 -1 4202560 1353 0 0 0 5290 0 0 0 20 0 19 0 475180430 15858741248 42390 33554432000 4194304 4196468 140722618272288 139731352548104 139731543344498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6885] ppid=6789 vsize=15487052 memory=1564 CPUtime=52.96 cores=0,2,4,6
/proc/6791/task/6885/stat : 6885 (java) R 6789 6789 6055 0 -1 4202560 916 0 0 0 5296 0 0 0 20 0 19 0 475180430 15858741248 42390 33554432000 4194304 4196468 140722618272288 139731348336432 139731543519361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 247.04 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 171016 KiB

[startup+63.2013 s]
/proc/loadavg: 8.31 7.84 5.14 10/238 6891
/proc/meminfo: memFree=4868816/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15487052 memory=166996 CPUtime=250.22 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 53491 0 0 0 25007 15 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3871763 41749 3519 1 0 3832863 0
[pid=6791/tid=6792] ppid=6789 vsize=15487052 memory=3784 CPUtime=0.55 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) S 6789 6789 6055 0 -1 1077944384 8451 0 0 0 52 3 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731905811584 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15487052 memory=1440 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 2510 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15487052 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1241 0 0 0 2 1 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15487052 memory=1984 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1029 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15487052 memory=2528 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 615 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15487052 memory=1764 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 1473 0 0 0 2 1 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15487052 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731369133536 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15487052 memory=804 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731368080896 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15487052 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15487052 memory=1808 CPUtime=2.1 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) S 6789 6789 6055 0 -1 1077944384 7738 0 0 0 210 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731365976048 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15487052 memory=1576 CPUtime=2.77 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 15153 0 0 0 276 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15487052 memory=1028 CPUtime=0.66 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) S 6789 6789 6055 0 -1 1077944384 5505 0 0 0 65 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731363870960 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15487052 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15487052 memory=2828 CPUtime=0.01 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1305 0 0 0 0 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6882] ppid=6789 vsize=15487052 memory=756 CPUtime=53.83 cores=0,2,4,6
/proc/6791/task/6882/stat : 6882 (java) R 6789 6789 6055 0 -1 4202560 606 0 0 0 5383 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731351493088 139731544511312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6883] ppid=6789 vsize=15487052 memory=1548 CPUtime=53.94 cores=0,2,4,6
/proc/6791/task/6883/stat : 6883 (java) R 6789 6789 6055 0 -1 4202560 1302 0 0 0 5394 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731350441768 139731544218292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6884] ppid=6789 vsize=15487052 memory=8104 CPUtime=53.7 cores=0,2,4,6
/proc/6791/task/6884/stat : 6884 (java) R 6789 6789 6055 0 -1 4202560 1354 0 0 0 5370 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731352549392 139731543344550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6885] ppid=6789 vsize=15487052 memory=1164 CPUtime=53.74 cores=0,2,4,6
/proc/6791/task/6885/stat : 6885 (java) R 6789 6789 6055 0 -1 4202560 916 0 0 0 5374 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731348336408 139731544006184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 250.22 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 168452 KiB

[startup+63.6013 s]
/proc/loadavg: 8.31 7.84 5.14 10/238 6891
/proc/meminfo: memFree=4868816/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15487052 memory=166996 CPUtime=251.82 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 53491 0 0 0 25167 15 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3871763 41749 3519 1 0 3832863 0
[pid=6791/tid=6792] ppid=6789 vsize=15487052 memory=8112282956445269571 CPUtime=0.55 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) S 6789 6789 6055 0 -1 1077944384 8451 0 0 0 52 3 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731905811584 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15487052 memory=38908 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 2510 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15487052 memory=2004 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1241 0 0 0 2 1 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15487052 memory=984 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1029 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15487052 memory=1324 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 615 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15487052 memory=780 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 1473 0 0 0 2 1 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15487052 memory=164 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731369133536 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15487052 memory=7594597771697979466 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731368080896 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15487052 memory=288293268230505171 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15487052 memory=3231707 CPUtime=2.1 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) S 6789 6789 6055 0 -1 1077944384 7738 0 0 0 210 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731365976048 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15487052 memory=8027215911433037145 CPUtime=2.77 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 15153 0 0 0 276 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15487052 memory=7957691656326173797 CPUtime=0.66 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) S 6789 6789 6055 0 -1 1077944384 5505 0 0 0 65 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731363870960 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15487052 memory=7957691656326173797 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15487052 memory=7957691656326173797 CPUtime=0.01 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1305 0 0 0 0 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6882] ppid=6789 vsize=15487052 memory=7809917229412410713 CPUtime=54.23 cores=0,2,4,6
/proc/6791/task/6882/stat : 6882 (java) R 6789 6789 6055 0 -1 4202560 606 0 0 0 5423 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731351492976 139731543519621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6883] ppid=6789 vsize=15487052 memory=6081365211054696276 CPUtime=54.34 cores=0,2,4,6
/proc/6791/task/6883/stat : 6883 (java) R 6789 6789 6055 0 -1 4202560 1302 0 0 0 5434 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731350441768 139731546786076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6884] ppid=6789 vsize=15487052 memory=8027215911433037145 CPUtime=54.1 cores=0,2,4,6
/proc/6791/task/6884/stat : 6884 (java) R 6789 6789 6055 0 -1 4202560 1354 0 0 0 5410 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731352549392 139731543519564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6885] ppid=6789 vsize=15487052 memory=8112282956445269571 CPUtime=54.14 cores=0,2,4,6
/proc/6791/task/6885/stat : 6885 (java) R 6789 6789 6055 0 -1 4202560 916 0 0 0 5414 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731348336408 139731544367269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 251.82 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 168452 KiB

[startup+64.0013 s]*
/proc/loadavg: 8.31 7.84 5.14 10/238 6891
/proc/meminfo: memFree=4871488/32770624 swapFree=66988704/67108860
[pid=6789] ppid=6786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6789/stat : 6789 (xcsp3-exec) S 6786 6789 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475179544 115843072 364 33554432000 4194304 5098028 140721720841728 140721720839832 140193688117884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140721720849239 140721720849497 140721720849497 140721720852422 0
/proc/6789/statm: 28282 364 305 221 0 87 0
[pid=6791] ppid=6789 vsize=15487052 memory=166996 CPUtime=253.44 cores=0,2,4,6
/proc/6791/stat : 6791 (java) S 6789 6789 6055 0 -1 1077944320 53491 0 0 0 25329 15 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 140722618254832 139731901570807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
/proc/6791/statm: 3871763 41749 3519 1 0 3832863 0
[pid=6791/tid=6792] ppid=6789 vsize=15487052 memory=1398722017469774279 CPUtime=0.55 cores=0,2,4,6
/proc/6791/task/6792/stat : 6792 (java) S 6789 6789 6055 0 -1 1077944384 8451 0 0 0 52 3 0 0 20 0 19 0 475179544 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731905811584 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6793] ppid=6789 vsize=15487052 memory=4126316290023845779 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6793/stat : 6793 (java) S 6789 6789 6055 0 -1 1077944384 2510 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731493951760 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6794] ppid=6789 vsize=15487052 memory=711932 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6794/stat : 6794 (java) S 6789 6789 6055 0 -1 1077944384 1241 0 0 0 2 1 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731492899216 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6795] ppid=6789 vsize=15487052 memory=1408 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6795/stat : 6795 (java) S 6789 6789 6055 0 -1 1077944384 1029 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731491846672 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6796] ppid=6789 vsize=15487052 memory=3104 CPUtime=0.02 cores=0,2,4,6
/proc/6791/task/6796/stat : 6796 (java) S 6789 6789 6055 0 -1 1077944384 615 0 0 0 2 0 0 0 20 0 19 0 475179545 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731490794128 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6797] ppid=6789 vsize=15487052 memory=1456 CPUtime=0.03 cores=0,2,4,6
/proc/6791/task/6797/stat : 6797 (java) S 6789 6789 6055 0 -1 1077944384 1473 0 0 0 2 1 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731370187248 139731901581954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6798] ppid=6789 vsize=15487052 memory=169560 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6798/stat : 6798 (java) S 6789 6789 6055 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731369133536 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6799] ppid=6789 vsize=15487052 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6799/stat : 6799 (java) S 6789 6789 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475179547 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731368080896 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6800] ppid=6789 vsize=15487052 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6800/stat : 6800 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731367029456 139731901589403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6801] ppid=6789 vsize=15487052 memory=8747226831578988619 CPUtime=2.1 cores=0,2,4,6
/proc/6791/task/6801/stat : 6801 (java) S 6789 6789 6055 0 -1 1077944384 7738 0 0 0 210 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731365976048 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6802] ppid=6789 vsize=15487052 memory=288285575947073227 CPUtime=2.77 cores=0,2,4,6
/proc/6791/task/6802/stat : 6802 (java) S 6789 6789 6055 0 -1 1077944384 15153 0 0 0 276 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731364923504 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6803] ppid=6789 vsize=15487052 memory=3696952 CPUtime=0.66 cores=0,2,4,6
/proc/6791/task/6803/stat : 6803 (java) S 6789 6789 6055 0 -1 1077944384 5505 0 0 0 65 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731363870960 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6804] ppid=6789 vsize=15487052 memory=288285575947073227 CPUtime=0 cores=0,2,4,6
/proc/6791/task/6804/stat : 6804 (java) S 6789 6789 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731362818656 139731901581013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6805] ppid=6789 vsize=15487052 memory=3696952 CPUtime=0.01 cores=0,2,4,6
/proc/6791/task/6805/stat : 6805 (java) S 6789 6789 6055 0 -1 1077944384 1305 0 0 0 0 1 0 0 20 0 19 0 475179550 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731361766192 139731901581954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6882] ppid=6789 vsize=15487052 memory=7523100881083252844 CPUtime=54.64 cores=0,2,4,6
/proc/6791/task/6882/stat : 6882 (java) R 6789 6789 6055 0 -1 4202560 606 0 0 0 5464 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731351492976 139731543519039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6883] ppid=6789 vsize=15487052 memory=4642196815031920488 CPUtime=54.75 cores=0,2,4,6
/proc/6791/task/6883/stat : 6883 (java) R 6789 6789 6055 0 -1 4202560 1302 0 0 0 5475 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731350441768 139731546784258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6884] ppid=6789 vsize=15487052 memory=4642196815031920488 CPUtime=54.49 cores=0,2,4,6
/proc/6791/task/6884/stat : 6884 (java) R 6789 6789 6055 0 -1 4202560 1354 0 0 0 5449 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731352549392 139731543519861 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
[pid=6791/tid=6885] ppid=6789 vsize=15487052 memory=7158024537637347435 CPUtime=54.55 cores=0,2,4,6
/proc/6791/task/6885/stat : 6885 (java) R 6789 6789 6055 0 -1 4202560 916 0 0 0 5455 0 0 0 20 0 19 0 475180430 15858741248 41749 33554432000 4194304 4196468 140722618272288 139731348336408 139731546784277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140722618278875 140722618279050 140722618279050 140722618281935 0
Current children cumulated CPU time: 253.44 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 168452 KiB

Child status: 0
Real time (s): 64.0559
CPU time (s): 253.612
CPU user time (s): 253.454
CPU system time (s): 0.157755
CPU usage (%): 395.922
Max. virtual memory (cumulated for all children) (KiB): 15600180
Max. memory (cumulated for all children) (KiB): 214440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.454
system time used= 0.157755
maximum resident set size= 216064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5095
involuntary context switches= 7437


# summary of solver processes directly reported to runsolver:
#   pid: 6789
#   total CPU time (s): 253.612
#   total CPU user time (s): 253.454
#   total CPU system time (s): 0.157755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.411519 second user time and 0.74134 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 16:18:47
IDJOB=4403801
IDBENCH=123062
IDSOLVER=2863
FILE ID=node121/4403801-1568989169
RUNJOBID= node121-1568988421-6086
PBS_JOBID= 21704645
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.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 /var/tmp/evaluation-result-4403801-1568989169/watcher-4403801-1568989169 -o /var/tmp/evaluation-result-4403801-1568989169/solver-4403801-1568989169 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 352257762 HOME/instance-4403801-1568989169.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=352257762

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5029056 kB
MemAvailable:   31159220 kB
Buffers:          150880 kB
Cached:         25912504 kB
SwapCached:         5516 kB
Active:         13712792 kB
Inactive:       13057604 kB
Active(anon):     703728 kB
Inactive(anon):    41176 kB
Active(file):   13009064 kB
Inactive(file): 13016428 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988704 kB
Dirty:             25952 kB
Writeback:             0 kB
AnonPages:        960832 kB
Mapped:            60444 kB
Shmem:             29272 kB
Slab:             562400 kB
SReclaimable:     533132 kB
SUnreclaim:        29268 kB
KernelStack:        4144 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1908556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-20 16:19:51