Trace number 4404960

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-20 parallelOPT2 544.216 69.1249

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.250826
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
Optimization problemYES
Type of objectivemin MAXIMUM

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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404960-1569005017.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404960-1569005017.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
3.25/1.04	c solve instance...
9.29/1.89	o 7 
10.01/1.98	o 6 
10.70/2.02	o 5 
10.70/2.04	o 4 
10.70/2.07	o 3 
533.92/67.83	o 2 
543.53/69.09	s OPTIMUM FOUND
543.53/69.09	v <instantiation>
543.53/69.09	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] </list>
543.53/69.09	v 	<values>0 2 1 0 2 0 1 2 1 2 2 1 2 1 0 0 1 2 0 0 1 0 2 0 0 1 1 1 2 2 1 0 1 2 1 2 0 2 2 0 0 2 2 1 1 2 2 1 1 0 1 1 2 2 2 0 0 0 1 1 0 0 1 1 2 1 2 0 2 1 2 1 0 2 1 1 2 0 0 2 </values>
543.53/69.09	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404960-1569005017/watcher-4404960-1569005017 -o /var/tmp/evaluation-result-4404960-1569005017/solver-4404960-1569005017 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 618420414 HOME/instance-4404960-1569005017.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=18143, runsolver pid=18140
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 8.70 8.25 8.09 3/213 18164
/proc/meminfo: memFree=24956548/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28227396 memory=28924 CPUtime=0.12 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 5712 0 0 0 11 1 0 0 20 0 20 0 476415462 28904853504 7231 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7056849 7231 3119 1 0 7019032 0
[pid=18145/tid=18146] ppid=18143 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) R 18143 18143 14774 0 -1 4202560 3619 0 0 0 8 0 0 0 20 0 20 0 476415463 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706445337392 140706422496253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415463 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28227396 memory=140611063993984 CPUtime=0 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415463 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18150] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18150/stat : 18150 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706357795728 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18151] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18151/stat : 18151 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706356742672 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18152] ppid=18143 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18152/stat : 18152 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706355690128 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18153] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18153/stat : 18153 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706354637072 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18154] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18154/stat : 18154 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 7231 33554432000 4194304 4196468 140733149199280 140706353584528 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18155] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18155/stat : 18155 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415465 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705825659632 140706441112194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18156] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18156/stat : 18156 (java) S 18143 18143 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476415466 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705824605856 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18157] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18157/stat : 18157 (java) S 18143 18143 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476415466 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705823552752 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18158] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18158/stat : 18158 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705822501328 140706441119643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18159] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18159/stat : 18159 (java) S 18143 18143 14774 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705821448432 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18160] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18160/stat : 18160 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705820395888 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18161] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18161/stat : 18161 (java) S 18143 18143 14774 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705819342832 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18162] ppid=18143 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18145/task/18162/stat : 18162 (java) R 18143 18143 14774 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705818290288 140706441122394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18163] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18163/stat : 18163 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705817238496 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18164] ppid=18143 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18164/stat : 18164 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415469 28904853504 7231 33554432000 4194304 4196468 140733149199280 140705816186032 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30376 KiB

