Trace number 4400501

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-16OPT67514 257.039 64.9189

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.4709
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-4400501-1568679350.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400501-1568679350.xml, -tl, 2400s, -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.35/0.63	o 91588 
1.35/0.65	o 91155 
1.35/0.65	o 89526 
1.35/0.67	o 86841 
1.35/0.67	o 86322 
1.35/0.68	o 85860 
1.70/0.76	o 84408 
1.70/0.78	o 83544 
1.70/0.78	o 80430 
2.07/0.82	o 77638 
2.07/0.83	o 77116 
2.07/0.87	o 76804 
2.07/0.88	o 75046 
2.07/0.88	o 70116 
21.46/5.74	o 69153 
35.77/9.36	o 69065 
36.97/9.65	o 69011 
36.97/9.66	o 67914 
60.43/15.60	o 67801 
62.85/16.15	o 67514 
256.98/64.91	s OPTIMUM FOUND
256.98/64.91	v <instantiation>
256.98/64.91	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>
256.98/64.91	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>
256.98/64.91	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 (15083 MiB free)
  memory of node 1: 16384 MiB (15529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400501-1568679350/watcher-4400501-1568679350 -o /tmp/evaluation-result-4400501-1568679350/solver-4400501-1568679350 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1684773503 HOME/instance-4400501-1568679350.xml 

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

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

solver pid=10245, runsolver pid=10242

[startup+0.10006 s]*
/proc/loadavg: 8.30 8.54 8.50 7/234 10261
/proc/meminfo: memFree=31331380/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15144776 memory=29052 CPUtime=0.13 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 5729 0 0 0 12 1 0 0 20 0 15 0 444188074 15508250624 7263 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3786194 7263 3089 1 0 3748377 0
[pid=10247/tid=10248] ppid=10245 vsize=15144776 memory=7031125463459224206 CPUtime=0.08 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) R 10245 10245 32513 0 -1 4202560 3652 0 0 0 8 0 0 0 20 0 15 0 444188074 15508250624 7263 33554432000 4194304 4196468 140721524634720 140203816082272 140203811881562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 7263 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 7263 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 7263 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 7263 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202684904864 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202683852272 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) R 10245 10245 32513 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202681746624 140203797526368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) R 10245 10245 32513 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202680694992 140203811870421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0.02 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) R 10245 10245 32513 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202679642352 140203796113204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 7263 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210961 s]*
/proc/loadavg: 8.30 8.54 8.50 7/234 10261
/proc/meminfo: memFree=31318884/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15144776 memory=40468 CPUtime=0.34 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 9362 0 0 0 31 3 0 0 20 0 15 0 444188074 15508250624 10117 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3786194 10117 3300 1 0 3748377 0
[pid=10247/tid=10248] ppid=10245 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) R 10245 10245 32513 0 -1 4202560 6648 0 0 0 18 2 0 0 20 0 15 0 444188074 15508250624 10117 33554432000 4194304 4196468 140721524634720 140203816094336 140203795940702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15144776 memory=4294976396 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 10117 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15144776 memory=139761357393134 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 10117 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 10117 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444188075 15508250624 10117 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202684904864 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444188077 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202683852272 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) R 10245 10245 32513 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202681747440 140203811871362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) S 10245 10245 32513 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202680694896 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15144776 memory=139761357366912 CPUtime=0.08 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) R 10245 10245 32513 0 -1 4202560 785 0 0 0 8 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202679642352 140203811881562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188080 15508250624 10117 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41920 KiB

