Trace number 4393341

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-14OPT67514 222.108 60.1565

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-4393341-1568315186.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393341-1568315186.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.57	c solve instance...
1.34/0.63	o 91588 
1.34/0.64	o 91155 
1.34/0.65	o 89526 
1.34/0.65	o 86841 
1.34/0.66	o 86322 
1.34/0.67	o 85860 
1.68/0.72	o 84935 
1.68/0.72	o 84683 
1.68/0.74	o 83544 
1.68/0.74	o 79436 
2.07/0.81	o 77638 
2.07/0.81	o 77116 
2.07/0.84	o 76804 
2.07/0.84	o 75046 
2.07/0.85	o 70116 
10.38/2.98	o 69011 
33.87/9.19	o 67945 
36.09/10.71	o 67820 
78.02/22.87	o 67801 
78.19/22.90	o 67514 
222.05/60.14	s OPTIMUM FOUND
222.05/60.14	v <instantiation>
222.05/60.14	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>
222.05/60.14	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>
222.05/60.14	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 (6318 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-4393341-1568315186/watcher-4393341-1568315186 -o /tmp/evaluation-result-4393341-1568315186/solver-4393341-1568315186 -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 813854090 HOME/instance-4393341-1568315186.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
solver pid=18104, runsolver pid=18101
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 6.78 6.82 6.52 7/233 18120
/proc/meminfo: memFree=20633736/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15144768 memory=27508 CPUtime=0.13 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 5802 0 0 0 12 1 0 0 20 0 15 0 407775894 15508242432 6877 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3786192 6877 3154 1 0 3748377 0
[pid=18106/tid=18107] ppid=18104 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) R 18104 18104 15592 0 -1 4202560 3639 0 0 0 8 1 0 0 20 0 15 0 407775895 15508242432 6877 33554432000 4194304 4196468 140728113475824 139794037361528 139794026231827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15144768 memory=3761268302977799840 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793500746528 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793499694192 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) R 18104 18104 15592 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793497590480 139794033137365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) R 18104 18104 15592 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793496537880 139794010960016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15144768 memory=140062086502016 CPUtime=0.02 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) R 18104 18104 15592 0 -1 4202560 415 0 0 0 2 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793495485296 139794017207646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 6877 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28956 KiB

[startup+0.210775 s]*
/proc/loadavg: 6.78 6.82 6.52 6/233 18120
/proc/meminfo: memFree=20619888/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15144768 memory=39732 CPUtime=0.34 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 9672 0 0 0 31 3 0 0 20 0 15 0 407775894 15508242432 9933 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3786192 9933 3316 1 0 3748377 0
[pid=18106/tid=18107] ppid=18104 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) R 18104 18104 15592 0 -1 4202560 6662 0 0 0 18 2 0 0 20 0 15 0 407775895 15508242432 9933 33554432000 4194304 4196468 140728113475824 139794037357808 139794033139094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15144768 memory=140062089149929 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407775895 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15144768 memory=140062086502016 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793500746528 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407775897 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793499694192 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) S 18104 18104 15592 0 -1 1077944384 706 0 0 0 3 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793497590384 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) S 18104 18104 15592 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793496537584 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15144768 memory=140062086502016 CPUtime=0.08 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) R 18104 18104 15592 0 -1 4202560 919 0 0 0 8 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793495485296 139794012261395 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775900 15508242432 9933 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41180 KiB

[startup+0.320823 s]*
/proc/loadavg: 6.78 6.82 6.52 7/233 18120
/proc/meminfo: memFree=20611488/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15149024 memory=49576 CPUtime=0.55 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 11290 0 0 0 51 4 0 0 20 0 15 0 407775894 15512600576 12394 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3787256 12394 3355 1 0 3748377 0
[pid=18106/tid=18107] ppid=18104 vsize=15149024 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) R 18104 18104 15592 0 -1 4202560 7929 0 0 0 29 2 0 0 20 0 15 0 407775895 15512600576 12394 33554432000 4194304 4196468 140728113475824 139794037358272 139794033149085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15512600576 12394 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15512600576 12394 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775895 15512600576 12394 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407775895 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15149024 memory=-7161737554080415903 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407775897 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407775897 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793500746528 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407775897 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793499694192 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) S 18104 18104 15592 0 -1 1077944384 736 0 0 0 5 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793497590384 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) S 18104 18104 15592 0 -1 1077944384 224 0 0 0 4 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793496537584 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) S 18104 18104 15592 0 -1 1077944384 1098 0 0 0 12 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793495485296 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407775900 15512600576 12459 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51024 KiB

