Trace number 4394253

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14OPT56 76.2464 22.0597

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-7.xml
MD5SUMd869450afe9c29c5d3a1d31c4402b074
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark22.6671
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":12},{"size":6,"count":3},{"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-4394253-1568331589.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394253-1568331589.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.47/1.34	c solve instance...
3.75/1.42	o -1000 
10.93/3.22	o -978 
15.65/4.43	o -976 
16.04/4.50	o -971 
21.99/6.09	o -963 
23.54/6.45	o 14 
24.31/6.62	o 19 
24.31/6.64	o 37 
24.70/6.78	o 43 
31.45/8.45	o 45 
47.73/12.59	o 52 
51.53/14.99	o 56 
76.17/22.05	s OPTIMUM FOUND
76.17/22.05	v <instantiation>
76.17/22.05	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>
76.17/22.05	v 	<values>1 7 -1 4 5 11 0 8 9 3 16 10 6 12 13 21 15 -1 -1 -1 14 20 -1 -1 0 1 -1 5 6 7 17 2 3 4 9 8 16 15 14 11 10 -1 -1 -1 13 12 -1 -1 7 0 0 -2 5 7 1 8 2 4 2 6 2 0 -2 0 5 0 0 0 6 5 0 0 </values>
76.17/22.05	v </instantiation>

Verifier Data

OK	56

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394253-1568331589/watcher-4394253-1568331589 -o /tmp/evaluation-result-4394253-1568331589/solver-4394253-1568331589 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568327905-19560 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1451459358 HOME/instance-4394253-1568331589.xml 

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

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


[startup+0.100079 s]*
/proc/loadavg: 7.42 7.89 7.77 7/233 26224
/proc/meminfo: memFree=21997236/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15144768 memory=28928 CPUtime=0.13 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 5696 0 0 0 12 1 0 0 20 0 15 0 409073803 15508242432 7232 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3786192 7232 3146 1 0 3748377 0
[pid=26210/tid=26211] ppid=26208 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) R 26208 26208 19528 0 -1 4202560 3565 0 0 0 9 0 0 0 20 0 15 0 409073804 15508242432 7232 33554432000 4194304 4196468 140722152498224 140169406289568 140169402068374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 7232 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15144768 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 7232 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 7232 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073805 15508242432 7232 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15144768 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073806 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409073806 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168869679904 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409073807 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168868627568 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26208 19528 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168866523760 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15144768 memory=140001933293184 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26208 19528 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15144768 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 7232 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30376 KiB

[startup+0.21077 s]*
/proc/loadavg: 7.42 7.89 7.77 7/233 26224
/proc/meminfo: memFree=21984256/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15144768 memory=40772 CPUtime=0.34 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 9449 0 0 0 31 3 0 0 20 0 15 0 409073803 15508242432 10193 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3786192 10193 3295 1 0 3748377 0
[pid=26210/tid=26211] ppid=26208 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) R 26208 26208 19528 0 -1 4202560 6595 0 0 0 18 2 0 0 20 0 15 0 409073804 15508242432 10193 33554432000 4194304 4196468 140722152498224 140169406291136 140169386136926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15144768 memory=11079 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 10193 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15144768 memory=3005644 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 10193 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15508242432 10193 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073805 15508242432 10193 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409073806 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409073806 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168869679904 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15144768 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409073807 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168868627568 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26208 19528 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168866523760 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15144768 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) R 26208 26208 19528 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168864418672 140169380677537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073809 15508242432 10193 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42220 KiB

[startup+0.311003 s]*
/proc/loadavg: 7.42 7.89 7.77 7/233 26224
/proc/meminfo: memFree=21976836/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15149024 memory=50268 CPUtime=0.54 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 10880 0 0 0 50 4 0 0 20 0 15 0 409073803 15512600576 12567 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3787256 12567 3371 1 0 3748377 0
[pid=26210/tid=26211] ppid=26208 vsize=15149024 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) R 26208 26208 19528 0 -1 4202560 7792 0 0 0 28 2 0 0 20 0 15 0 409073804 15512600576 12567 33554432000 4194304 4196468 140722152498224 140169406287552 140169402078365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073804 15512600576 12567 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15149024 memory=3002260 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15512600576 12567 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15512600576 12567 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073805 15512600576 12567 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15149024 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409073806 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409073806 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168869679904 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409073807 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168868627568 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) R 26208 26208 19528 0 -1 4202560 627 0 0 0 5 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168866523760 140169379317696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15149024 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 272 0 0 0 3 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15149024 memory=140001933293184 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26208 19528 0 -1 1077944384 887 0 0 0 12 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15149024 memory=140001933293184 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073809 15512600576 12567 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51716 KiB

