Trace number 4399317

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-16OPT89 165.548 42.2488

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-1.xml
MD5SUM105bb238691d484e064b3a25c3dae36e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark50.1381
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":8},{"size":5,"count":14},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax 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-4399317-1568697593.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399317-1568697593.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.39/1.38	c solve instance...
3.60/1.47	o -1000 
5.57/1.90	o -963 
8.35/2.62	o -925 
8.74/2.78	o -4 
9.10/2.80	o 12 
9.10/2.87	o 18 
9.91/3.04	o 62 
19.75/5.61	o 74 
19.75/5.66	o 81 
19.75/5.69	o 84 
24.07/6.76	o 85 
24.07/6.77	o 88 
25.71/7.12	o 89 
165.38/42.24	s OPTIMUM FOUND
165.38/42.24	v <instantiation>
165.38/42.24	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
165.38/42.24	v 	<values>6 0 8 2 3 4 12 1 7 -1 11 5 18 14 15 21 10 16 19 13 -1 22 23 17 0 21 18 17 16 15 1 20 19 -1 13 14 2 5 6 7 12 11 3 4 -1 8 9 10 -2 6 5 3 -1 8 -7 5 7 0 2 7 4 8 8 0 7 7 7 6 0 7 6 -4 </values>
165.38/42.24	v </instantiation>

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399317-1568697593/watcher-4399317-1568697593 -o /tmp/evaluation-result-4399317-1568697593/solver-4399317-1568697593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1238141422 HOME/instance-4399317-1568697593.xml 

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

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


[startup+0.101158 s]*
/proc/loadavg: 8.53 8.23 7.70 7/233 5676
/proc/meminfo: memFree=29124860/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15144776 memory=29204 CPUtime=0.12 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 5768 0 0 0 11 1 0 0 20 0 15 0 445674154 15508250624 7301 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3786194 7301 3119 1 0 3748377 0
[pid=5662/tid=5663] ppid=5660 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) R 5660 5660 32437 0 -1 4202560 3702 0 0 0 8 1 0 0 20 0 15 0 445674155 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121680040832 140121675826333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 7301 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121143428384 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121142376048 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) R 5660 5660 32437 0 -1 4202560 335 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121140262720 140121653637264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) R 5660 5660 32437 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121139218512 140121675814613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) R 5660 5660 32437 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121138166128 140121653938010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 7367 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210717 s]*
/proc/loadavg: 8.53 8.23 7.70 6/233 5676
/proc/meminfo: memFree=29114912/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15144776 memory=40696 CPUtime=0.34 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 9413 0 0 0 31 3 0 0 20 0 15 0 445674154 15508250624 10174 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3786194 10174 3271 1 0 3748377 0
[pid=5662/tid=5663] ppid=5660 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) R 5660 5660 32437 0 -1 4202560 6612 0 0 0 18 2 0 0 20 0 15 0 445674155 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121680035648 140121675816342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15144776 memory=140270148794340 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445674155 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121143428384 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15144776 memory=140270145676928 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445674157 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121142376048 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) S 5660 5660 32437 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121140271216 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) S 5660 5660 32437 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121139218416 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) R 5660 5660 32437 0 -1 4202560 750 0 0 0 8 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121138165936 140121654758312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674160 15508250624 10174 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42148 KiB

[startup+0.31064 s]*
/proc/loadavg: 8.53 8.23 7.70 7/233 5676
/proc/meminfo: memFree=29106908/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15149032 memory=49976 CPUtime=0.53 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 10782 0 0 0 49 4 0 0 20 0 15 0 445674154 15512608768 12494 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3787258 12494 3370 1 0 3748377 0
[pid=5662/tid=5663] ppid=5660 vsize=15149032 memory=7100839887217527144 CPUtime=0.29 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) R 5660 5660 32437 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 15 0 445674155 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121680035520 140121659884894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15149032 memory=4294967331 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15149032 memory=140270145730336 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15149032 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445674155 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15149032 memory=140270145737248 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445674157 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445674157 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121143428384 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445674157 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121142376048 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) R 5660 5660 32437 0 -1 4202560 480 0 0 0 4 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121140261600 140121657348591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15149032 memory=140270008122287 CPUtime=0.04 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) S 5660 5660 32437 0 -1 1077944384 414 0 0 0 4 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121139218416 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15149032 memory=140270145682506 CPUtime=0.12 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) S 5660 5660 32437 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121138166128 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15149032 memory=140270008131503 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15149032 memory=280540153810816 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674160 15512608768 12525 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51428 KiB