[startup+0.703824 s]
/proc/loadavg: 6.78 6.82 6.52 8/233 18120
/proc/meminfo: memFree=20596768/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15419460 memory=130688 CPUtime=1.68 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 15653 0 0 0 162 6 0 0 20 0 19 0 407775894 15789527040 32672 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3854865 32672 3455 1 0 3815967 0
[pid=18106/tid=18107] ppid=18104 vsize=15419460 memory=-3704326594973231466 CPUtime=0.56 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) S 18104 18104 15592 0 -1 1077944384 9253 0 0 0 53 3 0 0 20 0 19 0 407775895 15789527040 32672 33554432000 4194304 4196468 140728113475824 139794037367936 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407775895 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407775895 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15419460 memory=704 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407775895 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15419460 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407775895 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15419460 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 407775897 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15419460 memory=780 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407775897 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793500746528 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15419460 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407775897 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793499694192 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15419460 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15419460 memory=5964 CPUtime=0.28 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) R 18104 18104 15592 0 -1 4202560 1666 0 0 0 28 0 0 0 20 0 19 0 407775900 15789527040 32672 33554432000 4194304 4196468 140728113475824 139793497577120 139794033148506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15419460 memory=7552 CPUtime=0.26 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) R 18104 18104 15592 0 -1 4202560 693 0 0 0 26 0 0 0 20 0 19 0 407775900 15789527040 32683 33554432000 4194304 4196468 140728113475824 139793496523608 139794033148506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15419460 memory=2832 CPUtime=0.36 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) R 18104 18104 15592 0 -1 1077944384 2052 0 0 0 36 0 0 0 20 0 19 0 407775900 15789527040 32683 33554432000 4194304 4196468 140728113475824 139793495485296 139794033138306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15419460 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15789527040 32683 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15419460 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407775900 15789527040 32683 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 132136 KiB

[startup+1.50183 s]
/proc/loadavg: 6.78 6.82 6.52 12/238 18186
/proc/meminfo: memFree=20485328/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0

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

/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 806 0 0 0 0 2 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18203] ppid=18104 vsize=15484996 memory=2004 CPUtime=35.39 cores=1,3,5,7
/proc/18106/task/18203/stat : 18203 (java) S 18104 18104 15592 0 -1 1077944384 599 0 0 0 3539 0 0 0 20 0 19 0 407778184 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793482067264 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18204] ppid=18104 vsize=15484996 memory=6791534058613427641 CPUtime=35.27 cores=1,3,5,7
/proc/18106/task/18204/stat : 18204 (java) S 18104 18104 15592 0 -1 1077944384 1491 0 0 0 3527 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793484174416 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18205] ppid=18104 vsize=15484996 memory=5964 CPUtime=34.94 cores=1,3,5,7
/proc/18106/task/18205/stat : 18205 (java) S 18104 18104 15592 0 -1 1077944384 1795 0 0 0 3494 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793479963600 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18206] ppid=18104 vsize=15484996 memory=7552 CPUtime=35.48 cores=1,3,5,7
/proc/18106/task/18206/stat : 18206 (java) R 18104 18104 15592 0 -1 4202560 389 0 0 0 3548 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793483119216 139793677938816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 221.14 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 220456 KiB

