Trace number 4399312

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-16OPT41 42.6497 11.2575

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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-4399312-1568697747.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399312-1568697747.xml, -tl, 2520s, -p, 4]
0.34/0.23	c 4 solvers in parallel
0.34/0.29	c parse instance...
3.59/1.42	c solve instance...
3.92/1.51	o -1000 
10.29/3.16	o -963 
11.50/3.43	o -959 
11.50/3.44	o 27 
11.50/3.46	o 29 
11.50/3.49	o 32 
13.40/3.96	o 41 
42.45/11.24	s OPTIMUM FOUND
42.45/11.24	v <instantiation>
42.45/11.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] s[24] 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] p[24] 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] g[24] </list>
42.45/11.24	v 	<values>5 0 1 2 3 6 7 12 9 4 15 10 11 8 13 16 17 18 19 14 -1 -1 -1 -1 -1 0 19 18 17 16 1 2 3 14 15 6 5 4 13 12 7 8 9 10 11 -1 -1 -1 -1 -1 -3 -4 6 6 -2 0 -3 -6 6 1 0 3 7 5 7 3 3 6 4 2 0 0 0 0 0 </values>
42.45/11.24	v </instantiation>

Verifier Data

OK	41

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 (13676 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399312-1568697747/watcher-4399312-1568697747 -o /tmp/evaluation-result-4399312-1568697747/solver-4399312-1568697747 -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 1998384241 HOME/instance-4399312-1568697747.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=6274, runsolver pid=6271
Current StackSize limit: 8192 KiB


[startup+0.100834 s]*
/proc/loadavg: 8.29 8.29 7.80 7/234 6290
/proc/meminfo: memFree=28857284/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15144776 memory=27628 CPUtime=0.12 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 5870 0 0 0 11 1 0 0 20 0 15 0 445689535 15508250624 6907 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3786194 6907 3145 1 0 3748377 0
[pid=6276/tid=6277] ppid=6274 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) R 6274 6274 32437 0 -1 4202560 3751 0 0 0 9 0 0 0 20 0 15 0 445689536 15508250624 6907 33554432000 4194304 4196468 140731535752160 140468218751576 140467850744051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 6907 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467087386144 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467086333296 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) S 6274 6274 32437 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467084228976 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467083176176 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) R 6274 6274 32437 0 -1 4202560 392 0 0 0 2 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467082120912 140468207630395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 6907 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29080 KiB

[startup+0.21384 s]*
/proc/loadavg: 8.29 8.29 7.80 7/234 6290
/proc/meminfo: memFree=28830152/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15144776 memory=39856 CPUtime=0.34 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 9669 0 0 0 31 3 0 0 20 0 15 0 445689535 15508250624 9964 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3786194 9964 3291 1 0 3748377 0
[pid=6276/tid=6277] ppid=6274 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) R 6274 6274 32437 0 -1 4202560 6710 0 0 0 18 2 0 0 20 0 15 0 445689536 15508250624 9964 33554432000 4194304 4196468 140731535752160 140468218755408 140468214547613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 9964 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15144776 memory=140294149029629 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445689536 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467087386144 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15144776 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445689538 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467086333296 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) S 6274 6274 32437 0 -1 1077944384 499 0 0 0 2 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467084228976 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) S 6274 6274 32437 0 -1 1077944384 302 0 0 0 2 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467083176176 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15144776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) S 6274 6274 32437 0 -1 1077944384 866 0 0 0 7 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467082123376 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689541 15508250624 9964 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41308 KiB