[startup+0.210023 s]*
/proc/loadavg: 8.70 8.25 8.09 2/213 18164
/proc/meminfo: memFree=24943620/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28227396 memory=41144 CPUtime=0.33 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 9543 0 0 0 30 3 0 0 20 0 20 0 476415462 28904853504 10286 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7056849 10286 3281 1 0 7019032 0
[pid=18145/tid=18146] ppid=18143 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) R 18143 18143 14774 0 -1 4202560 6643 0 0 0 18 2 0 0 20 0 20 0 476415463 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706445334752 140706441112982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415463 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28227396 memory=140611067610153 CPUtime=0 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415463 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18150] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18150/stat : 18150 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706357795728 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18151] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18151/stat : 18151 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706356742672 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18152] ppid=18143 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18152/stat : 18152 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706355690128 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18153] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18153/stat : 18153 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706354637072 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18154] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18154/stat : 18154 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28904853504 10286 33554432000 4194304 4196468 140733149199280 140706353584528 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18155] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18155/stat : 18155 (java) S 18143 18143 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476415465 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705825659632 140706441112194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18156] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18156/stat : 18156 (java) S 18143 18143 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476415466 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705824605856 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18157] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18157/stat : 18157 (java) S 18143 18143 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476415466 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705823552752 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18158] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18158/stat : 18158 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705822501328 140706441119643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18159] ppid=18143 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18145/task/18159/stat : 18159 (java) S 18143 18143 14774 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705821448432 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18160] ppid=18143 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18145/task/18160/stat : 18160 (java) S 18143 18143 14774 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705820395888 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18161] ppid=18143 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/18145/task/18161/stat : 18161 (java) S 18143 18143 14774 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705819342832 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18162] ppid=18143 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18145/task/18162/stat : 18162 (java) R 18143 18143 14774 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705818290288 140706425181534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18163] ppid=18143 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18163/stat : 18163 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415468 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705817238496 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18164] ppid=18143 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18164/stat : 18164 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415469 28904853504 10286 33554432000 4194304 4196468 140733149199280 140705816186032 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42596 KiB

[startup+0.309595 s]*
/proc/loadavg: 8.70 8.25 8.09 3/213 18164
/proc/meminfo: memFree=24934996/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28231652 memory=49432 CPUtime=0.52 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 10754 0 0 0 48 4 0 0 20 0 20 0 476415462 28909211648 12358 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7057913 12358 3315 1 0 7019032 0
[pid=18145/tid=18146] ppid=18143 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) R 18143 18143 14774 0 -1 4202560 7755 0 0 0 27 2 0 0 20 0 20 0 476415463 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706445332160 140706425181534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415463 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415463 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18150] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18150/stat : 18150 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706357795728 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18151] ppid=18143 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/18145/task/18151/stat : 18151 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706356742672 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18152] ppid=18143 vsize=28231652 memory=140610921132975 CPUtime=0 cores=0-7
/proc/18145/task/18152/stat : 18152 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706355690128 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18153] ppid=18143 vsize=28231652 memory=140610921135280 CPUtime=0 cores=0-7
/proc/18145/task/18153/stat : 18153 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706354637072 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18154] ppid=18143 vsize=28231652 memory=140610921137584 CPUtime=0 cores=0-7
/proc/18145/task/18154/stat : 18154 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415464 28909211648 12358 33554432000 4194304 4196468 140733149199280 140706353584528 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18155] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18155/stat : 18155 (java) S 18143 18143 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476415465 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705825659632 140706441112194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18156] ppid=18143 vsize=28231652 memory=281221842282128 CPUtime=0 cores=0-7
/proc/18145/task/18156/stat : 18156 (java) S 18143 18143 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476415466 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705824605856 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18157] ppid=18143 vsize=28231652 memory=281221842289040 CPUtime=0 cores=0-7
/proc/18145/task/18157/stat : 18157 (java) S 18143 18143 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476415466 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705823552752 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18158] ppid=18143 vsize=28231652 memory=281221842230320 CPUtime=0 cores=0-7
/proc/18145/task/18158/stat : 18158 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705822501328 140706441119643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18159] ppid=18143 vsize=28231652 memory=281221842302864 CPUtime=0.02 cores=0-7
/proc/18145/task/18159/stat : 18159 (java) S 18143 18143 14774 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705821448432 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18160] ppid=18143 vsize=28231652 memory=281221842309776 CPUtime=0.02 cores=0-7
/proc/18145/task/18160/stat : 18160 (java) S 18143 18143 14774 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705820395888 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18161] ppid=18143 vsize=28231652 memory=281221842307472 CPUtime=0.03 cores=0-7
/proc/18145/task/18161/stat : 18161 (java) S 18143 18143 14774 0 -1 1077944384 383 0 0 0 3 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705819342832 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18162] ppid=18143 vsize=28231652 memory=281221842323632 CPUtime=0.12 cores=0-7
/proc/18145/task/18162/stat : 18162 (java) S 18143 18143 14774 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705818290288 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18163] ppid=18143 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18163/stat : 18163 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476415468 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705817238496 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18164] ppid=18143 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18145/task/18164/stat : 18164 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415469 28909211648 12358 33554432000 4194304 4196468 140733149199280 140705816186032 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50884 KiB

