Trace number 4403657

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-20OPT80 119.817 30.6086

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-3.xml
MD5SUM95a2ddfb0d7ed65af35b4a4f8b00191d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark41.2255
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":11},{"size":5,"count":11},{"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-4403657-1568991395.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco 3fb4b153
0.11/0.19	c [HOME/instance-4403657-1568991395.xml, -tl, 2520s, -p, 4]
0.32/0.23	c 4 solvers in parallel
0.32/0.29	c parse instance...
3.46/1.34	c solve instance...
3.74/1.44	o -1000 
8.08/2.53	o -972 
11.28/3.33	o -952 
12.01/3.59	o -948 
15.18/4.37	o -8 
15.18/4.38	o 8 
21.53/5.94	o 47 
21.53/5.99	o 65 
21.94/6.07	o 75 
24.33/6.62	o 80 
119.44/30.60	s OPTIMUM FOUND
119.44/30.60	v <instantiation>
119.44/30.60	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>
119.44/30.60	v 	<values>6 0 1 2 10 4 12 8 9 3 16 5 18 7 13 14 15 11 19 20 21 22 23 17 0 23 22 21 12 11 1 18 19 20 13 10 2 17 16 15 14 9 3 4 5 6 7 8 4 -4 -3 5 6 7 6 0 2 7 -2 6 -4 -7 5 8 8 -1 8 3 9 8 4 5 </values>
119.44/30.60	v </instantiation>

Verifier Data

OK	80

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403657-1568991395/watcher-4403657-1568991395 -o /var/tmp/evaluation-result-4403657-1568991395/solver-4403657-1568991395 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4811 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1938246157 HOME/instance-4403657-1568991395.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
Current StackSize limit: 8192 KiB

solver pid=5665, runsolver pid=5662

[startup+0.100111 s]*
/proc/loadavg: 8.88 7.65 4.88 6/234 5682
/proc/meminfo: memFree=10669576/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15144776 memory=29064 CPUtime=0.11 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 5625 0 0 0 10 1 0 0 20 0 15 0 475077871 15508250624 7266 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3786194 7266 3159 1 0 3748377 0
[pid=5667/tid=5669] ppid=5665 vsize=15144776 memory=7828001206278787931 CPUtime=0.08 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) R 5665 5665 4780 0 -1 4202560 3557 0 0 0 8 0 0 0 20 0 15 0 475077871 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769859590144 139769839400293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475077873 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475077874 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769322898336 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475077874 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769321845744 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) S 5665 5665 4780 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) R 5665 5665 4780 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 475077876 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769317636848 139769839437150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077878 15508250624 7266 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30520 KiB

[startup+0.210529 s]*
/proc/loadavg: 8.88 7.65 4.88 9/234 5682
/proc/meminfo: memFree=10656236/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15144776 memory=40824 CPUtime=0.32 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 9413 0 0 0 30 2 0 0 20 0 15 0 475077871 15508250624 10206 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3786194 10206 3303 1 0 3748377 0
[pid=5667/tid=5669] ppid=5665 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) R 5665 5665 4780 0 -1 4202560 6586 0 0 0 17 2 0 0 20 0 15 0 475077871 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769859588576 139769855368598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15144776 memory=2128865 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15144776 memory=139959282983174 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475077873 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475077874 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769322898336 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475077874 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769321845744 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) R 5665 5665 4780 0 -1 1077944384 635 0 0 0 2 0 0 0 20 0 15 0 475077876 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 117 0 0 0 2 0 0 0 20 0 15 0 475077876 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15144776 memory=139959279388288 CPUtime=0.07 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) R 5665 5665 4780 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 15 0 475077876 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769317632704 139769855378010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077878 15508250624 10206 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42280 KiB

[startup+0.310604 s]*
/proc/loadavg: 8.88 7.65 4.88 7/234 5682
/proc/meminfo: memFree=10650968/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15149032 memory=46872 CPUtime=0.5 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 10573 0 0 0 47 3 0 0 20 0 15 0 475077871 15512608768 11718 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3787258 11718 3335 1 0 3748377 0
[pid=5667/tid=5669] ppid=5665 vsize=15149032 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) R 5665 5665 4780 0 -1 4202560 7640 0 0 0 26 2 0 0 20 0 15 0 475077871 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769859593280 139769839400293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475077872 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475077873 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475077874 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769322898336 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475077874 15512608768 12230 33554432000 4194304 4196468 140720449088704 139769321845744 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15149032 memory=-6444775992005010620 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15149032 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) R 5665 5665 4780 0 -1 1077944384 644 0 0 0 4 0 0 0 20 0 15 0 475077876 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) R 5665 5665 4780 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 15 0 475077876 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769318689392 139769848341705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) R 5665 5665 4780 0 -1 4202560 863 0 0 0 12 0 0 0 20 0 15 0 475077876 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769317636848 139769848453499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077878 15512608768 12294 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48328 KiB