[startup+0.612828 s]*
/proc/loadavg: 8.29 8.29 7.80 9/234 6290
/proc/meminfo: memFree=28773904/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15151156 memory=109384 CPUtime=1.39 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 14393 0 0 0 133 6 0 0 20 0 15 0 445689535 15514783744 27346 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3787789 27346 3439 1 0 3748889 0
[pid=6276/tid=6277] ppid=6274 vsize=15151156 memory=7100839887217527144 CPUtime=0.6 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) R 6274 6274 32437 0 -1 4202560 8487 0 0 0 56 4 0 0 20 0 15 0 445689536 15514783744 27346 33554432000 4194304 4196468 140731535752160 140468218760336 140468214547613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15151156 memory=4294967331 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 27346 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15151156 memory=140294149056288 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15151156 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15151156 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15151156 memory=140294149063200 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15151156 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467087386144 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15151156 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467086333296 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15151156 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15151156 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) R 6274 6274 32437 0 -1 4202560 1514 0 0 0 24 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467084220544 140468199652097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15151156 memory=140294033095599 CPUtime=0.26 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) R 6274 6274 32437 0 -1 4202560 1471 0 0 0 26 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467083162056 140468199445222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15151156 memory=140294149008458 CPUtime=0.25 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) R 6274 6274 32437 0 -1 1077944384 1621 0 0 0 25 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467082123376 140468214536834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15151156 memory=140294033104815 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15151156 memory=280588182110080 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 27346 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110836 KiB

[startup+0.71583 s]*
/proc/loadavg: 8.29 8.29 7.80 10/234 6290
/proc/meminfo: memFree=28768496/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15151156 memory=115620 CPUtime=1.76 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 15409 0 0 0 169 7 0 0 20 0 15 0 445689535 15514783744 28905 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3787789 28905 3446 1 0 3748889 0
[pid=6276/tid=6277] ppid=6274 vsize=15151156 memory=7022364632946311227 CPUtime=0.7 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) R 6274 6274 32437 0 -1 4202560 9240 0 0 0 66 4 0 0 20 0 15 0 445689536 15514783744 28905 33554432000 4194304 4196468 140731535752160 140468218761760 140467854371718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15151156 memory=4294977831 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 28905 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15151156 memory=140294149031438 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445689536 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15151156 memory=140294149002880 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467087386144 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445689538 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467086333296 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15151156 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) R 6274 6274 32437 0 -1 4202560 1561 0 0 0 35 0 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467084219360 140468192548282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15151156 memory=-1 CPUtime=0.37 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) R 6274 6274 32437 0 -1 4202560 1576 0 0 0 36 1 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467083162056 140468199447669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15151156 memory=140294149002880 CPUtime=0.31 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) R 6274 6274 32437 0 -1 4202560 1725 0 0 0 31 0 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467082119840 140468193233921 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445689541 15514783744 28905 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 117072 KiB

[startup+1.50072 s]
/proc/loadavg: 8.18 8.27 7.80 9/234 6290
/proc/meminfo: memFree=28655360/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0

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

/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 68747 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6319] ppid=6274 vsize=15420488 memory=-3040564339240289162 CPUtime=5.28 cores=0,2,4,6
/proc/6276/task/6319/stat : 6319 (java) R 6274 6274 32437 0 -1 4202560 122 0 0 0 528 0 0 0 20 0 19 0 445689931 15790579712 68747 33554432000 4194304 4196468 140731535752160 140467068702184 140467856909069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6320] ppid=6274 vsize=15420488 memory=6944656575208382560 CPUtime=5.23 cores=0,2,4,6
/proc/6276/task/6320/stat : 6320 (java) R 6274 6274 32437 0 -1 4202560 1089 0 0 0 523 0 0 0 20 0 19 0 445689931 15790579712 68747 33554432000 4194304 4196468 140731535752160 140467067652168 140467856909652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6321] ppid=6274 vsize=15420488 memory=280588066877248 CPUtime=5.08 cores=0,2,4,6
/proc/6276/task/6321/stat : 6321 (java) R 6274 6274 32437 0 -1 4202560 653 0 0 0 508 0 0 0 20 0 19 0 445689931 15790579712 68747 33554432000 4194304 4196468 140731535752160 140467066596216 140467856909331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6322] ppid=6274 vsize=15420488 memory=7882254172067293795 CPUtime=4.76 cores=0,2,4,6
/proc/6276/task/6322/stat : 6322 (java) R 6274 6274 32437 0 -1 4202560 362 0 0 0 476 0 0 0 20 0 19 0 445689931 15790579712 68747 33554432000 4194304 4196468 140731535752160 140467065547336 140467859855988 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 37.28 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 276440 KiB