[startup+59.6009 s]
/proc/loadavg: 7.42 7.00 6.61 6/237 18209
/proc/meminfo: memFree=19356544/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15484996 memory=219008 CPUtime=221.54 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 69902 0 0 0 22135 19 0 0 20 0 19 0 407775894 15856635904 54752 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3871249 54752 3516 1 0 3832351 0
[pid=18106/tid=18107] ppid=18104 vsize=15484996 memory=1428 CPUtime=0.56 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) S 18104 18104 15592 0 -1 1077944384 9846 0 0 0 53 3 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139794037367936 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15484996 memory=1728 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 2485 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15484996 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1183 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15484996 memory=5964 CPUtime=0.12 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 2432 0 0 0 11 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15484996 memory=7552 CPUtime=0.1 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2200 0 0 0 9 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15484996 memory=2832 CPUtime=0.05 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 2694 0 0 0 3 2 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15484996 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793500746592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15484996 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793499694208 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15484996 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15484996 memory=20168 CPUtime=2.63 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) S 18104 18104 15592 0 -1 1077944384 12900 0 0 0 262 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793497590384 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15484996 memory=288230574492221466 CPUtime=2.48 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) S 18104 18104 15592 0 -1 1077944384 15778 0 0 0 247 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793496537584 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15484996 memory=288230621803970871 CPUtime=0.69 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) S 18104 18104 15592 0 -1 1077944384 7639 0 0 0 68 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793495485296 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15484996 memory=14697383221004840 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15484996 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 806 0 0 0 0 2 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18203] ppid=18104 vsize=15484996 memory=0 CPUtime=35.39 cores=1,3,5,7
/proc/18106/task/18203/stat : 18203 (java) S 18104 18104 15592 0 -1 1077944384 599 0 0 0 3539 0 0 0 20 0 19 0 407778184 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793482067264 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18204] ppid=18104 vsize=15484996 memory=0 CPUtime=35.27 cores=1,3,5,7
/proc/18106/task/18204/stat : 18204 (java) S 18104 18104 15592 0 -1 1077944384 1491 0 0 0 3527 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793484174416 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18205] ppid=18104 vsize=15484996 memory=263 CPUtime=34.94 cores=1,3,5,7
/proc/18106/task/18205/stat : 18205 (java) S 18104 18104 15592 0 -1 1077944384 1795 0 0 0 3494 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793479963600 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18206] ppid=18104 vsize=15484996 memory=248 CPUtime=35.88 cores=1,3,5,7
/proc/18106/task/18206/stat : 18206 (java) R 18104 18104 15592 0 -1 4202560 404 0 0 0 3588 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793483119216 139793677938816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 220456 KiB

[startup+60.0009 s]*
/proc/loadavg: 7.42 7.00 6.61 6/237 18210
/proc/meminfo: memFree=19356172/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15484996 memory=219008 CPUtime=221.95 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 69903 0 0 0 22176 19 0 0 20 0 19 0 407775894 15856635904 54752 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3871249 54752 3516 1 0 3832351 0
[pid=18106/tid=18107] ppid=18104 vsize=15484996 memory=8317482817917895235 CPUtime=0.56 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) S 18104 18104 15592 0 -1 1077944384 9846 0 0 0 53 3 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139794037367936 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15484996 memory=532 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 2485 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15484996 memory=1564 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1183 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15484996 memory=924 CPUtime=0.12 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 2432 0 0 0 11 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15484996 memory=1756 CPUtime=0.1 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2200 0 0 0 9 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15484996 memory=1440 CPUtime=0.05 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 2694 0 0 0 3 2 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15484996 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793500746592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15484996 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793499694208 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15484996 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15484996 memory=14697383221004840 CPUtime=2.63 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) S 18104 18104 15592 0 -1 1077944384 12900 0 0 0 262 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793497590384 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15484996 memory=14697383221004840 CPUtime=2.48 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) S 18104 18104 15592 0 -1 1077944384 15778 0 0 0 247 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793496537584 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15484996 memory=1768 CPUtime=0.69 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) S 18104 18104 15592 0 -1 1077944384 7639 0 0 0 68 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793495485296 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15484996 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15484996 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 806 0 0 0 0 2 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18203] ppid=18104 vsize=15484996 memory=1804 CPUtime=35.39 cores=1,3,5,7
/proc/18106/task/18203/stat : 18203 (java) S 18104 18104 15592 0 -1 1077944384 599 0 0 0 3539 0 0 0 20 0 19 0 407778184 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793482067264 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18204] ppid=18104 vsize=15484996 memory=916 CPUtime=35.27 cores=1,3,5,7
/proc/18106/task/18204/stat : 18204 (java) S 18104 18104 15592 0 -1 1077944384 1491 0 0 0 3527 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793484174416 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18205] ppid=18104 vsize=15484996 memory=3848 CPUtime=34.94 cores=1,3,5,7
/proc/18106/task/18205/stat : 18205 (java) S 18104 18104 15592 0 -1 1077944384 1795 0 0 0 3494 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793479963600 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18206] ppid=18104 vsize=15484996 memory=2676 CPUtime=36.29 cores=1,3,5,7
/proc/18106/task/18206/stat : 18206 (java) R 18104 18104 15592 0 -1 4202560 405 0 0 0 3629 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793483119216 139793677938893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 221.95 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 220456 KiB