[startup+0.700756 s]
/proc/loadavg: 8.88 7.65 4.88 9/234 5682
/proc/meminfo: memFree=10624816/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15151156 memory=110496 CPUtime=1.66 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 15147 0 0 0 161 5 0 0 20 0 15 0 475077871 15514783744 27624 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3787789 27624 3446 1 0 3748889 0
[pid=5667/tid=5669] ppid=5665 vsize=15151156 memory=33 CPUtime=0.66 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) S 5665 5665 4780 0 -1 1077944384 9093 0 0 0 63 3 0 0 20 0 15 0 475077871 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769859592400 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15151156 memory=14690786136597550 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475077872 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077872 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475077873 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475077874 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769322898336 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475077874 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769321845744 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15151156 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) R 5665 5665 4780 0 -1 4202560 1723 0 0 0 34 0 0 0 20 0 15 0 475077876 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769319741936 139769836877454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15151156 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) R 5665 5665 4780 0 -1 4202560 1352 0 0 0 32 0 0 0 20 0 15 0 475077876 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769318679776 139769836877859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15151156 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) R 5665 5665 4780 0 -1 4202560 1675 0 0 0 31 0 0 0 20 0 15 0 475077876 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769317629424 139769855378010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15151156 memory=8028060422297436260 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15151156 memory=7373919182098493800 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475077878 15514783744 27624 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111952 KiB

[startup+1.50141 s]
/proc/loadavg: 8.88 7.65 4.88 9/234 5682
/proc/meminfo: memFree=10518020/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0

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

/proc/5667/task/5678/stat : 5678 (java) S 5665 5665 4780 0 -1 1077944384 10122 0 0 0 288 2 0 0 20 0 19 0 475077876 15925850112 74608 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15552588 memory=10431 CPUtime=3.36 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 8849 0 0 0 335 1 0 0 20 0 19 0 475077876 15925850112 74608 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15552588 memory=279918319776816 CPUtime=0.87 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) S 5665 5665 4780 0 -1 1077944384 7728 0 0 0 85 2 0 0 20 0 19 0 475077876 15925850112 74608 33554432000 4194304 4196468 140720449088704 139769317636848 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15552588 memory=55684 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475077876 15925850112 74608 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15552588 memory=6656426216303648864 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1121 0 0 0 0 1 0 0 20 0 19 0 475077878 15925850112 74608 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5723] ppid=5665 vsize=15552588 memory=1540 CPUtime=21.52 cores=0,2,4,6
/proc/5667/task/5723/stat : 5723 (java) R 5665 5665 4780 0 -1 4202560 432 0 0 0 2152 0 0 0 20 0 19 0 475078533 15925850112 74608 33554432000 4194304 4196468 140720449088704 139768707832384 139769466427270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5724] ppid=5665 vsize=15552588 memory=772 CPUtime=21.74 cores=0,2,4,6
/proc/5667/task/5724/stat : 5724 (java) R 5665 5665 4780 0 -1 4202560 1232 0 0 0 2174 0 0 0 20 0 19 0 475078534 15925850112 74608 33554432000 4194304 4196468 140720449088704 139768396328752 139769467893228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5725] ppid=5665 vsize=15552588 memory=10596 CPUtime=21.54 cores=0,2,4,6
/proc/5667/task/5725/stat : 5725 (java) R 5665 5665 4780 0 -1 4202560 944 0 0 0 2151 3 0 0 20 0 19 0 475078534 15925850112 74608 33554432000 4194304 4196468 140720449088704 139768395276096 139769466646250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5726] ppid=5665 vsize=15552588 memory=1712 CPUtime=21.85 cores=0,2,4,6
/proc/5667/task/5726/stat : 5726 (java) R 5665 5665 4780 0 -1 4202560 807 0 0 0 2185 0 0 0 20 0 19 0 475078534 15925850112 74608 33554432000 4194304 4196468 140720449088704 139768706781224 139769466427120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 112.64 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 299888 KiB