[startup+10.7018 s]
/proc/loadavg: 8.33 8.30 7.81 9/237 6322
/proc/meminfo: memFree=28771836/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15420488 memory=268448 CPUtime=40.46 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 42419 0 0 0 4028 18 0 0 20 0 19 0 445689535 15790579712 67112 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3855122 67112 3521 1 0 3816222 0
[pid=6276/tid=6277] ppid=6274 vsize=15420488 memory=7595996332962834003 CPUtime=1.37 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) S 6274 6274 32437 0 -1 1077944384 9656 0 0 0 131 6 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468218766464 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15420488 memory=7666933498982585193 CPUtime=0.03 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 147 0 0 0 2 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15420488 memory=7595996332962834003 CPUtime=0.01 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15420488 memory=7666933498982585193 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15420488 memory=274996 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15420488 memory=274988 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15420488 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467087386208 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15420488 memory=272900 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467086333312 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15420488 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15420488 memory=1076 CPUtime=3.6 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) S 6274 6274 32437 0 -1 1077944384 9366 0 0 0 359 1 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467084228976 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15420488 memory=14008 CPUtime=3.31 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) S 6274 6274 32437 0 -1 1077944384 11864 0 0 0 329 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467083176176 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15420488 memory=26344 CPUtime=0.84 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) S 6274 6274 32437 0 -1 1077944384 5082 0 0 0 82 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467082123376 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15420488 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15420488 memory=1415 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6319] ppid=6274 vsize=15420488 memory=16199 CPUtime=6.08 cores=0,2,4,6
/proc/6276/task/6319/stat : 6319 (java) R 6274 6274 32437 0 -1 4202560 162 0 0 0 608 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467068703600 140467856909285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6320] ppid=6274 vsize=15420488 memory=0 CPUtime=6.02 cores=0,2,4,6
/proc/6276/task/6320/stat : 6320 (java) R 6274 6274 32437 0 -1 4202560 1236 0 0 0 602 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467067649880 140467856909478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6321] ppid=6274 vsize=15420488 memory=159 CPUtime=5.85 cores=0,2,4,6
/proc/6276/task/6321/stat : 6321 (java) R 6274 6274 32437 0 -1 4202560 750 0 0 0 585 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467066597256 140467856909167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6322] ppid=6274 vsize=15420488 memory=647 CPUtime=5.55 cores=0,2,4,6
/proc/6276/task/6322/stat : 6322 (java) R 6274 6274 32437 0 -1 4202560 525 0 0 0 555 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467065547560 140467856909162 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 40.46 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 269900 KiB

[startup+11.1008 s]
/proc/loadavg: 8.33 8.30 7.81 9/237 6322
/proc/meminfo: memFree=28771836/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15420488 memory=268448 CPUtime=42.05 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 42425 0 0 0 4187 18 0 0 20 0 19 0 445689535 15790579712 67112 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3855122 67112 3521 1 0 3816222 0
[pid=6276/tid=6277] ppid=6274 vsize=15420488 memory=2580 CPUtime=1.37 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) S 6274 6274 32437 0 -1 1077944384 9656 0 0 0 131 6 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468218766464 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15420488 memory=1760 CPUtime=0.03 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 147 0 0 0 2 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15420488 memory=288230574492221466 CPUtime=0.01 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15420488 memory=288230596050944315 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15420488 memory=14698517092372542 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467087386208 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467086333312 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15420488 memory=153 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15420488 memory=6442213893553283936 CPUtime=3.6 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) S 6274 6274 32437 0 -1 1077944384 9366 0 0 0 359 1 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467084228976 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15420488 memory=6009298816898918502 CPUtime=3.31 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) S 6274 6274 32437 0 -1 1077944384 11864 0 0 0 329 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467083176176 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15420488 memory=7957126524813337705 CPUtime=0.84 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) S 6274 6274 32437 0 -1 1077944384 5082 0 0 0 82 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467082123376 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15420488 memory=4638778402844725328 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15420488 memory=7373352920641398123 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6319] ppid=6274 vsize=15420488 memory=6931104011863156318 CPUtime=6.48 cores=0,2,4,6
/proc/6276/task/6319/stat : 6319 (java) R 6274 6274 32437 0 -1 4202560 162 0 0 0 648 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467068703600 140467856909198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6320] ppid=6274 vsize=15420488 memory=6944656592387989600 CPUtime=6.42 cores=0,2,4,6
/proc/6276/task/6320/stat : 6320 (java) R 6274 6274 32437 0 -1 4202560 1236 0 0 0 642 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467067649880 140467856909113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6321] ppid=6274 vsize=15420488 memory=0 CPUtime=6.25 cores=0,2,4,6
/proc/6276/task/6321/stat : 6321 (java) R 6274 6274 32437 0 -1 4202560 754 0 0 0 625 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467066597256 140467856909472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6322] ppid=6274 vsize=15420488 memory=2712 CPUtime=5.94 cores=0,2,4,6
/proc/6276/task/6322/stat : 6322 (java) R 6274 6274 32437 0 -1 4202560 527 0 0 0 594 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467065547560 140467856909149 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 42.05 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 269900 KiB