[startup+0.701547 s]
/proc/loadavg: 7.42 7.89 7.77 8/233 26224
/proc/meminfo: memFree=21950956/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15151148 memory=112556 CPUtime=1.71 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 15190 0 0 0 165 6 0 0 20 0 15 0 409073803 15514775552 28139 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3787787 28139 3448 1 0 3748889 0
[pid=26210/tid=26211] ppid=26208 vsize=15151148 memory=2116 CPUtime=0.67 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) R 26208 26208 19528 0 -1 4202560 9060 0 0 0 64 3 0 0 20 0 15 0 409073804 15514775552 28139 33554432000 4194304 4196468 140722152498224 140169406292000 140169402068374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15151148 memory=520 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073804 15514775552 28139 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15151148 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15514775552 28139 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15151148 memory=924 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073804 15514775552 28139 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15151148 memory=3688 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409073805 15514775552 28139 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15151148 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409073806 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15151148 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409073806 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168869679904 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15151148 memory=804 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409073807 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168868627568 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15151148 memory=7086240636179272035 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15151148 memory=7453282923444726100 CPUtime=0.34 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) R 26208 26208 19528 0 -1 4202560 1608 0 0 0 34 0 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168866501208 140169387181200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15151148 memory=5792825802846453857 CPUtime=0.34 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) R 26208 26208 19528 0 -1 4202560 1300 0 0 0 34 0 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168865457504 140169386978255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15151148 memory=8514726395715219869 CPUtime=0.33 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) R 26208 26208 19528 0 -1 1077944384 1915 0 0 0 32 1 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15151148 memory=7523374654865433442 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409073809 15514775552 28139 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 114004 KiB

[startup+1.50078 s]
/proc/loadavg: 7.42 7.89 7.77 6/233 26224
/proc/meminfo: memFree=21824740/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0

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

/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 678 0 0 0 1 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26289] ppid=26208 vsize=15420480 memory=303252 CPUtime=5.77 cores=1,3,5,7
/proc/26210/task/26289/stat : 26289 (java) S 26208 26208 19528 0 -1 1077944384 398 0 0 0 577 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168849956144 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26290] ppid=26208 vsize=15420480 memory=14056 CPUtime=5.81 cores=1,3,5,7
/proc/26210/task/26290/stat : 26290 (java) S 26208 26208 19528 0 -1 1077944384 967 0 0 0 581 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168846799952 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26291] ppid=26208 vsize=15420480 memory=2116 CPUtime=5.83 cores=1,3,5,7
/proc/26210/task/26291/stat : 26291 (java) S 26208 26208 19528 0 -1 1077944384 859 0 0 0 583 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168851010512 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26292] ppid=26208 vsize=15420480 memory=520 CPUtime=5.9 cores=1,3,5,7
/proc/26210/task/26292/stat : 26292 (java) R 26208 26208 19528 0 -1 4202560 433 0 0 0 590 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168848899696 140169035643241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 75.07 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 311028 KiB

[startup+21.7007 s]
/proc/loadavg: 6.77 7.71 7.71 4/237 26296
/proc/meminfo: memFree=21627660/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15420480 memory=309580 CPUtime=75.87 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 49488 0 0 0 7564 23 0 0 20 0 19 0 409073803 15790571520 77395 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3855120 77395 3525 1 0 3816222 0
[pid=26210/tid=26211] ppid=26208 vsize=15420480 memory=313584 CPUtime=1.29 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) S 26208 26208 19528 0 -1 1077944384 10045 0 0 0 124 5 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169406297216 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15420480 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 123 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15420480 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 115 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15420480 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15420480 memory=280003548742480 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 19 0 409073805 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15420480 memory=38276 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15420480 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168869679968 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15420480 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409073807 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168868627584 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15420480 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15420480 memory=4164 CPUtime=3.48 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26208 19528 0 -1 1077944384 10064 0 0 0 346 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168866523760 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15420480 memory=1548 CPUtime=3.39 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 11779 0 0 0 337 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15420480 memory=1608 CPUtime=0.94 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26208 19528 0 -1 1077944384 8031 0 0 0 92 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15420480 memory=7980 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15420480 memory=9580 CPUtime=0.01 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 678 0 0 0 1 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26289] ppid=26208 vsize=15420480 memory=1052 CPUtime=5.77 cores=1,3,5,7
/proc/26210/task/26289/stat : 26289 (java) S 26208 26208 19528 0 -1 1077944384 398 0 0 0 577 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168849956144 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26290] ppid=26208 vsize=15420480 memory=2465 CPUtime=5.81 cores=1,3,5,7
/proc/26210/task/26290/stat : 26290 (java) S 26208 26208 19528 0 -1 1077944384 967 0 0 0 581 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168846799952 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26291] ppid=26208 vsize=15420480 memory=288230596050944315 CPUtime=5.83 cores=1,3,5,7
/proc/26210/task/26291/stat : 26291 (java) S 26208 26208 19528 0 -1 1077944384 859 0 0 0 583 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168851010512 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26292] ppid=26208 vsize=15420480 memory=15817794159643255 CPUtime=6.7 cores=1,3,5,7
/proc/26210/task/26292/stat : 26292 (java) R 26208 26208 19528 0 -1 4202560 452 0 0 0 670 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168848899696 140169035643314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 75.87 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 311028 KiB