[startup+0.701625 s]
/proc/loadavg: 8.53 8.23 7.70 9/233 5676
/proc/meminfo: memFree=29077996/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15151156 memory=109228 CPUtime=1.71 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 14849 0 0 0 165 6 0 0 20 0 15 0 445674154 15514783744 27307 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3787789 27307 3445 1 0 3748889 0
[pid=5662/tid=5663] ppid=5660 vsize=15151156 memory=148 CPUtime=0.68 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) R 5660 5660 32437 0 -1 4202560 9101 0 0 0 64 4 0 0 20 0 15 0 445674155 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121680039864 140121311642128 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674155 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445674155 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445674157 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15151156 memory=132 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445674157 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121143428384 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445674157 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121142376048 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15151156 memory=14698517092372542 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15151156 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) R 5660 5660 32437 0 -1 4202560 1463 0 0 0 35 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121140261008 140121657349057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15151156 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) R 5660 5660 32437 0 -1 4202560 1247 0 0 0 33 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121139205200 140121656983230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15151156 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) R 5660 5660 32437 0 -1 4202560 1731 0 0 0 31 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121138165312 140121654316785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445674160 15514783744 27307 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110680 KiB

[startup+1.50163 s]
/proc/loadavg: 8.53 8.23 7.70 8/233 5676
/proc/meminfo: memFree=28990684/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0

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

/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 925 0 0 0 0 1 0 0 20 0 19 0 445674160 15994011648 84194 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5730] ppid=5660 vsize=15619152 memory=6944656592387989600 CPUtime=32.45 cores=0,2,4,6
/proc/5662/task/5730/stat : 5730 (java) R 5660 5660 32437 0 -1 4202560 533 0 0 0 3245 0 0 0 20 0 19 0 445674866 15994011648 84194 33554432000 4194304 4196468 140730908931968 140121123691000 140121317724339 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5731] ppid=5660 vsize=15619152 memory=288230376990845169 CPUtime=32.62 cores=0,2,4,6
/proc/5662/task/5731/stat : 5731 (java) R 5660 5660 32437 0 -1 4202560 1952 0 0 0 3262 0 0 0 20 0 19 0 445674866 15994011648 84194 33554432000 4194304 4196468 140730908931968 140121122642328 140121317723985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5732] ppid=5660 vsize=15619152 memory=15541803839412424 CPUtime=32.42 cores=0,2,4,6
/proc/5662/task/5732/stat : 5732 (java) R 5660 5660 32437 0 -1 4202560 1793 0 0 0 3242 0 0 0 20 0 19 0 445674866 15994011648 84194 33554432000 4194304 4196468 140730908931968 140121120533720 140121318794924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5733] ppid=5660 vsize=15619152 memory=3184097920075968593 CPUtime=32.53 cores=0,2,4,6
/proc/5662/task/5733/stat : 5733 (java) R 5660 5660 32437 0 -1 4202560 1334 0 0 0 3253 0 0 0 20 0 19 0 445674867 15994011648 84194 33554432000 4194304 4196468 140730908931968 140121121587104 140121317724160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 156.64 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 338228 KiB

