Trace number 4404658

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 parallelOPT44 24.0553 3.58017

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark9.40739
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4404658-1569012074.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404658-1569012074.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.28/0.64	c solve instance...
1.78/0.74	o 65 
1.78/0.74	o 61 
1.78/0.75	o 59 
1.78/0.76	o 57 
1.78/0.78	o 53 
2.36/0.80	o 52 
2.36/0.84	o 50 
3.10/0.92	o 49 
3.10/0.94	o 47 
3.91/1.05	o 46 
3.91/1.05	o 45 
3.91/1.10	o 44 
23.63/3.55	s OPTIMUM FOUND
23.63/3.55	v <instantiation>
23.63/3.55	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
23.63/3.55	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
23.63/3.55	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404658-1569012074/watcher-4404658-1569012074 -o /var/tmp/evaluation-result-4404658-1569012074/solver-4404658-1569012074 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569005227-30886 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1990307467 HOME/instance-4404658-1569012074.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=32114, runsolver pid=32111
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 8.74 8.39 8.20 3/212 32135
/proc/meminfo: memFree=25404616/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28227396 memory=30252 CPUtime=0.12 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 5959 0 0 0 11 1 0 0 20 0 20 0 477149278 28904853504 7563 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7056849 7563 3159 1 0 7019032 0
[pid=32116/tid=32117] ppid=32114 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) R 32114 32114 30859 0 -1 4202560 3881 0 0 0 8 1 0 0 20 0 20 0 477149278 28904853504 7563 33554432000 4194304 4196468 140731824831440 139772247892224 139772243682461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28227396 memory=139625193518720 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32121] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32121/stat : 32121 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771791653136 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32122] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32122/stat : 32122 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771790601360 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32123] ppid=32114 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32123/stat : 32123 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771789548560 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32124] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32124/stat : 32124 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771788495760 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32125] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32125/stat : 32125 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771787442960 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32126] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32126/stat : 32126 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149280 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771628480880 139772243671682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32127] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32127/stat : 32127 (java) S 32114 32114 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477149281 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771627426848 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32128] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32128/stat : 32128 (java) S 32114 32114 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477149281 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771626374000 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32129] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32129/stat : 32129 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149283 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771625322320 139772243679131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32130] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32130/stat : 32130 (java) R 32114 32114 30859 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 20 0 477149283 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771624270704 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32131] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32131/stat : 32131 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149283 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771623217904 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32132] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32132/stat : 32132 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149283 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771622165104 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32133] ppid=32114 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) R 32114 32114 30859 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 20 0 477149283 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771621112304 139772243681882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149284 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149284 28904853504 7563 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31700 KiB

[startup+0.210789 s]*
/proc/loadavg: 8.74 8.39 8.20 3/212 32135
/proc/meminfo: memFree=25391984/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28227396 memory=41152 CPUtime=0.33 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 9559 0 0 0 30 3 0 0 20 0 20 0 477149278 28904853504 10288 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7056849 10288 3305 1 0 7019032 0
[pid=32116/tid=32117] ppid=32114 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) R 32114 32114 30859 0 -1 4202560 6688 0 0 0 18 2 0 0 20 0 20 0 477149278 28904853504 10288 33554432000 4194304 4196468 140731824831440 139772247893264 139771875797109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28227396 memory=3473317843956905632 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32121] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32121/stat : 32121 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771791653136 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32122] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32122/stat : 32122 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771790601360 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32123] ppid=32114 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32123/stat : 32123 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771789548560 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32124] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32124/stat : 32124 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771788495760 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32125] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32125/stat : 32125 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771787442960 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32126] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32126/stat : 32126 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477149280 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771628480880 139772243671682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32127] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32127/stat : 32127 (java) S 32114 32114 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477149281 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771627426848 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32128] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32128/stat : 32128 (java) S 32114 32114 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477149281 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771626374000 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32129] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32129/stat : 32129 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149283 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771625322320 139772243679131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32130] ppid=32114 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32116/task/32130/stat : 32130 (java) S 32114 32114 30859 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 20 0 477149283 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771624270704 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32131] ppid=32114 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32116/task/32131/stat : 32131 (java) S 32114 32114 30859 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 477149283 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771623217904 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32132] ppid=32114 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/32116/task/32132/stat : 32132 (java) R 32114 32114 30859 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 477149283 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771622165104 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32133] ppid=32114 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) R 32114 32114 30859 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 20 0 477149283 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771621112304 139772243672470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149284 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149284 28904853504 10288 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42600 KiB