[startup+21.9007 s]
/proc/loadavg: 6.77 7.71 7.71 4/237 26296
/proc/meminfo: memFree=21627660/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15420480 memory=309580 CPUtime=76.07 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 49488 0 0 0 7584 23 0 0 20 0 19 0 409073803 15790571520 77395 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3855120 77395 3525 1 0 3816222 0
[pid=26210/tid=26211] ppid=26208 vsize=15420480 memory=520 CPUtime=1.29 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) S 26208 26208 19528 0 -1 1077944384 10045 0 0 0 124 5 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169406297216 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15420480 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 123 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15420480 memory=38276 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 115 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15420480 memory=988 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15420480 memory=2008 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 19 0 409073805 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15420480 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15420480 memory=4164 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168869679968 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15420480 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409073807 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168868627584 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15420480 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15420480 memory=7980 CPUtime=3.48 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26208 19528 0 -1 1077944384 10064 0 0 0 346 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168866523760 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15420480 memory=6791534058613427641 CPUtime=3.39 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 11779 0 0 0 337 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15420480 memory=8747226831578988619 CPUtime=0.94 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26208 19528 0 -1 1077944384 8031 0 0 0 92 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15420480 memory=288288891658850477 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15420480 memory=3023358 CPUtime=0.01 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 678 0 0 0 1 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26289] ppid=26208 vsize=15420480 memory=0 CPUtime=5.77 cores=1,3,5,7
/proc/26210/task/26289/stat : 26289 (java) S 26208 26208 19528 0 -1 1077944384 398 0 0 0 577 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168849956144 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26290] ppid=26208 vsize=15420480 memory=0 CPUtime=5.81 cores=1,3,5,7
/proc/26210/task/26290/stat : 26290 (java) S 26208 26208 19528 0 -1 1077944384 967 0 0 0 581 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168846799952 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26291] ppid=26208 vsize=15420480 memory=0 CPUtime=5.83 cores=1,3,5,7
/proc/26210/task/26291/stat : 26291 (java) S 26208 26208 19528 0 -1 1077944384 859 0 0 0 583 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168851010512 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26292] ppid=26208 vsize=15420480 memory=0 CPUtime=6.9 cores=1,3,5,7
/proc/26210/task/26292/stat : 26292 (java) R 26208 26208 19528 0 -1 4202560 452 0 0 0 690 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168848899696 140169035643224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 76.07 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 311028 KiB