[startup+29.6014 s]
/proc/loadavg: 8.65 7.71 4.99 9/237 5866
/proc/meminfo: memFree=10385692/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15552588 memory=300480 CPUtime=115.83 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 45274 0 0 0 11558 25 0 0 20 0 19 0 475077871 15925850112 75120 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3888147 75120 3529 1 0 3849247 0
[pid=5667/tid=5669] ppid=5665 vsize=15552588 memory=8112282956445269571 CPUtime=1.28 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) S 5665 5665 4780 0 -1 1077944384 9633 0 0 0 123 5 0 0 20 0 19 0 475077871 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769859597440 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15552588 memory=164286794050685 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 19 0 475077872 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15552588 memory=164286794050686 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 121 0 0 0 2 1 0 0 20 0 19 0 475077872 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15552588 memory=164286794050687 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 114 0 0 0 2 1 0 0 20 0 19 0 475077872 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15552588 memory=2016 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 19 0 475077872 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15552588 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 19 0 475077873 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15552588 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475077874 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769322898400 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15552588 memory=772 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475077874 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769321845760 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15552588 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475077876 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15552588 memory=1712 CPUtime=2.9 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) S 5665 5665 4780 0 -1 1077944384 10122 0 0 0 288 2 0 0 20 0 19 0 475077876 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15552588 memory=988 CPUtime=3.37 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 8868 0 0 0 336 1 0 0 20 0 19 0 475077876 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15552588 memory=3644 CPUtime=0.87 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) S 5665 5665 4780 0 -1 1077944384 7729 0 0 0 85 2 0 0 20 0 19 0 475077876 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769317636848 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15552588 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475077876 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15552588 memory=1048 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1121 0 0 0 0 1 0 0 20 0 19 0 475077878 15925850112 75120 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5723] ppid=5665 vsize=15552588 memory=6016 CPUtime=22.32 cores=0,2,4,6
/proc/5667/task/5723/stat : 5723 (java) R 5665 5665 4780 0 -1 4202560 432 0 0 0 2232 0 0 0 20 0 19 0 475078533 15925850112 75120 33554432000 4194304 4196468 140720449088704 139768707832520 139769466427303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5724] ppid=5665 vsize=15552588 memory=612 CPUtime=22.54 cores=0,2,4,6
/proc/5667/task/5724/stat : 5724 (java) R 5665 5665 4780 0 -1 4202560 1232 0 0 0 2254 0 0 0 20 0 19 0 475078534 15925850112 75120 33554432000 4194304 4196468 140720449088704 139768396330968 139769466427046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5725] ppid=5665 vsize=15552588 memory=1220 CPUtime=22.34 cores=0,2,4,6
/proc/5667/task/5725/stat : 5725 (java) R 5665 5665 4780 0 -1 4202560 944 0 0 0 2231 3 0 0 20 0 19 0 475078534 15925850112 75120 33554432000 4194304 4196468 140720449088704 139768395276096 139769468790718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5726] ppid=5665 vsize=15552588 memory=288230574492221466 CPUtime=22.63 cores=0,2,4,6
/proc/5667/task/5726/stat : 5726 (java) R 5665 5665 4780 0 -1 4202560 811 0 0 0 2263 0 0 0 20 0 19 0 475078534 15925850112 75120 33554432000 4194304 4196468 140720449088704 139768706782024 139769466429821 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 115.83 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 301936 KiB