[startup+0.31063 s]*
/proc/loadavg: 8.74 8.39 8.20 4/212 32135
/proc/meminfo: memFree=25385344/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28231652 memory=50288 CPUtime=0.52 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 10928 0 0 0 48 4 0 0 20 0 20 0 477149278 28909211648 12572 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7057913 12572 3362 1 0 7019032 0
[pid=32116/tid=32117] ppid=32114 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) R 32114 32114 30859 0 -1 4202560 7852 0 0 0 27 2 0 0 20 0 20 0 477149278 28909211648 12572 33554432000 4194304 4196468 140731824831440 139772247896320 139772227741022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32121] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32121/stat : 32121 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771791653136 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32122] ppid=32114 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32116/task/32122/stat : 32122 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771790601360 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32123] ppid=32114 vsize=28231652 memory=139625091920815 CPUtime=0 cores=0-7
/proc/32116/task/32123/stat : 32123 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771789548560 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32124] ppid=32114 vsize=28231652 memory=139625091923120 CPUtime=0 cores=0-7
/proc/32116/task/32124/stat : 32124 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771788495760 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32125] ppid=32114 vsize=28231652 memory=139625091925424 CPUtime=0 cores=0-7
/proc/32116/task/32125/stat : 32125 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149279 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771787442960 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32126] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32126/stat : 32126 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477149280 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771628480880 139772243671682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32127] ppid=32114 vsize=28231652 memory=279250183857808 CPUtime=0 cores=0-7
/proc/32116/task/32127/stat : 32127 (java) S 32114 32114 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477149281 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771627426848 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32128] ppid=32114 vsize=28231652 memory=279250183864720 CPUtime=0 cores=0-7
/proc/32116/task/32128/stat : 32128 (java) S 32114 32114 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477149281 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771626374000 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32129] ppid=32114 vsize=28231652 memory=279250183806000 CPUtime=0 cores=0-7
/proc/32116/task/32129/stat : 32129 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149283 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771625322320 139772243679131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32130] ppid=32114 vsize=28231652 memory=279250183878544 CPUtime=0.02 cores=0-7
/proc/32116/task/32130/stat : 32130 (java) S 32114 32114 30859 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 20 0 477149283 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771624270704 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32131] ppid=32114 vsize=28231652 memory=279250183885456 CPUtime=0.03 cores=0-7
/proc/32116/task/32131/stat : 32131 (java) R 32114 32114 30859 0 -1 4202560 365 0 0 0 3 0 0 0 20 0 20 0 477149283 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771623217904 139772225183012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32132] ppid=32114 vsize=28231652 memory=279250183883152 CPUtime=0.02 cores=0-7
/proc/32116/task/32132/stat : 32132 (java) S 32114 32114 30859 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 477149283 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771622165104 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32133] ppid=32114 vsize=28231652 memory=279250183899312 CPUtime=0.12 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) S 32114 32114 30859 0 -1 1077944384 804 0 0 0 12 0 0 0 20 0 20 0 477149283 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771621112304 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477149284 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477149284 28909211648 12572 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51736 KiB

[startup+0.707113 s]
/proc/loadavg: 8.74 8.39 8.20 4/212 32135
/proc/meminfo: memFree=25366232/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28766288 memory=103236 CPUtime=1.78 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 15662 0 0 0 171 7 0 0 20 0 28 0 477149278 29456678912 25809 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7191572 25809 3454 1 0 7152672 0
[pid=32116/tid=32117] ppid=32114 vsize=28766288 memory=279250184257200 CPUtime=0.63 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) S 32114 32114 30859 0 -1 1077944384 9365 0 0 0 59 4 0 0 20 0 28 0 477149278 29456678912 25809 33554432000 4194304 4196468 140731824831440 139772247901312 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28766288 memory=139625092129648 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477149279 29456678912 25809 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 477149279 29456678912 25809 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28766288 memory=1716 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149279 29456678912 25809 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0

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