[startup+60.1106 s]
/proc/loadavg: 7.42 7.00 6.61 6/237 18210
/proc/meminfo: memFree=19356172/32770624 swapFree=66977612/67108860
[pid=18104] ppid=18101 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18104/stat : 18104 (xcsp3-exec) S 18101 18104 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407775894 115843072 362 33554432000 4194304 5098028 140722137902288 140722137900392 139693549609596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11362304 140722137908091 140722137908333 140722137908333 140722137911242 0
/proc/18104/statm: 28282 362 304 221 0 87 0
[pid=18106] ppid=18104 vsize=15484996 memory=219008 CPUtime=222.05 cores=1,3,5,7
/proc/18106/stat : 18106 (java) S 18104 18104 15592 0 -1 1077944320 69903 0 0 0 22186 19 0 0 20 0 19 0 407775894 15856635904 54752 33554432000 4194304 4196468 140728113475824 140728113458368 139794033127159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
/proc/18106/statm: 3871249 54752 3516 1 0 3832351 0
[pid=18106/tid=18107] ppid=18104 vsize=15484996 memory=222464 CPUtime=0.56 cores=1,3,5,7
/proc/18106/task/18107/stat : 18107 (java) S 18104 18104 15592 0 -1 1077944384 9846 0 0 0 53 3 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139794037367936 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18108] ppid=18104 vsize=15484996 memory=219008 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18108/stat : 18108 (java) S 18104 18104 15592 0 -1 1077944384 2485 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793625877392 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18109] ppid=18104 vsize=15484996 memory=219008 CPUtime=0.11 cores=1,3,5,7
/proc/18106/task/18109/stat : 18109 (java) S 18104 18104 15592 0 -1 1077944384 1183 0 0 0 10 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793624824592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18110] ppid=18104 vsize=15484996 memory=219008 CPUtime=0.12 cores=1,3,5,7
/proc/18106/task/18110/stat : 18110 (java) S 18104 18104 15592 0 -1 1077944384 2432 0 0 0 11 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793623772304 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18111] ppid=18104 vsize=15484996 memory=1448 CPUtime=0.1 cores=1,3,5,7
/proc/18106/task/18111/stat : 18111 (java) S 18104 18104 15592 0 -1 1077944384 2200 0 0 0 9 1 0 0 20 0 19 0 407775895 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793622719504 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18112] ppid=18104 vsize=15484996 memory=38068 CPUtime=0.05 cores=1,3,5,7
/proc/18106/task/18112/stat : 18112 (java) S 18104 18104 15592 0 -1 1077944384 2694 0 0 0 3 2 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793501800560 139794033138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18113] ppid=18104 vsize=15484996 memory=225700 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18113/stat : 18113 (java) S 18104 18104 15592 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793500746592 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18114] ppid=18104 vsize=15484996 memory=20168 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18114/stat : 18114 (java) S 18104 18104 15592 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 407775897 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793499694208 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18115] ppid=18104 vsize=15484996 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18115/stat : 18115 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793498642512 139794033145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18116] ppid=18104 vsize=15484996 memory=221472 CPUtime=2.63 cores=1,3,5,7
/proc/18106/task/18116/stat : 18116 (java) S 18104 18104 15592 0 -1 1077944384 12900 0 0 0 262 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793497590384 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18117] ppid=18104 vsize=15484996 memory=69 CPUtime=2.48 cores=1,3,5,7
/proc/18106/task/18117/stat : 18117 (java) S 18104 18104 15592 0 -1 1077944384 15778 0 0 0 247 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793496537584 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18118] ppid=18104 vsize=15484996 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/18106/task/18118/stat : 18118 (java) S 18104 18104 15592 0 -1 1077944384 7639 0 0 0 68 1 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793495485296 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18119] ppid=18104 vsize=15484996 memory=602 CPUtime=0 cores=1,3,5,7
/proc/18106/task/18119/stat : 18119 (java) S 18104 18104 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793494432736 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18120] ppid=18104 vsize=15484996 memory=14750 CPUtime=0.02 cores=1,3,5,7
/proc/18106/task/18120/stat : 18120 (java) S 18104 18104 15592 0 -1 1077944384 806 0 0 0 0 2 0 0 20 0 19 0 407775900 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793493379504 139794033138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18203] ppid=18104 vsize=15484996 memory=1448 CPUtime=35.39 cores=1,3,5,7
/proc/18106/task/18203/stat : 18203 (java) S 18104 18104 15592 0 -1 1077944384 599 0 0 0 3539 0 0 0 20 0 19 0 407778184 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793482067264 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18204] ppid=18104 vsize=15484996 memory=1448 CPUtime=35.27 cores=1,3,5,7
/proc/18106/task/18204/stat : 18204 (java) S 18104 18104 15592 0 -1 1077944384 1491 0 0 0 3527 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793484174416 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18205] ppid=18104 vsize=15484996 memory=219004 CPUtime=34.94 cores=1,3,5,7
/proc/18106/task/18205/stat : 18205 (java) S 18104 18104 15592 0 -1 1077944384 1795 0 0 0 3494 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793479963600 139794033137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
[pid=18106/tid=18206] ppid=18104 vsize=15484996 memory=6212503915505412709 CPUtime=36.39 cores=1,3,5,7
/proc/18106/task/18206/stat : 18206 (java) R 18104 18104 15592 0 -1 4202560 405 0 0 0 3639 0 0 0 20 0 19 0 407778186 15856635904 54752 33554432000 4194304 4196468 140728113475824 139793483119216 139793677938880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12054528 140728113480687 140728113480858 140728113480858 140728113483727 0
Current children cumulated CPU time: 222.05 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 220456 KiB