[startup+0.317598 s]*
/proc/loadavg: 8.30 8.54 8.50 7/234 10261
/proc/meminfo: memFree=31311476/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15149032 memory=50516 CPUtime=0.54 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 10937 0 0 0 51 3 0 0 20 0 15 0 444188074 15512608768 12629 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3787258 12629 3372 1 0 3748377 0
[pid=10247/tid=10248] ppid=10245 vsize=15149032 memory=32213995742560408 CPUtime=0.3 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) R 10245 10245 32513 0 -1 4202560 7902 0 0 0 28 2 0 0 20 0 15 0 444188074 15512608768 12629 33554432000 4194304 4196468 140721524634720 140203816097040 140203795940702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15149032 memory=288230600379474824 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15512608768 12629 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15149032 memory=15822218080154965 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15512608768 12629 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188075 15512608768 12629 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444188075 15512608768 12629 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444188077 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444188077 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202684904864 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444188077 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202683852272 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) S 10245 10245 32513 0 -1 1077944384 132 0 0 0 3 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202681747440 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) S 10245 10245 32513 0 -1 1077944384 677 0 0 0 6 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202680694896 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) S 10245 10245 32513 0 -1 1077944384 931 0 0 0 12 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202679642352 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444188080 15512608768 12629 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51968 KiB

[startup+0.703115 s]
/proc/loadavg: 8.30 8.54 8.50 7/234 10261
/proc/meminfo: memFree=31296520/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15483976 memory=127768 CPUtime=1.7 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 15348 0 0 0 165 5 0 0 20 0 19 0 444188074 15855591424 31942 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3870994 31942 3458 1 0 3832094 0
[pid=10247/tid=10248] ppid=10245 vsize=15483976 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) S 10245 10245 32513 0 -1 1077944384 9235 0 0 0 52 3 0 0 20 0 19 0 444188074 15855591424 31942 33554432000 4194304 4196468 140721524634720 140203816100992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15483976 memory=143 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444188075 15855591424 31942 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15483976 memory=2 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444188075 15855591424 31942 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444188075 15855591424 31942 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 444188075 15855591424 31942 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 444188077 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15483976 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 444188077 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202684904864 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15483976 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 444188077 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202683852272 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15483976 memory=812 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15483976 memory=1764 CPUtime=0.26 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) R 10245 10245 32513 0 -1 4202560 822 0 0 0 26 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202681734176 140203795360807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15483976 memory=111628 CPUtime=0.3 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) R 10245 10245 32513 0 -1 4202560 1445 0 0 0 30 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202680680992 140203796985594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15483976 memory=796 CPUtime=0.37 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) R 10245 10245 32513 0 -1 1077944384 1861 0 0 0 37 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202679642352 140203811871362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15483976 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15483976 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444188080 15855591424 31942 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 129220 KiB

[startup+1.5066 s]
/proc/loadavg: 8.30 8.54 8.50 12/238 10321
/proc/meminfo: memFree=31178968/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0

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

/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 625 0 0 0 0 1 0 0 20 0 19 0 444188080 15856644096 42492 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10343] ppid=10245 vsize=15485004 memory=14695184180992306 CPUtime=47.45 cores=1,3,5,7
/proc/10247/task/10343/stat : 10343 (java) R 10245 10245 32513 0 -1 4202560 442 0 0 0 4745 0 0 0 20 0 19 0 444189689 15856644096 42492 33554432000 4194304 4196468 140721524634720 140202666212488 140203797070830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10344] ppid=10245 vsize=15485004 memory=0 CPUtime=47.52 cores=1,3,5,7
/proc/10247/task/10344/stat : 10344 (java) R 10245 10245 32513 0 -1 4202560 1251 0 0 0 4752 0 0 0 20 0 19 0 444189689 15856644096 42492 33554432000 4194304 4196468 140721524634720 140202664110480 140203456090119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10345] ppid=10245 vsize=15485004 memory=45924 CPUtime=47.48 cores=1,3,5,7
/proc/10247/task/10345/stat : 10345 (java) R 10245 10245 32513 0 -1 4202560 943 0 0 0 4748 0 0 0 20 0 19 0 444189689 15856644096 42492 33554432000 4194304 4196468 140721524634720 140202668318936 140203453001949 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10346] ppid=10245 vsize=15485004 memory=0 CPUtime=47.61 cores=1,3,5,7
/proc/10247/task/10346/stat : 10346 (java) R 10245 10245 32513 0 -1 4202560 812 0 0 0 4761 0 0 0 20 0 19 0 444189689 15856644096 42492 33554432000 4194304 4196468 140721524634720 140202663054368 140203456180706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 253.43 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 171420 KiB