[pid=32116/tid=32133] ppid=32114 vsize=28769364 memory=60 CPUtime=0.64 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) S 32114 32114 30859 0 -1 1077944384 3165 0 0 0 63 1 0 0 20 0 28 0 477149283 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771621112304 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32232] ppid=32114 vsize=28769364 memory=279250183778120 CPUtime=1.55 cores=0-7
/proc/32116/task/32232/stat : 32232 (java) R 32114 32114 30859 0 -1 4202560 109 0 0 0 155 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771606629096 139771883128869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32233] ppid=32114 vsize=28769364 memory=6656426216303648864 CPUtime=1.53 cores=0-7
/proc/32116/task/32233/stat : 32233 (java) R 32114 32114 30859 0 -1 4202560 64 0 0 0 153 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771607679296 139771883127238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32234] ppid=32114 vsize=28769364 memory=6944656592387989600 CPUtime=1.37 cores=0-7
/proc/32116/task/32234/stat : 32234 (java) R 32114 32114 30859 0 -1 4202560 129 0 0 0 137 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771604525408 139771883128696 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32235] ppid=32114 vsize=28769364 memory=6944652177228980320 CPUtime=1.64 cores=0-7
/proc/32116/task/32235/stat : 32235 (java) R 32114 32114 30859 0 -1 4202560 112 0 0 0 164 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771603472872 139771880952812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32236] ppid=32114 vsize=28769364 memory=288230574492221466 CPUtime=1.54 cores=0-7
/proc/32116/task/32236/stat : 32236 (java) R 32114 32114 30859 0 -1 4202560 98 0 0 0 154 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771608735952 139771883129095 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32237] ppid=32114 vsize=28769364 memory=0 CPUtime=1.61 cores=0-7
/proc/32116/task/32237/stat : 32237 (java) R 32114 32114 30859 0 -1 4202560 60 0 0 0 161 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771602419112 139771880949749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32238] ppid=32114 vsize=28769364 memory=0 CPUtime=1.5 cores=0-7
/proc/32116/task/32238/stat : 32238 (java) R 32114 32114 30859 0 -1 4202560 81 0 0 0 150 0 0 0 20 0 28 0 477149388 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771601369624 139771883128493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32239] ppid=32114 vsize=28769364 memory=0 CPUtime=1.11 cores=0-7
/proc/32116/task/32239/stat : 32239 (java) R 32114 32114 30859 0 -1 4202560 70 0 0 0 111 0 0 0 20 0 28 0 477149389 29459828736 57366 33554432000 4194304 4196468 140731824831440 139771609787440 139771881012755 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 21.24 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 230912 KiB