Child status: 0
Real time (s): 60.1565
CPU time (s): 222.108
CPU user time (s): 221.904
CPU system time (s): 0.203855
CPU usage (%): 369.217
Max. virtual memory (cumulated for all children) (KiB): 15598124
Max. memory (cumulated for all children) (KiB): 228520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.904
system time used= 0.203855
maximum resident set size= 227316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4896
involuntary context switches= 4100


# summary of solver processes directly reported to runsolver:
#   pid: 18104
#   total CPU time (s): 222.108
#   total CPU user time (s): 221.904
#   total CPU system time (s): 0.203855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.450042 second user time and 0.664642 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 19:56:09
IDJOB=4393341
IDBENCH=123062
IDSOLVER=2840
FILE ID=node104/4393341-1568315186
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-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 /tmp/evaluation-result-4393341-1568315186/watcher-4393341-1568315186 -o /tmp/evaluation-result-4393341-1568315186/solver-4393341-1568315186 -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 813854090 HOME/instance-4393341-1568315186.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=813854090

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:        20648440 kB
MemAvailable:   29420236 kB
Buffers:          139376 kB
Cached:          8822560 kB
SwapCached:        31864 kB
Active:          4586796 kB
Inactive:        6816596 kB
Active(anon):    2409276 kB
Inactive(anon):    73188 kB
Active(file):    2177520 kB
Inactive(file):  6743408 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:       2518424 kB
Mapped:            55720 kB
Shmem:             32780 kB
Slab:             310000 kB
SReclaimable:     279328 kB
SUnreclaim:        30672 kB
KernelStack:        3808 kB
PageTables:        10492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4822496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2420736 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:10