[startup+41.6016 s]
/proc/loadavg: 8.61 8.31 7.75 9/237 5735
/proc/meminfo: memFree=28833632/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15619152 memory=340872 CPUtime=162.99 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 53942 0 0 0 16278 21 0 0 20 0 19 0 445674154 15994011648 85218 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3904788 85218 3529 1 0 3865888 0
[pid=5662/tid=5663] ppid=5660 vsize=15619152 memory=2105 CPUtime=1.33 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) S 5660 5660 32437 0 -1 1077944384 11184 0 0 0 128 5 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121680045184 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15619152 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 186 0 0 0 2 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15619152 memory=92 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15619152 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 340 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15619152 memory=324440 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 277 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15619152 memory=9580 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 628 0 0 0 1 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15619152 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121143428448 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15619152 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121142376064 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15619152 memory=280540016710640 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15619152 memory=6944656591801718942 CPUtime=2.88 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) S 5660 5660 32437 0 -1 1077944384 10463 0 0 0 286 2 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121140271216 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15619152 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) S 5660 5660 32437 0 -1 1077944384 14186 0 0 0 312 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121139218416 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15619152 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) S 5660 5660 32437 0 -1 1077944384 7350 0 0 0 85 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121138166128 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15619152 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15619152 memory=8112282956445269571 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 926 0 0 0 0 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5730] ppid=5660 vsize=15619152 memory=1548 CPUtime=34.02 cores=0,2,4,6
/proc/5662/task/5730/stat : 5730 (java) R 5660 5660 32437 0 -1 4202560 533 0 0 0 3402 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121123691000 140121318532833 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5731] ppid=5660 vsize=15619152 memory=1452 CPUtime=34.21 cores=0,2,4,6
/proc/5662/task/5731/stat : 5731 (java) R 5660 5660 32437 0 -1 4202560 1957 0 0 0 3421 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121122642328 140121317724143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5732] ppid=5660 vsize=15619152 memory=330632 CPUtime=34.01 cores=0,2,4,6
/proc/5662/task/5732/stat : 5732 (java) R 5660 5660 32437 0 -1 4202560 1793 0 0 0 3401 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121120535016 140121318323686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5733] ppid=5660 vsize=15619152 memory=9580 CPUtime=34.12 cores=0,2,4,6
/proc/5662/task/5733/stat : 5733 (java) R 5660 5660 32437 0 -1 4202560 1336 0 0 0 3412 0 0 0 20 0 19 0 445674867 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121121587104 140121318533063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 162.99 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 342324 KiB

[startup+42.0016 s]*
/proc/loadavg: 8.61 8.31 7.75 9/237 5735
/proc/meminfo: memFree=28831816/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15619152 memory=340872 CPUtime=164.61 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 53942 0 0 0 16440 21 0 0 20 0 19 0 445674154 15994011648 85218 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3904788 85218 3529 1 0 3865888 0
[pid=5662/tid=5663] ppid=5660 vsize=15619152 memory=6935054825532540783 CPUtime=1.33 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) S 5660 5660 32437 0 -1 1077944384 11184 0 0 0 128 5 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121680045184 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15619152 memory=15815586596787553 CPUtime=0.03 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 186 0 0 0 2 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15619152 memory=5787776880214163552 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15619152 memory=5859851997868609616 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 340 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15619152 memory=7229492707291718464 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 277 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15619152 memory=7012755875661107288 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 628 0 0 0 1 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15619152 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121143428448 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15619152 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121142376064 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15619152 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15619152 memory=0 CPUtime=2.88 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) S 5660 5660 32437 0 -1 1077944384 10463 0 0 0 286 2 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121140271216 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15619152 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) S 5660 5660 32437 0 -1 1077944384 14186 0 0 0 312 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121139218416 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15619152 memory=140269336925723 CPUtime=0.86 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) S 5660 5660 32437 0 -1 1077944384 7350 0 0 0 85 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121138166128 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15619152 memory=2319529499695831219 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15619152 memory=68 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 926 0 0 0 0 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5730] ppid=5660 vsize=15619152 memory=0 CPUtime=34.42 cores=0,2,4,6
/proc/5662/task/5730/stat : 5730 (java) R 5660 5660 32437 0 -1 4202560 533 0 0 0 3442 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121123691000 140121317724029 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5731] ppid=5660 vsize=15619152 memory=288230596118053219 CPUtime=34.62 cores=0,2,4,6
/proc/5662/task/5731/stat : 5731 (java) R 5660 5660 32437 0 -1 4202560 1957 0 0 0 3462 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121122642328 140121317723921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5732] ppid=5660 vsize=15619152 memory=3265384 CPUtime=34.42 cores=0,2,4,6
/proc/5662/task/5732/stat : 5732 (java) R 5660 5660 32437 0 -1 4202560 1793 0 0 0 3442 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121120535016 140121318532833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5733] ppid=5660 vsize=15619152 memory=3848 CPUtime=34.53 cores=0,2,4,6
/proc/5662/task/5733/stat : 5733 (java) R 5660 5660 32437 0 -1 4202560 1336 0 0 0 3453 0 0 0 20 0 19 0 445674867 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121121587104 140121317724195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 164.61 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 342324 KiB