[startup+3.40711 s]
/proc/loadavg: 9.00 8.45 8.22 12/220 32239
/proc/meminfo: memFree=25210848/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28769364 memory=223552 CPUtime=22.88 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 42595 0 0 0 2267 21 0 0 20 0 28 0 477149278 29459828736 55888 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7192341 55888 3490 1 0 7153441 0
[pid=32116/tid=32117] ppid=32114 vsize=28769364 memory=0 CPUtime=0.64 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) S 32114 32114 30859 0 -1 1077944384 9368 0 0 0 60 4 0 0 20 0 28 0 477149278 29459828736 55888 33554432000 4194304 4196468 140731824831440 139772247901312 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32121] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32121/stat : 32121 (java) S 32114 32114 30859 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771791653136 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32122] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32122/stat : 32122 (java) S 32114 32114 30859 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771790601360 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32123] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32123/stat : 32123 (java) S 32114 32114 30859 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771789548560 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32124] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32124/stat : 32124 (java) S 32114 32114 30859 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771788495760 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32125] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32125/stat : 32125 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771787442960 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32126] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32126/stat : 32126 (java) S 32114 32114 30859 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 477149280 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771628480880 139772243671682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32127] ppid=32114 vsize=28769364 memory=164 CPUtime=0 cores=0-7
/proc/32116/task/32127/stat : 32127 (java) S 32114 32114 30859 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 477149281 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771627426848 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32128] ppid=32114 vsize=28769364 memory=170 CPUtime=0 cores=0-7
/proc/32116/task/32128/stat : 32128 (java) S 32114 32114 30859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 477149281 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771626374000 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32129] ppid=32114 vsize=28769364 memory=162 CPUtime=0 cores=0-7
/proc/32116/task/32129/stat : 32129 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477149283 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771625322320 139772243679131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32130] ppid=32114 vsize=28769364 memory=63 CPUtime=2.1 cores=0-7
/proc/32116/task/32130/stat : 32130 (java) R 32114 32114 30859 0 -1 4202560 6786 0 0 0 208 2 0 0 20 0 28 0 477149283 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771624267072 139772227545196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32131] ppid=32114 vsize=28769364 memory=0 CPUtime=2.18 cores=0-7
/proc/32116/task/32131/stat : 32131 (java) R 32114 32114 30859 0 -1 4202560 8689 0 0 0 215 3 0 0 20 0 28 0 477149283 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771623199472 139772227143998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32132] ppid=32114 vsize=28769364 memory=0 CPUtime=2.06 cores=0-7
/proc/32116/task/32132/stat : 32132 (java) R 32114 32114 30859 0 -1 4202560 10378 0 0 0 203 3 0 0 20 0 28 0 477149283 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771622151200 139772224296239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32133] ppid=32114 vsize=28769364 memory=100 CPUtime=0.65 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) R 32114 32114 30859 0 -1 1077944384 3292 0 0 0 64 1 0 0 20 0 28 0 477149283 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771621112304 139772243671682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28769364 memory=105 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28769364 memory=95 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32232] ppid=32114 vsize=28769364 memory=110 CPUtime=1.69 cores=0-7
/proc/32116/task/32232/stat : 32232 (java) R 32114 32114 30859 0 -1 4202560 110 0 0 0 169 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771606628952 139771880951928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32233] ppid=32114 vsize=28769364 memory=115 CPUtime=1.69 cores=0-7
/proc/32116/task/32233/stat : 32233 (java) R 32114 32114 30859 0 -1 4202560 64 0 0 0 169 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771607682664 139771880285165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32234] ppid=32114 vsize=28769364 memory=119 CPUtime=1.5 cores=0-7
/proc/32116/task/32234/stat : 32234 (java) R 32114 32114 30859 0 -1 4202560 132 0 0 0 150 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771604526952 139771880631103 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32235] ppid=32114 vsize=28769364 memory=97 CPUtime=1.78 cores=0-7
/proc/32116/task/32235/stat : 32235 (java) R 32114 32114 30859 0 -1 4202560 118 0 0 0 178 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771603472976 139771880629804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32236] ppid=32114 vsize=28769364 memory=82 CPUtime=1.74 cores=0-7
/proc/32116/task/32236/stat : 32236 (java) R 32114 32114 30859 0 -1 4202560 99 0 0 0 174 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771608737440 139771881758042 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32237] ppid=32114 vsize=28769364 memory=0 CPUtime=1.82 cores=0-7
/proc/32116/task/32237/stat : 32237 (java) R 32114 32114 30859 0 -1 4202560 60 0 0 0 182 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771602419192 139771882733912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32238] ppid=32114 vsize=28769364 memory=0 CPUtime=1.67 cores=0-7
/proc/32116/task/32238/stat : 32238 (java) R 32114 32114 30859 0 -1 4202560 81 0 0 0 167 0 0 0 20 0 28 0 477149388 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771601368568 139771882593603 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32239] ppid=32114 vsize=28769364 memory=0 CPUtime=1.24 cores=0-7
/proc/32116/task/32239/stat : 32239 (java) R 32114 32114 30859 0 -1 4202560 70 0 0 0 124 0 0 0 20 0 28 0 477149389 29459828736 55888 33554432000 4194304 4196468 140731824831440 139771609787664 139771880951998 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 22.88 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 225000 KiB