[startup+0.700965 s]
/proc/loadavg: 8.70 8.25 8.09 5/213 18164
/proc/meminfo: memFree=24910828/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28233776 memory=103940 CPUtime=1.94 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 16125 0 0 0 188 6 0 0 20 0 20 0 476415462 28911386624 25985 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7058444 25985 3452 1 0 7019544 0
[pid=18145/tid=18146] ppid=18143 vsize=28233776 memory=281221842681520 CPUtime=0.68 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) R 18143 18143 14774 0 -1 4202560 9201 0 0 0 64 4 0 0 20 0 20 0 476415463 28911386624 25985 33554432000 4194304 4196468 140733149199280 140706445329744 140706034325938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28233776 memory=140610921341808 CPUtime=0 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476415463 28911386624 25985 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415463 28911386624 25985 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28233776 memory=1128 CPUtime=0 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476415464 28911386624 25985 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0

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

/proc/18145/task/18217/stat : 18217 (java) R 18143 18143 14774 0 -1 4202560 63 0 0 0 18 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705599917224 140706037750611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18218] ppid=18143 vsize=28766288 memory=1716 CPUtime=0.17 cores=0-7
/proc/18145/task/18218/stat : 18218 (java) R 18143 18143 14774 0 -1 4202560 22 0 0 0 17 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705598862312 140706037750661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18219] ppid=18143 vsize=28766288 memory=6791534058613427641 CPUtime=0.17 cores=0-7
/proc/18145/task/18219/stat : 18219 (java) R 18143 18143 14774 0 -1 4202560 25 0 0 0 17 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705597812152 140706037750661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18220] ppid=18143 vsize=28766288 memory=7379253982433403754 CPUtime=0.17 cores=0-7
/proc/18145/task/18220/stat : 18220 (java) R 18143 18143 14774 0 -1 4202560 24 0 0 0 17 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705604125000 140706037750648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18221] ppid=18143 vsize=28766288 memory=7379253982433403754 CPUtime=0.16 cores=0-7
/proc/18145/task/18221/stat : 18221 (java) R 18143 18143 14774 0 -1 4202560 26 0 0 0 16 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705605176768 140706037131833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18222] ppid=18143 vsize=28766288 memory=12040 CPUtime=0.18 cores=0-7
/proc/18145/task/18222/stat : 18222 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 18 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705603078880 140706037750661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18223] ppid=18143 vsize=28766288 memory=2124 CPUtime=0.12 cores=0-7
/proc/18145/task/18223/stat : 18223 (java) R 18143 18143 14774 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705602022408 140706038032528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18224] ppid=18143 vsize=28766288 memory=30196 CPUtime=0.1 cores=0-7
/proc/18145/task/18224/stat : 18224 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 28 0 476422245 29456678912 50664 33554432000 4194304 4196468 140733149199280 140705600974408 140706037750348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 535.56 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 204108 KiB