[startup+11.2008 s]
/proc/loadavg: 8.33 8.30 7.81 9/237 6322
/proc/meminfo: memFree=28771836/32770624 swapFree=66939908/67108860
[pid=6274] ppid=6271 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6274/stat : 6274 (xcsp3-exec) S 6271 6274 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445689535 115843072 363 33554432000 4194304 5098028 140726837032560 140726837030664 139992362332796 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31813632 140726837035898 140726837036141 140726837036141 140726837039050 0
/proc/6274/statm: 28282 363 304 221 0 87 0
[pid=6276] ppid=6274 vsize=15420488 memory=268448 CPUtime=42.45 cores=0,2,4,6
/proc/6276/stat : 6276 (java) S 6274 6274 32437 0 -1 1077944320 42566 0 0 0 4227 18 0 0 20 0 19 0 445689535 15790579712 67112 33554432000 4194304 4196468 140731535752160 140731535734704 140468214525687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
/proc/6276/statm: 3855122 67112 3521 1 0 3816222 0
[pid=6276/tid=6277] ppid=6274 vsize=15420488 memory=268404 CPUtime=1.37 cores=0,2,4,6
/proc/6276/task/6277/stat : 6277 (java) S 6274 6274 32437 0 -1 1077944384 9656 0 0 0 131 6 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468218766464 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6278] ppid=6274 vsize=15420488 memory=272896 CPUtime=0.03 cores=0,2,4,6
/proc/6276/task/6278/stat : 6278 (java) S 6274 6274 32437 0 -1 1077944384 147 0 0 0 2 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140468182084240 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6279] ppid=6274 vsize=15420488 memory=268448 CPUtime=0.01 cores=0,2,4,6
/proc/6276/task/6279/stat : 6279 (java) S 6274 6274 32437 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467805809168 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6280] ppid=6274 vsize=15420488 memory=48088 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6280/stat : 6280 (java) S 6274 6274 32437 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467804756368 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6281] ppid=6274 vsize=15420488 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/6276/task/6281/stat : 6281 (java) S 6274 6274 32437 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 19 0 445689536 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467803703568 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6282] ppid=6274 vsize=15420488 memory=272896 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6282/stat : 6282 (java) S 6274 6274 32437 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467088440176 140468214536834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6283] ppid=6274 vsize=15420488 memory=268136 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6283/stat : 6283 (java) S 6274 6274 32437 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467087386208 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6284] ppid=6274 vsize=15420488 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6284/stat : 6284 (java) S 6274 6274 32437 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445689538 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467086333312 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6285] ppid=6274 vsize=15420488 memory=272896 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6285/stat : 6285 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467085281616 140468214544283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6286] ppid=6274 vsize=15420488 memory=6948323489588405843 CPUtime=3.6 cores=0,2,4,6
/proc/6276/task/6286/stat : 6286 (java) S 6274 6274 32437 0 -1 1077944384 9366 0 0 0 359 1 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467084228976 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6287] ppid=6274 vsize=15420488 memory=280588067164960 CPUtime=3.31 cores=0,2,4,6
/proc/6276/task/6287/stat : 6287 (java) S 6274 6274 32437 0 -1 1077944384 11864 0 0 0 329 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467083176176 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6288] ppid=6274 vsize=15420488 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/6276/task/6288/stat : 6288 (java) S 6274 6274 32437 0 -1 1077944384 5164 0 0 0 82 2 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467082123376 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6289] ppid=6274 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6289/stat : 6289 (java) S 6274 6274 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467081070816 140468214535893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6290] ppid=6274 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6276/task/6290/stat : 6290 (java) S 6274 6274 32437 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445689541 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467080019120 140468214536834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6319] ppid=6274 vsize=15420488 memory=1452 CPUtime=6.57 cores=0,2,4,6
/proc/6276/task/6319/stat : 6319 (java) R 6274 6274 32437 0 -1 4202560 162 0 0 0 657 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467068701472 140467856909271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6320] ppid=6274 vsize=15420488 memory=268404 CPUtime=6.52 cores=0,2,4,6
/proc/6276/task/6320/stat : 6320 (java) R 6274 6274 32437 0 -1 4202560 1236 0 0 0 652 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467067649744 140467856909519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6321] ppid=6274 vsize=15420488 memory=7301294214190347585 CPUtime=6.34 cores=0,2,4,6
/proc/6276/task/6321/stat : 6321 (java) R 6274 6274 32437 0 -1 4202560 789 0 0 0 634 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467066597568 140467856909331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
[pid=6276/tid=6322] ppid=6274 vsize=15420488 memory=4712264292989482805 CPUtime=6.04 cores=0,2,4,6
/proc/6276/task/6322/stat : 6322 (java) R 6274 6274 32437 0 -1 4202560 528 0 0 0 604 0 0 0 20 0 19 0 445689931 15790579712 67112 33554432000 4194304 4196468 140731535752160 140467065545016 140467857804098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27926528 140731535754223 140731535754394 140731535754394 140731535757263 0
Current children cumulated CPU time: 42.45 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 269900 KiB