[startup+3.50211 s]
/proc/loadavg: 9.00 8.45 8.22 12/220 32239
/proc/meminfo: memFree=25210848/32770624 swapFree=66972416/67108860
[pid=32114] ppid=32111 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/32114/stat : 32114 (xcsp3-exec) S 32111 32114 30859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477149277 115843072 362 33554432000 4194304 5098028 140727804568352 140727804566456 139995729134204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18599936 140727804576593 140727804576853 140727804576853 140727804579782 0
/proc/32114/statm: 28282 362 304 221 0 87 0
[pid=32116] ppid=32114 vsize=28769364 memory=225700 CPUtime=23.63 cores=0-7
/proc/32116/stat : 32116 (java) S 32114 32114 30859 0 -1 1077944320 43131 0 0 0 2342 21 0 0 20 0 28 0 477149278 29459828736 56425 33554432000 4194304 4196468 140731824831440 140731824813984 139772243660535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
/proc/32116/statm: 7192341 56425 3491 1 0 7153441 0
[pid=32116/tid=32117] ppid=32114 vsize=28769364 memory=1448 CPUtime=0.64 cores=0-7
/proc/32116/task/32117/stat : 32117 (java) S 32114 32114 30859 0 -1 1077944384 9368 0 0 0 60 4 0 0 20 0 28 0 477149278 29459828736 56425 33554432000 4194304 4196468 140731824831440 139772247901312 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32118] ppid=32114 vsize=28769364 memory=229484 CPUtime=0 cores=0-7
/proc/32116/task/32118/stat : 32118 (java) S 32114 32114 30859 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139772196280976 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32119] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32114 30859 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771793758736 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32120] ppid=32114 vsize=28769364 memory=7517744056137967980 CPUtime=0 cores=0-7
/proc/32116/task/32120/stat : 32120 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771792705936 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32121] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32121/stat : 32121 (java) S 32114 32114 30859 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771791653136 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32122] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32122/stat : 32122 (java) S 32114 32114 30859 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771790601360 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32123] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32123/stat : 32123 (java) S 32114 32114 30859 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771789548560 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32124] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32124/stat : 32124 (java) S 32114 32114 30859 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771788495760 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32125] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32125/stat : 32125 (java) S 32114 32114 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 477149279 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771787442960 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32126] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32126/stat : 32126 (java) S 32114 32114 30859 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 477149280 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771628480880 139772243671682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32127] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32127/stat : 32127 (java) S 32114 32114 30859 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 477149281 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771627426848 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32128] ppid=32114 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32116/task/32128/stat : 32128 (java) S 32114 32114 30859 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 477149281 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771626374000 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32129] ppid=32114 vsize=28769364 memory=139625193535073 CPUtime=0 cores=0-7
/proc/32116/task/32129/stat : 32129 (java) S 32114 32114 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477149283 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771625322320 139772243679131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32130] ppid=32114 vsize=28769364 memory=139625193532865 CPUtime=2.2 cores=0-7
/proc/32116/task/32130/stat : 32130 (java) R 32114 32114 30859 0 -1 4202560 6865 0 0 0 218 2 0 0 20 0 28 0 477149283 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771624256768 139772222904431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32131] ppid=32114 vsize=28769364 memory=139625193530657 CPUtime=2.24 cores=0-7
/proc/32116/task/32131/stat : 32131 (java) R 32114 32114 30859 0 -1 4202560 8709 0 0 0 221 3 0 0 20 0 28 0 477149283 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771623204592 139772229271470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32132] ppid=32114 vsize=28769364 memory=139625193528449 CPUtime=2.13 cores=0-7
/proc/32116/task/32132/stat : 32132 (java) R 32114 32114 30859 0 -1 4202560 10783 0 0 0 210 3 0 0 20 0 28 0 477149283 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771622153776 139772220905381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32133] ppid=32114 vsize=28769364 memory=139625193526241 CPUtime=0.65 cores=0-7
/proc/32116/task/32133/stat : 32133 (java) S 32114 32114 30859 0 -1 1077944384 3301 0 0 0 64 1 0 0 20 0 28 0 477149283 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771621112304 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32134] ppid=32114 vsize=28769364 memory=7955444289120265554 CPUtime=0 cores=0-7
/proc/32116/task/32134/stat : 32134 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771620059744 139772243670741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32135] ppid=32114 vsize=28769364 memory=7230638415855315543 CPUtime=0 cores=0-7
/proc/32116/task/32135/stat : 32135 (java) S 32114 32114 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477149284 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771619007024 139772243671682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32232] ppid=32114 vsize=28769364 memory=164 CPUtime=1.77 cores=0-7
/proc/32116/task/32232/stat : 32232 (java) R 32114 32114 30859 0 -1 4202560 110 0 0 0 177 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771606629192 139771880285294 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32233] ppid=32114 vsize=28769364 memory=0 CPUtime=1.74 cores=0-7
/proc/32116/task/32233/stat : 32233 (java) R 32114 32114 30859 0 -1 4202560 64 0 0 0 174 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771607682920 139771880284605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32234] ppid=32114 vsize=28769364 memory=0 CPUtime=1.56 cores=0-7
/proc/32116/task/32234/stat : 32234 (java) R 32114 32114 30859 0 -1 4202560 133 0 0 0 156 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771604525752 139771882733837 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32235] ppid=32114 vsize=28769364 memory=0 CPUtime=1.87 cores=0-7
/proc/32116/task/32235/stat : 32235 (java) R 32114 32114 30859 0 -1 4202560 119 0 0 0 187 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771603473496 139771882639596 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32236] ppid=32114 vsize=28769364 memory=0 CPUtime=1.78 cores=0-7
/proc/32116/task/32236/stat : 32236 (java) R 32114 32114 30859 0 -1 4202560 99 0 0 0 178 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771608736184 139771882593270 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32237] ppid=32114 vsize=28769364 memory=0 CPUtime=1.88 cores=0-7
/proc/32116/task/32237/stat : 32237 (java) R 32114 32114 30859 0 -1 4202560 61 0 0 0 188 0 0 0 20 0 28 0 477149388 29459828736 56425 33554432000 4194304 4196468 140731824831440 139771602419896 139771880952065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32238] ppid=32114 vsize=28769364 memory=0 CPUtime=1.72 cores=0-7
/proc/32116/task/32238/stat : 32238 (java) R 32114 32114 30859 0 -1 4202560 81 0 0 0 172 0 0 0 20 0 28 0 477149388 29459828736 56428 33554432000 4194304 4196468 140731824831440 139771601365912 139771882298765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
[pid=32116/tid=32239] ppid=32114 vsize=28769364 memory=0 CPUtime=1.32 cores=0-7
/proc/32116/task/32239/stat : 32239 (java) R 32114 32114 30859 0 -1 4202560 70 0 0 0 132 0 0 0 20 0 28 0 477149389 29459828736 56428 33554432000 4194304 4196468 140731824831440 139771609787576 139771883535691 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 38400000 140731824837590 140731824837766 140731824837766 140731824840655 0
Current children cumulated CPU time: 23.63 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 227148 KiB