[startup+64.4016 s]
/proc/loadavg: 8.27 8.50 8.49 10/237 10349
/proc/meminfo: memFree=31222436/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15485004 memory=167404 CPUtime=254.98 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 56870 0 0 0 25483 15 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3871251 41851 3519 1 0 3832351 0
[pid=10247/tid=10248] ppid=10245 vsize=15485004 memory=169968 CPUtime=0.56 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) S 10245 10245 32513 0 -1 1077944384 9622 0 0 0 53 3 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203816100992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15485004 memory=152496 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1559 0 0 0 2 1 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15485004 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1511 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15485004 memory=3060 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 2371 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15485004 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 1431 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15485004 memory=169968 CPUtime=0.02 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 1906 0 0 0 2 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15485004 memory=1756 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202684904928 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15485004 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202683852288 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15485004 memory=920 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15485004 memory=3848 CPUtime=2.61 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) S 10245 10245 32513 0 -1 1077944384 10318 0 0 0 259 2 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202681747440 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15485004 memory=2668 CPUtime=2.74 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) S 10245 10245 32513 0 -1 1077944384 11787 0 0 0 274 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202680694896 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15485004 memory=2672 CPUtime=0.73 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) S 10245 10245 32513 0 -1 1077944384 6083 0 0 0 72 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202679642352 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15485004 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15485004 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 625 0 0 0 0 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10343] ppid=10245 vsize=15485004 memory=279522512155696 CPUtime=47.83 cores=1,3,5,7
/proc/10247/task/10343/stat : 10343 (java) R 10245 10245 32513 0 -1 4202560 443 0 0 0 4783 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202666213112 140203453384473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10344] ppid=10245 vsize=15485004 memory=46186803235306 CPUtime=47.91 cores=1,3,5,7
/proc/10247/task/10344/stat : 10344 (java) R 10245 10245 32513 0 -1 4202560 1251 0 0 0 4791 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202664108144 140203454043245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10345] ppid=10245 vsize=15485004 memory=46186803235050 CPUtime=47.86 cores=1,3,5,7
/proc/10247/task/10345/stat : 10345 (java) R 10245 10245 32513 0 -1 4202560 943 0 0 0 4786 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202668318800 140203453002224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10346] ppid=10245 vsize=15485004 memory=1452 CPUtime=48 cores=1,3,5,7
/proc/10247/task/10346/stat : 10346 (java) R 10245 10245 32513 0 -1 4202560 812 0 0 0 4800 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202663057040 140203453002805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 254.98 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 168856 KiB

[startup+64.8016 s]
/proc/loadavg: 8.27 8.50 8.49 10/237 10349
/proc/meminfo: memFree=31222436/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15485004 memory=167404 CPUtime=256.58 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 56871 0 0 0 25643 15 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3871251 41851 3519 1 0 3832351 0
[pid=10247/tid=10248] ppid=10245 vsize=15485004 memory=111628 CPUtime=0.56 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) S 10245 10245 32513 0 -1 1077944384 9622 0 0 0 53 3 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203816100992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15485004 memory=796 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1559 0 0 0 2 1 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15485004 memory=4100 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1511 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15485004 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 2371 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15485004 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 1431 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15485004 memory=169968 CPUtime=0.02 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 1906 0 0 0 2 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15485004 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202684904928 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15485004 memory=1668 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202683852288 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15485004 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15485004 memory=1452 CPUtime=2.61 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) S 10245 10245 32513 0 -1 1077944384 10318 0 0 0 259 2 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202681747440 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15485004 memory=6791534058613427641 CPUtime=2.74 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) S 10245 10245 32513 0 -1 1077944384 11787 0 0 0 274 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202680694896 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15485004 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) S 10245 10245 32513 0 -1 1077944384 6083 0 0 0 72 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202679642352 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15485004 memory=4545 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15485004 memory=4552 CPUtime=0.01 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 625 0 0 0 0 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10343] ppid=10245 vsize=15485004 memory=4551 CPUtime=48.23 cores=1,3,5,7
/proc/10247/task/10343/stat : 10343 (java) R 10245 10245 32513 0 -1 4202560 443 0 0 0 4823 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202666213112 140203454250484 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10344] ppid=10245 vsize=15485004 memory=4561 CPUtime=48.31 cores=1,3,5,7
/proc/10247/task/10344/stat : 10344 (java) R 10245 10245 32513 0 -1 4202560 1251 0 0 0 4831 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202664108144 140203455036233 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10345] ppid=10245 vsize=15485004 memory=3 CPUtime=48.26 cores=1,3,5,7
/proc/10247/task/10345/stat : 10345 (java) R 10245 10245 32513 0 -1 4202560 943 0 0 0 4826 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202668318800 140203453002378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10346] ppid=10245 vsize=15485004 memory=2828 CPUtime=48.4 cores=1,3,5,7
/proc/10247/task/10346/stat : 10346 (java) R 10245 10245 32513 0 -1 4202560 813 0 0 0 4840 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202663057040 140203453001910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 256.58 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 168856 KiB