[startup+42.2016 s]
/proc/loadavg: 8.61 8.31 7.75 9/237 5735
/proc/meminfo: memFree=28831816/32770624 swapFree=66939908/67108860
[pid=5660] ppid=5657 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (xcsp3-exec) S 5657 5660 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445674154 115843072 363 33554432000 4194304 5098028 140732422125952 140732422124056 140482357047932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34586624 140732422128506 140732422128749 140732422128749 140732422131658 0
/proc/5660/statm: 28282 363 304 221 0 87 0
[pid=5662] ppid=5660 vsize=15619152 memory=340872 CPUtime=165.38 cores=0,2,4,6
/proc/5662/stat : 5662 (java) S 5660 5660 32437 0 -1 1077944320 53942 0 0 0 16517 21 0 0 20 0 19 0 445674154 15994011648 85218 33554432000 4194304 4196468 140730908931968 140730908914512 140121675804407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
/proc/5662/statm: 3904788 85218 3529 1 0 3865888 0
[pid=5662/tid=5663] ppid=5660 vsize=15619152 memory=14698517092372542 CPUtime=1.33 cores=0,2,4,6
/proc/5662/task/5663/stat : 5663 (java) S 5660 5660 32437 0 -1 1077944384 11184 0 0 0 128 5 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121680045184 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5664] ppid=5660 vsize=15619152 memory=2580 CPUtime=0.03 cores=0,2,4,6
/proc/5662/task/5664/stat : 5664 (java) S 5660 5660 32437 0 -1 1077944384 186 0 0 0 2 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121632356752 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5665] ppid=5660 vsize=15619152 memory=1760 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5665/stat : 5665 (java) S 5660 5660 32437 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121266641168 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5666] ppid=5660 vsize=15619152 memory=111636 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5666/stat : 5666 (java) S 5660 5660 32437 0 -1 1077944384 340 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121265588880 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5667] ppid=5660 vsize=15619152 memory=808 CPUtime=0.02 cores=0,2,4,6
/proc/5662/task/5667/stat : 5667 (java) S 5660 5660 32437 0 -1 1077944384 277 0 0 0 1 1 0 0 20 0 19 0 445674155 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121264536080 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5668] ppid=5660 vsize=15619152 memory=7084277006810172758 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5668/stat : 5668 (java) S 5660 5660 32437 0 -1 1077944384 628 0 0 0 1 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121144482416 140121675815554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5669] ppid=5660 vsize=15619152 memory=7161658432257742187 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5669/stat : 5669 (java) S 5660 5660 32437 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121143428448 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5670] ppid=5660 vsize=15619152 memory=7596279908363037549 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5670/stat : 5670 (java) S 5660 5660 32437 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 445674157 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121142376064 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5671] ppid=5660 vsize=15619152 memory=7151829807201800272 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5671/stat : 5671 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121141324368 140121675823003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5672] ppid=5660 vsize=15619152 memory=7594028207131945553 CPUtime=2.88 cores=0,2,4,6
/proc/5662/task/5672/stat : 5672 (java) S 5660 5660 32437 0 -1 1077944384 10463 0 0 0 286 2 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121140271216 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5673] ppid=5660 vsize=15619152 memory=-9062862659931694204 CPUtime=3.13 cores=0,2,4,6
/proc/5662/task/5673/stat : 5673 (java) S 5660 5660 32437 0 -1 1077944384 14186 0 0 0 312 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121139218416 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5674] ppid=5660 vsize=15619152 memory=6944613755445342871 CPUtime=0.86 cores=0,2,4,6
/proc/5662/task/5674/stat : 5674 (java) S 5660 5660 32437 0 -1 1077944384 7350 0 0 0 85 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121138166128 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5675] ppid=5660 vsize=15619152 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/5662/task/5675/stat : 5675 (java) S 5660 5660 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121137113568 140121675814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5676] ppid=5660 vsize=15619152 memory=2596 CPUtime=0.01 cores=0,2,4,6
/proc/5662/task/5676/stat : 5676 (java) S 5660 5660 32437 0 -1 1077944384 926 0 0 0 0 1 0 0 20 0 19 0 445674160 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121136061360 140121675815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5730] ppid=5660 vsize=15619152 memory=6935054825532540783 CPUtime=34.61 cores=0,2,4,6
/proc/5662/task/5730/stat : 5730 (java) R 5660 5660 32437 0 -1 4202560 533 0 0 0 3461 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121123691000 140121317724138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5731] ppid=5660 vsize=15619152 memory=0 CPUtime=34.81 cores=0,2,4,6
/proc/5662/task/5731/stat : 5731 (java) R 5660 5660 32437 0 -1 4202560 1957 0 0 0 3481 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121122642328 140121317723811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5732] ppid=5660 vsize=15619152 memory=0 CPUtime=34.61 cores=0,2,4,6
/proc/5662/task/5732/stat : 5732 (java) R 5660 5660 32437 0 -1 4202560 1793 0 0 0 3461 0 0 0 20 0 19 0 445674866 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121120535016 140121317724021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
[pid=5662/tid=5733] ppid=5660 vsize=15619152 memory=0 CPUtime=34.72 cores=0,2,4,6
/proc/5662/task/5733/stat : 5733 (java) R 5660 5660 32437 0 -1 4202560 1336 0 0 0 3472 0 0 0 20 0 19 0 445674867 15994011648 85218 33554432000 4194304 4196468 140730908931968 140121121587104 140121317724383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140730908939247 140730908939418 140730908939418 140730908942287 0
Current children cumulated CPU time: 165.38 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 342324 KiB