[startup+22.0008 s]
/proc/loadavg: 6.77 7.71 7.71 4/237 26296
/proc/meminfo: memFree=21627660/32770624 swapFree=66939828/67108860
[pid=26208] ppid=26205 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26208/stat : 26208 (xcsp3-exec) S 26205 26208 19528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409073803 115843072 362 33554432000 4194304 5098028 140721952375376 140721952373480 140549294760572 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15495168 140721952383866 140721952384109 140721952384109 140721952387018 0
/proc/26208/statm: 28282 362 304 221 0 87 0
[pid=26210] ppid=26208 vsize=15420480 memory=309580 CPUtime=76.17 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26208 19528 0 -1 1077944320 49488 0 0 0 7594 23 0 0 20 0 19 0 409073803 15790571520 77395 33554432000 4194304 4196468 140722152498224 140722152480768 140169402056439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
/proc/26210/statm: 3855120 77395 3525 1 0 3816222 0
[pid=26210/tid=26211] ppid=26208 vsize=15420480 memory=309580 CPUtime=1.29 cores=1,3,5,7
/proc/26210/task/26211/stat : 26211 (java) S 26208 26208 19528 0 -1 1077944384 10045 0 0 0 124 5 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169406297216 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26212] ppid=26208 vsize=15420480 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) S 26208 26208 19528 0 -1 1077944384 123 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169354677136 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26213] ppid=26208 vsize=15420480 memory=280003548268928 CPUtime=0.03 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26208 19528 0 -1 1077944384 115 0 0 0 2 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169353624336 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26214] ppid=26208 vsize=15420480 memory=-3252517613199061085 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26208 19528 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 19 0 409073804 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169352572048 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26215] ppid=26208 vsize=15420480 memory=311532 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26208 19528 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 19 0 409073805 15790571520 77395 33554432000 4194304 4196468 140722152498224 140169351519248 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26216] ppid=26208 vsize=15420480 memory=280003547837312 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26208 19528 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168870733936 140169402067586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26217] ppid=26208 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26208 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409073806 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168869679968 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26218] ppid=26208 vsize=15420480 memory=271636 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26208 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409073807 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168868627584 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26219] ppid=26208 vsize=15420480 memory=305368 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168867575888 140169402075035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26220] ppid=26208 vsize=15420480 memory=-9110635228796802480 CPUtime=3.48 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26208 19528 0 -1 1077944384 10064 0 0 0 346 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168866523760 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26221] ppid=26208 vsize=15420480 memory=303320 CPUtime=3.39 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26208 19528 0 -1 1077944384 11779 0 0 0 337 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168865470960 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26222] ppid=26208 vsize=15420480 memory=271732 CPUtime=0.94 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26208 19528 0 -1 1077944384 8031 0 0 0 92 2 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168864418672 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26223] ppid=26208 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26208 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168863366112 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26224] ppid=26208 vsize=15420480 memory=309484 CPUtime=0.01 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26208 19528 0 -1 1077944384 678 0 0 0 1 0 0 0 20 0 19 0 409073809 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168862312880 140169402067586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26289] ppid=26208 vsize=15420480 memory=307420 CPUtime=5.77 cores=1,3,5,7
/proc/26210/task/26289/stat : 26289 (java) S 26208 26208 19528 0 -1 1077944384 398 0 0 0 577 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168849956144 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26290] ppid=26208 vsize=15420480 memory=4713742226031938934 CPUtime=5.81 cores=1,3,5,7
/proc/26210/task/26290/stat : 26290 (java) S 26208 26208 19528 0 -1 1077944384 967 0 0 0 581 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168846799952 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26291] ppid=26208 vsize=15420480 memory=1448 CPUtime=5.83 cores=1,3,5,7
/proc/26210/task/26291/stat : 26291 (java) S 26208 26208 19528 0 -1 1077944384 859 0 0 0 583 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168851010512 140169402066645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
[pid=26210/tid=26292] ppid=26208 vsize=15420480 memory=3504 CPUtime=7 cores=1,3,5,7
/proc/26210/task/26292/stat : 26292 (java) R 26208 26208 19528 0 -1 4202560 452 0 0 0 700 0 0 0 20 0 19 0 409075302 15790571520 77395 33554432000 4194304 4196468 140722152498224 140168848899696 140169035643241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140722152502255 140722152502426 140722152502426 140722152505295 0
Current children cumulated CPU time: 76.17 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 311028 KiB

Child status: 0
Real time (s): 22.0597
CPU time (s): 76.2464
CPU user time (s): 76.001
CPU system time (s): 0.245382
CPU usage (%): 345.637
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 317080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.001
system time used= 0.245382
maximum resident set size= 315632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50787
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= 3790
involuntary context switches= 2134


# summary of solver processes directly reported to runsolver:
#   pid: 26208
#   total CPU time (s): 76.2464
#   total CPU user time (s): 76.001
#   total CPU system time (s): 0.245382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.174545 second user time and 0.28562 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 01:39:09
IDJOB=4394253
IDBENCH=128019
IDSOLVER=2842
FILE ID=node119/4394253-1568331589
RUNJOBID= node119-1568327905-19560
PBS_JOBID= 21701152
Free space on /tmp= 57244 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-7.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-4394253-1568331589/watcher-4394253-1568331589 -o /tmp/evaluation-result-4394253-1568331589/solver-4394253-1568331589 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568327905-19560 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1451459358 HOME/instance-4394253-1568331589.xml

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

MD5SUM BENCH= d869450afe9c29c5d3a1d31c4402b074
RANDOM SEED=1451459358

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:        22013960 kB
MemAvailable:   31497504 kB
Buffers:          170892 kB
Cached:          9529956 kB
SwapCached:        61088 kB
Active:          2607956 kB
Inactive:        7464520 kB
Active(anon):     309928 kB
Inactive(anon):   103384 kB
Active(file):    2298028 kB
Inactive(file):  7361136 kB
Unevictable:      106776 kB
Mlocked:          106776 kB
SwapTotal:      67108860 kB
SwapFree:       66939828 kB
Dirty:             27108 kB
Writeback:            12 kB
AnonPages:        500540 kB
Mapped:            56704 kB
Shmem:             32808 kB
Slab:             282092 kB
SReclaimable:     252840 kB
SUnreclaim:        29252 kB
KernelStack:        4112 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1642992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 57216 MiB
End job on node119 at 2019-09-13 01:39:32