[startup+64.9016 s]
/proc/loadavg: 8.27 8.50 8.49 10/237 10349
/proc/meminfo: memFree=31222436/32770624 swapFree=66997372/67108860
[pid=10245] ppid=10242 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/10245/stat : 10245 (xcsp3-exec) S 10242 10245 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 444188074 115843072 363 33554432000 4194304 5098028 140721318589968 140721318588072 140483359572604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28606464 140721318597498 140721318597741 140721318597741 140721318600650 0
/proc/10245/statm: 28282 363 304 221 0 87 0
[pid=10247] ppid=10245 vsize=15485004 memory=167404 CPUtime=256.98 cores=1,3,5,7
/proc/10247/stat : 10247 (java) S 10245 10245 32513 0 -1 1077944320 56871 0 0 0 25683 15 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140721524617264 140203811860215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
/proc/10247/statm: 3871251 41851 3519 1 0 3832351 0
[pid=10247/tid=10248] ppid=10245 vsize=15485004 memory=1452 CPUtime=0.56 cores=1,3,5,7
/proc/10247/task/10248/stat : 10248 (java) S 10245 10245 32513 0 -1 1077944384 9622 0 0 0 53 3 0 0 20 0 19 0 444188074 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203816100992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10249] ppid=10245 vsize=15485004 memory=14008 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10249/stat : 10249 (java) S 10245 10245 32513 0 -1 1077944384 1559 0 0 0 2 1 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203772819728 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10250] ppid=10245 vsize=15485004 memory=2124 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10250/stat : 10250 (java) S 10245 10245 32513 0 -1 1077944384 1511 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203403483536 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10251] ppid=10245 vsize=15485004 memory=169968 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10251/stat : 10251 (java) S 10245 10245 32513 0 -1 1077944384 2371 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203402430992 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10252] ppid=10245 vsize=15485004 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/10247/task/10252/stat : 10252 (java) S 10245 10245 32513 0 -1 1077944384 1431 0 0 0 3 0 0 0 20 0 19 0 444188075 15856644096 41851 33554432000 4194304 4196468 140721524634720 140203401378448 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10253] ppid=10245 vsize=15485004 memory=186380 CPUtime=0.02 cores=1,3,5,7
/proc/10247/task/10253/stat : 10253 (java) S 10245 10245 32513 0 -1 1077944384 1906 0 0 0 2 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202685958640 140203811871362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10254] ppid=10245 vsize=15485004 memory=279522512652320 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10254/stat : 10254 (java) S 10245 10245 32513 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202684904928 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10255] ppid=10245 vsize=15485004 memory=7234307554676730466 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10255/stat : 10255 (java) S 10245 10245 32513 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 444188077 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202683852288 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10256] ppid=10245 vsize=15485004 memory=7521680346301623910 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10256/stat : 10256 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202682800848 140203811878811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10257] ppid=10245 vsize=15485004 memory=6791534058613427641 CPUtime=2.61 cores=1,3,5,7
/proc/10247/task/10257/stat : 10257 (java) S 10245 10245 32513 0 -1 1077944384 10318 0 0 0 259 2 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202681747440 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10258] ppid=10245 vsize=15485004 memory=202748 CPUtime=2.74 cores=1,3,5,7
/proc/10247/task/10258/stat : 10258 (java) S 10245 10245 32513 0 -1 1077944384 11787 0 0 0 274 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202680694896 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10259] ppid=10245 vsize=15485004 memory=1980 CPUtime=0.73 cores=1,3,5,7
/proc/10247/task/10259/stat : 10259 (java) S 10245 10245 32513 0 -1 1077944384 6083 0 0 0 72 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202679642352 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10260] ppid=10245 vsize=15485004 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/10247/task/10260/stat : 10260 (java) S 10245 10245 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202678590048 140203811870421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10261] ppid=10245 vsize=15485004 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10247/task/10261/stat : 10261 (java) S 10245 10245 32513 0 -1 1077944384 625 0 0 0 0 1 0 0 20 0 19 0 444188080 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202677537584 140203811871362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10343] ppid=10245 vsize=15485004 memory=576471753315217204 CPUtime=48.33 cores=1,3,5,7
/proc/10247/task/10343/stat : 10343 (java) R 10245 10245 32513 0 -1 4202560 443 0 0 0 4833 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202666213112 140203448722530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10344] ppid=10245 vsize=15485004 memory=1452 CPUtime=48.41 cores=1,3,5,7
/proc/10247/task/10344/stat : 10344 (java) R 10245 10245 32513 0 -1 4202560 1251 0 0 0 4841 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202664108144 140203455035808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10345] ppid=10245 vsize=15485004 memory=176116 CPUtime=48.36 cores=1,3,5,7
/proc/10247/task/10345/stat : 10345 (java) R 10245 10245 32513 0 -1 4202560 943 0 0 0 4836 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202668318800 140203453002410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
[pid=10247/tid=10346] ppid=10245 vsize=15485004 memory=1452 CPUtime=48.5 cores=1,3,5,7
/proc/10247/task/10346/stat : 10346 (java) R 10245 10245 32513 0 -1 4202560 813 0 0 0 4850 0 0 0 20 0 19 0 444189689 15856644096 41851 33554432000 4194304 4196468 140721524634720 140202663057040 140203453832567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19992576 140721524638703 140721524638874 140721524638874 140721524641743 0
Current children cumulated CPU time: 256.98 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 168856 KiB