[startup+68.8018 s]
/proc/loadavg: 8.85 8.39 8.15 9/220 18224
/proc/meminfo: memFree=24781340/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28766288 memory=202672 CPUtime=541.87 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 83752 0 0 0 54132 55 0 0 20 0 28 0 476415462 29456678912 50668 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7191572 50668 3545 1 0 7152672 0
[pid=18145/tid=18146] ppid=18143 vsize=28766288 memory=13848568834296438 CPUtime=1.03 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) S 18143 18143 14774 0 -1 1077944384 9494 0 0 0 98 5 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706445341824 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28766288 memory=2828 CPUtime=0.08 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1606 0 0 0 5 3 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28766288 memory=1560 CPUtime=0.08 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 846 0 0 0 5 3 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28766288 memory=3592 CPUtime=0.08 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 1440 0 0 0 5 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18150] ppid=18143 vsize=28766288 memory=492 CPUtime=0.07 cores=0-7
/proc/18145/task/18150/stat : 18150 (java) S 18143 18143 14774 0 -1 1077944384 2706 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706357795728 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18151] ppid=18143 vsize=28766288 memory=1560 CPUtime=0.07 cores=0-7
/proc/18145/task/18151/stat : 18151 (java) S 18143 18143 14774 0 -1 1077944384 1092 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706356742672 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18152] ppid=18143 vsize=28766288 memory=932 CPUtime=0.08 cores=0-7
/proc/18145/task/18152/stat : 18152 (java) S 18143 18143 14774 0 -1 1077944384 765 0 0 0 5 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706355690128 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18153] ppid=18143 vsize=28766288 memory=1636 CPUtime=0.07 cores=0-7
/proc/18145/task/18153/stat : 18153 (java) S 18143 18143 14774 0 -1 1077944384 2387 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706354637072 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18154] ppid=18143 vsize=28766288 memory=1436 CPUtime=0.09 cores=0-7
/proc/18145/task/18154/stat : 18154 (java) S 18143 18143 14774 0 -1 1077944384 668 0 0 0 6 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706353584528 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18155] ppid=18143 vsize=28766288 memory=880 CPUtime=0.04 cores=0-7
/proc/18145/task/18155/stat : 18155 (java) S 18143 18143 14774 0 -1 1077944384 3410 0 0 0 3 1 0 0 20 0 28 0 476415465 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705825659632 140706441112194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18156] ppid=18143 vsize=28766288 memory=1980 CPUtime=0 cores=0-7
/proc/18145/task/18156/stat : 18156 (java) S 18143 18143 14774 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476415466 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705824605920 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18157] ppid=18143 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18145/task/18157/stat : 18157 (java) S 18143 18143 14774 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 476415466 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705823552768 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18158] ppid=18143 vsize=28766288 memory=218532231024126 CPUtime=0 cores=0-7
/proc/18145/task/18158/stat : 18158 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705822501328 140706441119643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18159] ppid=18143 vsize=28766288 memory=218532231024127 CPUtime=2.04 cores=0-7
/proc/18145/task/18159/stat : 18159 (java) S 18143 18143 14774 0 -1 1077944384 12824 0 0 0 202 2 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705821448432 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18160] ppid=18143 vsize=28766288 memory=218532231024128 CPUtime=2.2 cores=0-7
/proc/18145/task/18160/stat : 18160 (java) S 18143 18143 14774 0 -1 1077944384 9728 0 0 0 219 1 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705820395888 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18161] ppid=18143 vsize=28766288 memory=218532231024129 CPUtime=2.29 cores=0-7
/proc/18145/task/18161/stat : 18161 (java) R 18143 18143 14774 0 -1 4202560 15275 0 0 0 225 4 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705819343128 140706422645231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18162] ppid=18143 vsize=28766288 memory=218532231024130 CPUtime=0.73 cores=0-7
/proc/18145/task/18162/stat : 18162 (java) S 18143 18143 14774 0 -1 1077944384 6805 0 0 0 72 1 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705818290288 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18163] ppid=18143 vsize=28766288 memory=218532231024131 CPUtime=0 cores=0-7
/proc/18145/task/18163/stat : 18163 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705817238496 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18164] ppid=18143 vsize=28766288 memory=288230574492221466 CPUtime=0.01 cores=0-7
/proc/18145/task/18164/stat : 18164 (java) S 18143 18143 14774 0 -1 1077944384 1183 0 0 0 1 0 0 0 20 0 28 0 476415469 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705816186032 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18217] ppid=18143 vsize=28766288 memory=288230583166042426 CPUtime=0.97 cores=0-7
/proc/18145/task/18217/stat : 18217 (java) R 18143 18143 14774 0 -1 4202560 65 0 0 0 97 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705599912768 140706037750626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18218] ppid=18143 vsize=28766288 memory=13848568834296438 CPUtime=0.92 cores=0-7
/proc/18145/task/18218/stat : 18218 (java) R 18143 18143 14774 0 -1 4202560 22 0 0 0 92 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705598861328 140706037750611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18219] ppid=18143 vsize=28766288 memory=1804 CPUtime=0.96 cores=0-7
/proc/18145/task/18219/stat : 18219 (java) R 18143 18143 14774 0 -1 4202560 26 0 0 0 96 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705597809304 140706037751496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18220] ppid=18143 vsize=28766288 memory=916 CPUtime=0.95 cores=0-7
/proc/18145/task/18220/stat : 18220 (java) R 18143 18143 14774 0 -1 4202560 25 0 0 0 95 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705604125192 140706037750680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18221] ppid=18143 vsize=28766288 memory=6791534058613427641 CPUtime=0.95 cores=0-7
/proc/18145/task/18221/stat : 18221 (java) R 18143 18143 14774 0 -1 4202560 26 0 0 0 95 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705605176872 140706037750588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18222] ppid=18143 vsize=28766288 memory=4104 CPUtime=0.97 cores=0-7
/proc/18145/task/18222/stat : 18222 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 97 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705603071504 140706037750626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18223] ppid=18143 vsize=28766288 memory=1412 CPUtime=0.88 cores=0-7
/proc/18145/task/18223/stat : 18223 (java) R 18143 18143 14774 0 -1 4202560 39 0 0 0 88 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705602019720 140706037750661 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18224] ppid=18143 vsize=28766288 memory=3288 CPUtime=0.86 cores=0-7
/proc/18145/task/18224/stat : 18224 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 86 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705600967176 140706037750635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 541.87 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 204124 KiB