Child status: 0
Real time (s): 42.2488
CPU time (s): 165.548
CPU user time (s): 165.319
CPU system time (s): 0.22897
CPU usage (%): 391.84
Max. virtual memory (cumulated for all children) (KiB): 15732280
Max. memory (cumulated for all children) (KiB): 342324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.319
system time used= 0.22897
maximum resident set size= 343112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55285
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= 4384
involuntary context switches= 4120


# summary of solver processes directly reported to runsolver:
#   pid: 5660
#   total CPU time (s): 165.548
#   total CPU user time (s): 165.319
#   total CPU system time (s): 0.22897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.271402 second user time and 0.525447 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 07:19:13
IDJOB=4399317
IDBENCH=127972
IDSOLVER=2853
FILE ID=node119/4399317-1568697593
RUNJOBID= node119-1568694401-32468
PBS_JOBID= 21703805
Free space on /tmp= 61320 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-1.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-4399317-1568697593/watcher-4399317-1568697593 -o /tmp/evaluation-result-4399317-1568697593/solver-4399317-1568697593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1238141422 HOME/instance-4399317-1568697593.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=1238141422

node119.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.47
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.47
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.47
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.47
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:        29141344 kB
MemAvailable:   31643664 kB
Buffers:          123692 kB
Cached:          2661960 kB
SwapCached:        61072 kB
Active:          1608012 kB
Inactive:        1425280 kB
Active(anon):     185480 kB
Inactive(anon):   111624 kB
Active(file):    1422532 kB
Inactive(file):  1313656 kB
Unevictable:      106764 kB
Mlocked:          106764 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:             26772 kB
Writeback:             0 kB
AnonPages:        378588 kB
Mapped:            61944 kB
Shmem:             41008 kB
Slab:             193396 kB
SReclaimable:     163936 kB
SUnreclaim:        29460 kB
KernelStack:        4144 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1436852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61292 MiB
End job on node119 at 2019-09-17 07:19:55