Child status: 0
Real time (s): 64.9189
CPU time (s): 257.039
CPU user time (s): 256.881
CPU system time (s): 0.15786
CPU usage (%): 395.939
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 215456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.881
system time used= 0.15786
maximum resident set size= 216036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58196
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= 5069
involuntary context switches= 5031


# summary of solver processes directly reported to runsolver:
#   pid: 10245
#   total CPU time (s): 257.039
#   total CPU user time (s): 256.881
#   total CPU system time (s): 0.15786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.463291 second user time and 0.743495 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 02:14:51
IDJOB=4400501
IDBENCH=123062
IDSOLVER=2856
FILE ID=node103/4400501-1568679350
RUNJOBID= node103-1568673273-32545
PBS_JOBID= 21703797
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4400501-1568679350/watcher-4400501-1568679350 -o /tmp/evaluation-result-4400501-1568679350/solver-4400501-1568679350 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1684773503 HOME/instance-4400501-1568679350.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=1684773503

node103.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.74
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.74
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.74
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.74
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:        31349032 kB
MemAvailable:   31712980 kB
Buffers:           55136 kB
Cached:           604744 kB
SwapCached:         9016 kB
Active:           601328 kB
Inactive:         243892 kB
Active(anon):     177388 kB
Inactive(anon):    57300 kB
Active(file):     423940 kB
Inactive(file):   186592 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26400 kB
Writeback:             0 kB
AnonPages:        282388 kB
Mapped:            61528 kB
Shmem:             40856 kB
Slab:             168964 kB
SReclaimable:     138500 kB
SUnreclaim:        30464 kB
KernelStack:        3840 kB
PageTables:         6248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1452952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 02:15:56