[startup+69.0018 s]*
/proc/loadavg: 8.78 8.39 8.15 9/220 18224
/proc/meminfo: memFree=24781960/32770624 swapFree=66935844/67108860
[pid=18143] ppid=18140 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18143/stat : 18143 (xcsp3-exec) S 18140 18143 14774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476415462 115843072 363 33554432000 4194304 5098028 140726004645536 140726004643640 139695982432892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27668480 140726004650840 140726004651098 140726004651098 140726004654022 0
/proc/18143/statm: 28282 363 304 221 0 87 0
[pid=18145] ppid=18143 vsize=28766288 memory=202672 CPUtime=543.53 cores=0-7
/proc/18145/stat : 18145 (java) S 18143 18143 14774 0 -1 1077944320 83767 0 0 0 54298 55 0 0 20 0 28 0 476415462 29456678912 50668 33554432000 4194304 4196468 140733149199280 140733149181824 140706441101047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
/proc/18145/statm: 7191572 50668 3545 1 0 7152672 0
[pid=18145/tid=18146] ppid=18143 vsize=28766288 memory=6791534058613427641 CPUtime=1.03 cores=0-7
/proc/18145/task/18146/stat : 18146 (java) S 18143 18143 14774 0 -1 1077944384 9494 0 0 0 98 5 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706445341824 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18147] ppid=18143 vsize=28766288 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/18145/task/18147/stat : 18147 (java) S 18143 18143 14774 0 -1 1077944384 1606 0 0 0 5 3 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706360953872 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18148] ppid=18143 vsize=28766288 memory=492 CPUtime=0.08 cores=0-7
/proc/18145/task/18148/stat : 18148 (java) S 18143 18143 14774 0 -1 1077944384 846 0 0 0 5 3 0 0 20 0 28 0 476415463 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706359901328 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18149] ppid=18143 vsize=28766288 memory=1560 CPUtime=0.08 cores=0-7
/proc/18145/task/18149/stat : 18149 (java) S 18143 18143 14774 0 -1 1077944384 1440 0 0 0 5 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706358848272 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18150] ppid=18143 vsize=28766288 memory=932 CPUtime=0.07 cores=0-7
/proc/18145/task/18150/stat : 18150 (java) S 18143 18143 14774 0 -1 1077944384 2706 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706357795728 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18151] ppid=18143 vsize=28766288 memory=1636 CPUtime=0.07 cores=0-7
/proc/18145/task/18151/stat : 18151 (java) S 18143 18143 14774 0 -1 1077944384 1092 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706356742672 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18152] ppid=18143 vsize=28766288 memory=1436 CPUtime=0.08 cores=0-7
/proc/18145/task/18152/stat : 18152 (java) S 18143 18143 14774 0 -1 1077944384 765 0 0 0 5 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706355690128 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18153] ppid=18143 vsize=28766288 memory=932 CPUtime=0.07 cores=0-7
/proc/18145/task/18153/stat : 18153 (java) S 18143 18143 14774 0 -1 1077944384 2387 0 0 0 5 2 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706354637072 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18154] ppid=18143 vsize=28766288 memory=1636 CPUtime=0.09 cores=0-7
/proc/18145/task/18154/stat : 18154 (java) S 18143 18143 14774 0 -1 1077944384 668 0 0 0 6 3 0 0 20 0 28 0 476415464 29456678912 50668 33554432000 4194304 4196468 140733149199280 140706353584528 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18155] ppid=18143 vsize=28766288 memory=1436 CPUtime=0.04 cores=0-7
/proc/18145/task/18155/stat : 18155 (java) S 18143 18143 14774 0 -1 1077944384 3410 0 0 0 3 1 0 0 20 0 28 0 476415465 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705825659632 140706441112194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18156] ppid=18143 vsize=28766288 memory=880 CPUtime=0 cores=0-7
/proc/18145/task/18156/stat : 18156 (java) S 18143 18143 14774 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476415466 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705824605920 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18157] ppid=18143 vsize=28766288 memory=1980 CPUtime=0 cores=0-7
/proc/18145/task/18157/stat : 18157 (java) S 18143 18143 14774 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 476415466 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705823552768 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18158] ppid=18143 vsize=28766288 memory=2520 CPUtime=0 cores=0-7
/proc/18145/task/18158/stat : 18158 (java) S 18143 18143 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705822501328 140706441119643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18159] ppid=18143 vsize=28766288 memory=1760 CPUtime=2.04 cores=0-7
/proc/18145/task/18159/stat : 18159 (java) S 18143 18143 14774 0 -1 1077944384 12824 0 0 0 202 2 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705821448432 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18160] ppid=18143 vsize=28766288 memory=1660 CPUtime=2.2 cores=0-7
/proc/18145/task/18160/stat : 18160 (java) S 18143 18143 14774 0 -1 1077944384 9728 0 0 0 219 1 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705820395888 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18161] ppid=18143 vsize=28766288 memory=111632 CPUtime=2.29 cores=0-7
/proc/18145/task/18161/stat : 18161 (java) S 18143 18143 14774 0 -1 1077944384 15282 0 0 0 225 4 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705819342832 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18162] ppid=18143 vsize=28766288 memory=796 CPUtime=0.73 cores=0-7
/proc/18145/task/18162/stat : 18162 (java) S 18143 18143 14774 0 -1 1077944384 6805 0 0 0 72 1 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705818290288 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18163] ppid=18143 vsize=28766288 memory=202656 CPUtime=0 cores=0-7
/proc/18145/task/18163/stat : 18163 (java) S 18143 18143 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476415468 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705817238496 140706441111253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18164] ppid=18143 vsize=28766288 memory=3400 CPUtime=0.01 cores=0-7
/proc/18145/task/18164/stat : 18164 (java) S 18143 18143 14774 0 -1 1077944384 1183 0 0 0 1 0 0 0 20 0 28 0 476415469 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705816186032 140706441112194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18217] ppid=18143 vsize=28766288 memory=1452 CPUtime=1.18 cores=0-7
/proc/18145/task/18217/stat : 18217 (java) R 18143 18143 14774 0 -1 4202560 65 0 0 0 118 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705599912768 140706037750626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18218] ppid=18143 vsize=28766288 memory=204588 CPUtime=1.13 cores=0-7
/proc/18145/task/18218/stat : 18218 (java) R 18143 18143 14774 0 -1 4202560 22 0 0 0 113 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705598861328 140706037750265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18219] ppid=18143 vsize=28766288 memory=288230574492221466 CPUtime=1.17 cores=0-7
/proc/18145/task/18219/stat : 18219 (java) R 18143 18143 14774 0 -1 4202560 26 0 0 0 117 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705597809304 140706037750702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18220] ppid=18143 vsize=28766288 memory=0 CPUtime=1.16 cores=0-7
/proc/18145/task/18220/stat : 18220 (java) R 18143 18143 14774 0 -1 4202560 33 0 0 0 116 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705604125192 140706037750661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18221] ppid=18143 vsize=28766288 memory=8242832241811678803 CPUtime=1.14 cores=0-7
/proc/18145/task/18221/stat : 18221 (java) R 18143 18143 14774 0 -1 4202560 26 0 0 0 114 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705605176872 140706037751331 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18222] ppid=18143 vsize=28766288 memory=8242832241811678803 CPUtime=1.18 cores=0-7
/proc/18145/task/18222/stat : 18222 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 118 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705603071504 140706037750588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18223] ppid=18143 vsize=28766288 memory=-7103146973613356224 CPUtime=1.09 cores=0-7
/proc/18145/task/18223/stat : 18223 (java) R 18143 18143 14774 0 -1 4202560 39 0 0 0 109 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705602019720 140706037750588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
[pid=18145/tid=18224] ppid=18143 vsize=28766288 memory=6656426216303648864 CPUtime=1.06 cores=0-7
/proc/18145/task/18224/stat : 18224 (java) R 18143 18143 14774 0 -1 4202560 17 0 0 0 106 0 0 0 20 0 28 0 476422245 29456678912 50668 33554432000 4194304 4196468 140733149199280 140705600967176 140706037750680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38572032 140733149201372 140733149201547 140733149201547 140733149204431 0
Current children cumulated CPU time: 543.53 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 204124 KiB