[startup+30.4064 s]
/proc/loadavg: 8.65 7.71 4.99 11/237 5866
/proc/meminfo: memFree=10379548/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15552588 memory=304576 CPUtime=119.03 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 45359 0 0 0 11878 25 0 0 20 0 19 0 475077871 15925850112 76144 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3888147 76144 3529 1 0 3849247 0
[pid=5667/tid=5669] ppid=5665 vsize=15552588 memory=1456 CPUtime=1.28 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) S 5665 5665 4780 0 -1 1077944384 9633 0 0 0 123 5 0 0 20 0 19 0 475077871 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769859597440 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15552588 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 19 0 475077872 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15552588 memory=772 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 121 0 0 0 2 1 0 0 20 0 19 0 475077872 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15552588 memory=10596 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 114 0 0 0 2 1 0 0 20 0 19 0 475077872 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15552588 memory=1712 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 19 0 475077872 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15552588 memory=988 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 576 0 0 0 0 0 0 0 20 0 19 0 475077873 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15552588 memory=3644 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475077874 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769322898400 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15552588 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475077874 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769321845760 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15552588 memory=1048 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475077876 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15552588 memory=6016 CPUtime=2.92 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) S 5665 5665 4780 0 -1 1077944384 10139 0 0 0 290 2 0 0 20 0 19 0 475077876 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15552588 memory=612 CPUtime=3.37 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 8871 0 0 0 336 1 0 0 20 0 19 0 475077876 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15552588 memory=1220 CPUtime=0.87 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) S 5665 5665 4780 0 -1 1077944384 7729 0 0 0 85 2 0 0 20 0 19 0 475077876 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769317636848 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15552588 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475077876 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15552588 memory=14060 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1121 0 0 0 0 1 0 0 20 0 19 0 475077878 15925850112 76144 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5723] ppid=5665 vsize=15552588 memory=2116 CPUtime=23.13 cores=0,2,4,6
/proc/5667/task/5723/stat : 5723 (java) R 5665 5665 4780 0 -1 4202560 437 0 0 0 2313 0 0 0 20 0 19 0 475078533 15925850112 76144 33554432000 4194304 4196468 140720449088704 139768707832520 139769466427263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5724] ppid=5665 vsize=15552588 memory=27676 CPUtime=23.34 cores=0,2,4,6
/proc/5667/task/5724/stat : 5724 (java) R 5665 5665 4780 0 -1 4202560 1264 0 0 0 2334 0 0 0 20 0 19 0 475078534 15925850112 76144 33554432000 4194304 4196468 140720449088704 139768396330968 139769466426906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5725] ppid=5665 vsize=15552588 memory=532 CPUtime=23.15 cores=0,2,4,6
/proc/5667/task/5725/stat : 5725 (java) R 5665 5665 4780 0 -1 4202560 959 0 0 0 2312 3 0 0 20 0 19 0 475078534 15925850112 76144 33554432000 4194304 4196468 140720449088704 139768395276096 139769469333946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5726] ppid=5665 vsize=15552588 memory=1556 CPUtime=23.4 cores=0,2,4,6
/proc/5667/task/5726/stat : 5726 (java) R 5665 5665 4780 0 -1 4202560 824 0 0 0 2340 0 0 0 20 0 19 0 475078534 15925850112 76144 33554432000 4194304 4196468 140720449088704 139768706781688 139769466427330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 119.03 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 306032 KiB