Child status: 0
Real time (s): 11.2575
CPU time (s): 42.6497
CPU user time (s): 42.4506
CPU system time (s): 0.199136
CPU usage (%): 378.856
Max. virtual memory (cumulated for all children) (KiB): 15533616
Max. memory (cumulated for all children) (KiB): 276448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.4506
system time used= 0.199136
maximum resident set size= 275000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45015
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= 3112
involuntary context switches= 1475


# summary of solver processes directly reported to runsolver:
#   pid: 6274
#   total CPU time (s): 42.6497
#   total CPU user time (s): 42.4506
#   total CPU system time (s): 0.199136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097727 second user time and 0.157214 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 07:21:47
IDJOB=4399312
IDBENCH=128018
IDSOLVER=2853
FILE ID=node119/4399312-1568697747
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-25-5-5-0.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-4399312-1568697747/watcher-4399312-1568697747 -o /tmp/evaluation-result-4399312-1568697747/solver-4399312-1568697747 -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 1998384241 HOME/instance-4399312-1568697747.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=1998384241

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:        28872352 kB
MemAvailable:   31374888 kB
Buffers:          123992 kB
Cached:          2661792 kB
SwapCached:        61072 kB
Active:          1876552 kB
Inactive:        1425320 kB
Active(anon):     453864 kB
Inactive(anon):   111624 kB
Active(file):    1422688 kB
Inactive(file):  1313696 kB
Unevictable:      106764 kB
Mlocked:          106764 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:             26888 kB
Writeback:             0 kB
AnonPages:        575004 kB
Mapped:            62100 kB
Shmem:             41008 kB
Slab:             193144 kB
SReclaimable:     163976 kB
SUnreclaim:        29168 kB
KernelStack:        4064 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1391492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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:21:58