[startup+69.1155 s]*
/proc/loadavg: 8.78 8.39 8.15 2/192 18224
/proc/meminfo: memFree=24970292/32770624 swapFree=66935844/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 69.1249
CPU time (s): 544.216
CPU user time (s): 543.646
CPU system time (s): 0.56974
CPU usage (%): 787.294
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 260376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 543.646
system time used= 0.56974
maximum resident set size= 268672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8192
involuntary context switches= 6943


# summary of solver processes directly reported to runsolver:
#   pid: 18143
#   total CPU time (s): 544.216
#   total CPU user time (s): 543.646
#   total CPU system time (s): 0.56974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.641456 second user time and 0.788074 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 20:42:53
IDJOB=4404960
IDBENCH=135933
IDSOLVER=2866
FILE ID=node147/4404960-1569005017
RUNJOBID= node147-1568994352-14801
PBS_JOBID= 21704722
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404960-1569005017/watcher-4404960-1569005017 -o /var/tmp/evaluation-result-4404960-1569005017/solver-4404960-1569005017 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 618420414 HOME/instance-4404960-1569005017.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=618420414

node147.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.52
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.52
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.52
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.52
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:        24973560 kB
MemAvailable:   31786188 kB
Buffers:          103252 kB
Cached:          6769868 kB
SwapCached:        68676 kB
Active:          3411512 kB
Inactive:        3533480 kB
Active(anon):       3116 kB
Inactive(anon):   117844 kB
Active(file):    3408396 kB
Inactive(file):  3415636 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:        112660 kB
Mapped:            51888 kB
Shmem:             40796 kB
Slab:             445320 kB
SReclaimable:     417056 kB
SUnreclaim:        28264 kB
KernelStack:        3456 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node147 at 2019-09-20 20:44:02