[startup+30.6008 s]
/proc/loadavg: 8.65 7.71 4.99 11/237 5866
/proc/meminfo: memFree=10379548/32770624 swapFree=66997180/67108860
[pid=5665] ppid=5662 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5665/stat : 5665 (xcsp3-exec) S 5662 5665 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475077871 115843072 364 33554432000 4194304 5098028 140735019418912 140735019417016 140696372318844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23363584 140735019426646 140735019426905 140735019426905 140735019429830 0
/proc/5665/statm: 28282 364 305 221 0 87 0
[pid=5667] ppid=5665 vsize=15552588 memory=306356 CPUtime=119.8 cores=0,2,4,6
/proc/5667/stat : 5667 (java) S 5665 5665 4780 0 -1 1077944320 45758 0 0 0 11955 25 0 0 20 0 15 0 475077871 15925850112 76589 33554432000 4194304 4196468 140720449088704 140720449071248 139769855356663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
/proc/5667/statm: 3888147 76589 3529 1 0 3849247 0
[pid=5667/tid=5669] ppid=5665 vsize=15552588 memory=6944656592455350634 CPUtime=1.28 cores=0,2,4,6
/proc/5667/task/5669/stat : 5669 (java) R 5665 5665 4780 0 -1 4202560 9992 0 0 0 123 5 0 0 20 0 15 0 475077871 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769859597136 139769459906369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5670] ppid=5665 vsize=15552588 memory=-7965959130280075168 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5670/stat : 5670 (java) S 5665 5665 4780 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 15 0 475077872 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769783397136 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5671] ppid=5665 vsize=15552588 memory=-7595754389018297760 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5671/stat : 5671 (java) S 5665 5665 4780 0 -1 1077944384 121 0 0 0 2 1 0 0 20 0 15 0 475077872 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769782344592 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5672] ppid=5665 vsize=15552588 memory=6944656592455360608 CPUtime=0.03 cores=0,2,4,6
/proc/5667/task/5672/stat : 5672 (java) S 5665 5665 4780 0 -1 1077944384 114 0 0 0 2 1 0 0 20 0 15 0 475077872 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769781292048 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5673] ppid=5665 vsize=15552588 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/5667/task/5673/stat : 5673 (java) S 5665 5665 4780 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 15 0 475077872 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769780239504 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5674] ppid=5665 vsize=15552588 memory=-7965959130280075168 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5674/stat : 5674 (java) S 5665 5665 4780 0 -1 1077944384 577 0 0 0 1 0 0 0 20 0 15 0 475077873 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769323952112 139769855367810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5675] ppid=5665 vsize=15552588 memory=16400928646 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5675/stat : 5675 (java) S 5665 5665 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475077874 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769322898400 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5676] ppid=5665 vsize=15552588 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5676/stat : 5676 (java) S 5665 5665 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 475077874 15925850112 76589 33554432000 4194304 4196468 140720449088704 139769321845760 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5677] ppid=5665 vsize=15552588 memory=14060 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5677/stat : 5677 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769320794320 139769855375259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5678] ppid=5665 vsize=15552588 memory=2116 CPUtime=2.92 cores=0,2,4,6
/proc/5667/task/5678/stat : 5678 (java) S 5665 5665 4780 0 -1 1077944384 10139 0 0 0 290 2 0 0 20 0 15 0 475077876 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769319741936 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5679] ppid=5665 vsize=15552588 memory=27676 CPUtime=3.37 cores=0,2,4,6
/proc/5667/task/5679/stat : 5679 (java) S 5665 5665 4780 0 -1 1077944384 8871 0 0 0 336 1 0 0 20 0 15 0 475077876 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769318689392 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5680] ppid=5665 vsize=15552588 memory=532 CPUtime=0.87 cores=0,2,4,6
/proc/5667/task/5680/stat : 5680 (java) S 5665 5665 4780 0 -1 1077944384 7729 0 0 0 85 2 0 0 20 0 15 0 475077876 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769317636848 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5681] ppid=5665 vsize=15552588 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/5667/task/5681/stat : 5681 (java) S 5665 5665 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475077876 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769316584544 139769855366869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
[pid=5667/tid=5682] ppid=5665 vsize=15552588 memory=932 CPUtime=0.01 cores=0,2,4,6
/proc/5667/task/5682/stat : 5682 (java) S 5665 5665 4780 0 -1 1077944384 1123 0 0 0 0 1 0 0 20 0 15 0 475077878 15925850112 76590 33554432000 4194304 4196468 140720449088704 139769315531056 139769855367810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140720449090523 140720449090698 140720449090698 140720449093583 0
Current children cumulated CPU time: 119.8 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 307812 KiB

Child status: 0
Real time (s): 30.6086
CPU time (s): 119.817
CPU user time (s): 119.558
CPU system time (s): 0.258746
CPU usage (%): 391.448
Max. virtual memory (cumulated for all children) (KiB): 15665716
Max. memory (cumulated for all children) (KiB): 308080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.558
system time used= 0.258746
maximum resident set size= 307304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3971
involuntary context switches= 2940


# summary of solver processes directly reported to runsolver:
#   pid: 5665
#   total CPU time (s): 119.817
#   total CPU user time (s): 119.558
#   total CPU system time (s): 0.258746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223355 second user time and 0.374539 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 16:55:54
IDJOB=4403657
IDBENCH=127998
IDSOLVER=2863
FILE ID=node140/4403657-1568991395
RUNJOBID= node140-1568990707-4811
PBS_JOBID= 21704649
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403657-1568991395/watcher-4403657-1568991395 -o /var/tmp/evaluation-result-4403657-1568991395/solver-4403657-1568991395 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4811 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1938246157 HOME/instance-4403657-1568991395.xml

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=1938246157

node140.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.43
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.43
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.43
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.43
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:        10685964 kB
MemAvailable:   31597236 kB
Buffers:          155984 kB
Cached:         20697536 kB
SwapCached:         2432 kB
Active:         10552948 kB
Inactive:       10568224 kB
Active(anon):     263488 kB
Inactive(anon):    50748 kB
Active(file):   10289460 kB
Inactive(file): 10517476 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66997180 kB
Dirty:             26788 kB
Writeback:             0 kB
AnonPages:        436500 kB
Mapped:            64792 kB
Shmem:             38284 kB
Slab:             561380 kB
SReclaimable:     532796 kB
SUnreclaim:        28584 kB
KernelStack:        3888 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1652012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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 /var/tmp at the end= 13456 MiB
End job on node140 at 2019-09-20 16:56:25