Child status: 0
Real time (s): 3.58017
CPU time (s): 24.0553
CPU user time (s): 23.8187
CPU system time (s): 0.236539
CPU usage (%): 671.904
Max. virtual memory (cumulated for all children) (KiB): 28884348
Max. memory (cumulated for all children) (KiB): 230932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8187
system time used= 0.236539
maximum resident set size= 229772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4588
involuntary context switches= 856


# summary of solver processes directly reported to runsolver:
#   pid: 32114
#   total CPU time (s): 24.0553
#   total CPU user time (s): 23.8187
#   total CPU system time (s): 0.236539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047057 second user time and 0.087697 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 22:40:31
IDJOB=4404658
IDBENCH=141374
IDSOLVER=2865
FILE ID=node117/4404658-1569012074
RUNJOBID= node117-1569005227-30886
PBS_JOBID= 21704753
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.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-4404658-1569012074/watcher-4404658-1569012074 -o /var/tmp/evaluation-result-4404658-1569012074/solver-4404658-1569012074 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569005227-30886 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1990307467 HOME/instance-4404658-1569012074.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1990307467

node117.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.75
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.75
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.75
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.75
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:        25423324 kB
MemAvailable:   31833020 kB
Buffers:           75136 kB
Cached:          6385188 kB
SwapCached:        27744 kB
Active:          3209480 kB
Inactive:        3281700 kB
Active(anon):       1736 kB
Inactive(anon):    70304 kB
Active(file):    3207744 kB
Inactive(file):  3211396 kB
Unevictable:      108572 kB
Mlocked:          108572 kB
SwapTotal:      67108860 kB
SwapFree:       66972416 kB
Dirty:             26316 kB
Writeback:             0 kB
AnonPages:        112836 kB
Mapped:            48408 kB
Shmem:             32564 kB
Slab:             447188 kB
SReclaimable:     419016 kB
SUnreclaim:        28172 kB
KernelStack:        3360 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506376 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 22:40:35