Trace number 4407355

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-24 parallelOPT44 595.92 79.5782

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
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 benchmark42.1712
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","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-4407355-1569347166.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407355-1569347166.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.68/1.27	c solve instance...
7.21/1.76	o 450 
9.95/2.37	o 65 
11.76/2.79	o 61 
13.27/3.70	o 59 
14.81/3.99	o 55 
18.14/5.00	o 53 
20.79/5.99	o 52 
24.85/7.08	o 50 
50.41/10.33	o 47 
110.43/18.01	o 45 
115.42/18.70	o 44 
595.82/79.56	s OPTIMUM FOUND
595.82/79.56	v <instantiation>
595.82/79.56	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
595.82/79.56	v 	<values>0 3 9 17 19 32 39 43 44 </values>
595.82/79.56	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 (12255 MiB free)
  memory of node 1: 16384 MiB (12589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407355-1569347166/watcher-4407355-1569347166 -o /tmp/evaluation-result-4407355-1569347166/solver-4407355-1569347166 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569335936-24493 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1007611094 HOME/instance-4407355-1569347166.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

Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 8.40 8.42 8.31 2/211 27177
/proc/meminfo: memFree=25424784/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28227396 memory=29380 CPUtime=0.12 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 5839 0 0 0 11 1 0 0 20 0 20 0 510983420 28904853504 7345 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7056849 7345 3114 1 0 7019032 0
[pid=27158/tid=27159] ppid=27156 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) R 27156 27156 24466 0 -1 4202560 3772 0 0 0 8 0 0 0 20 0 20 0 510983420 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192682600240 140192312814180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28227396 memory=139856393074304 CPUtime=0 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27163] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27163/stat : 27163 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192226859536 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27164] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27164/stat : 27164 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192225807248 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27165] ppid=27156 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27165/stat : 27165 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192224754448 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27166] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27166/stat : 27166 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192223702160 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27167] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27167/stat : 27167 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 7345 33554432000 4194304 4196468 140737172824944 140192222649360 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27168] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27168/stat : 27168 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983422 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191276673136 140192678378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27169] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27169/stat : 27169 (java) S 27156 27156 24466 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510983423 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191275619104 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27170] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27170/stat : 27170 (java) S 27156 27156 24466 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510983423 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191274566768 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27171] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27171/stat : 27171 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191273515088 140192678385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27172] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27172/stat : 27172 (java) S 27156 27156 24466 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191272462960 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27173] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27173/stat : 27173 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191271410160 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27174] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27174/stat : 27174 (java) S 27156 27156 24466 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191270357872 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27175] ppid=27156 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) S 27156 27156 24466 0 -1 1077944384 316 0 0 0 2 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191269305072 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 7345 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30832 KiB

[startup+0.21037 s]*
/proc/loadavg: 8.40 8.42 8.31 4/211 27177
/proc/meminfo: memFree=25411836/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28227396 memory=41144 CPUtime=0.34 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 9547 0 0 0 31 3 0 0 20 0 20 0 510983420 28904853504 10286 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7056849 10286 3295 1 0 7019032 0
[pid=27158/tid=27159] ppid=27156 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) R 27156 27156 24466 0 -1 4202560 6650 0 0 0 18 2 0 0 20 0 20 0 510983420 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192682604032 140192678378902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28227396 memory=3906506981965624992 CPUtime=0 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27163] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27163/stat : 27163 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192226859536 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27164] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27164/stat : 27164 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192225807248 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27165] ppid=27156 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27165/stat : 27165 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192224754448 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27166] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27166/stat : 27166 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192223702160 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27167] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27167/stat : 27167 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28904853504 10286 33554432000 4194304 4196468 140737172824944 140192222649360 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27168] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27168/stat : 27168 (java) S 27156 27156 24466 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510983422 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191276673136 140192678378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27169] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27169/stat : 27169 (java) S 27156 27156 24466 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510983423 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191275619104 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27170] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27170/stat : 27170 (java) S 27156 27156 24466 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510983423 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191274566768 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27171] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27171/stat : 27171 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191273515088 140192678385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27172] ppid=27156 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27158/task/27172/stat : 27172 (java) S 27156 27156 24466 0 -1 1077944384 566 0 0 0 1 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191272462960 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27173] ppid=27156 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27158/task/27173/stat : 27173 (java) S 27156 27156 24466 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191271410160 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27174] ppid=27156 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/27158/task/27174/stat : 27174 (java) S 27156 27156 24466 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191270357872 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27175] ppid=27156 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) R 27156 27156 24466 0 -1 4202560 746 0 0 0 8 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191269304880 140192670604094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28904853504 10286 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42596 KiB

[startup+0.310222 s]*
/proc/loadavg: 8.40 8.42 8.31 4/211 27177
/proc/meminfo: memFree=25404068/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28231652 memory=50144 CPUtime=0.53 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 10905 0 0 0 49 4 0 0 20 0 20 0 510983420 28909211648 12536 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7057913 12536 3359 1 0 7019032 0
[pid=27158/tid=27159] ppid=27156 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) R 27156 27156 24466 0 -1 4202560 7813 0 0 0 27 2 0 0 20 0 20 0 510983420 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192682600288 140192664059768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27163] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27163/stat : 27163 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192226859536 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27164] ppid=27156 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/27158/task/27164/stat : 27164 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192225807248 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27165] ppid=27156 vsize=28231652 memory=139856281957295 CPUtime=0 cores=0-7
/proc/27158/task/27165/stat : 27165 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192224754448 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27166] ppid=27156 vsize=28231652 memory=139856281959600 CPUtime=0 cores=0-7
/proc/27158/task/27166/stat : 27166 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192223702160 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27167] ppid=27156 vsize=28231652 memory=139856281961904 CPUtime=0 cores=0-7
/proc/27158/task/27167/stat : 27167 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28909211648 12536 33554432000 4194304 4196468 140737172824944 140192222649360 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27168] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27168/stat : 27168 (java) S 27156 27156 24466 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510983422 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191276673136 140192678378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27169] ppid=27156 vsize=28231652 memory=279712563930768 CPUtime=0 cores=0-7
/proc/27158/task/27169/stat : 27169 (java) S 27156 27156 24466 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510983423 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191275619104 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27170] ppid=27156 vsize=28231652 memory=279712563937680 CPUtime=0 cores=0-7
/proc/27158/task/27170/stat : 27170 (java) S 27156 27156 24466 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510983423 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191274566768 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27171] ppid=27156 vsize=28231652 memory=279712563878960 CPUtime=0 cores=0-7
/proc/27158/task/27171/stat : 27171 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191273515088 140192678385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27172] ppid=27156 vsize=28231652 memory=279712563951504 CPUtime=0.02 cores=0-7
/proc/27158/task/27172/stat : 27172 (java) S 27156 27156 24466 0 -1 1077944384 597 0 0 0 2 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191272462960 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27173] ppid=27156 vsize=28231652 memory=279712563958416 CPUtime=0.01 cores=0-7
/proc/27158/task/27173/stat : 27173 (java) S 27156 27156 24466 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191271410160 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27174] ppid=27156 vsize=28231652 memory=279712563956112 CPUtime=0.03 cores=0-7
/proc/27158/task/27174/stat : 27174 (java) R 27156 27156 24466 0 -1 4202560 318 0 0 0 3 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191270348256 140192661753635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27175] ppid=27156 vsize=28231652 memory=279712563972272 CPUtime=0.12 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) S 27156 27156 24466 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191269305072 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510983426 28909211648 12536 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51596 KiB

[startup+0.700985 s]
/proc/loadavg: 8.40 8.42 8.31 4/211 27177
/proc/meminfo: memFree=25394276/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28233776 memory=94052 CPUtime=1.66 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 15713 0 0 0 160 6 0 0 20 0 20 0 510983420 28911386624 23513 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7058444 23513 3451 1 0 7019544 0
[pid=27158/tid=27159] ppid=27156 vsize=28233776 memory=279712564330160 CPUtime=0.67 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) R 27156 27156 24466 0 -1 4202560 9186 0 0 0 64 3 0 0 20 0 20 0 510983420 28911386624 23513 33554432000 4194304 4196468 140737172824944 140192682601792 140192316859685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28233776 memory=139856282166128 CPUtime=0 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28911386624 23513 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510983421 28911386624 23513 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510983421 28911386624 23513 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0

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

[pid=27158/tid=27175] ppid=27156 vsize=28769364 memory=1232692 CPUtime=0.98 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) S 27156 27156 24466 0 -1 1077944384 11002 0 0 0 96 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191269305072 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28769364 memory=0 CPUtime=0.03 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1292 0 0 0 1 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27267] ppid=27156 vsize=28769364 memory=1253264 CPUtime=59.97 cores=0-7
/proc/27158/task/27267/stat : 27267 (java) S 27156 27156 24466 0 -1 1077944384 624 0 0 0 5997 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191256931968 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27268] ppid=27156 vsize=28769364 memory=1232696 CPUtime=59.94 cores=0-7
/proc/27158/task/27268/stat : 27268 (java) S 27156 27156 24466 0 -1 1077944384 523 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191247467472 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27269] ppid=27156 vsize=28769364 memory=111632 CPUtime=59.89 cores=0-7
/proc/27158/task/27269/stat : 27269 (java) S 27156 27156 24466 0 -1 1077944384 4198 0 0 0 5981 8 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191252723024 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27270] ppid=27156 vsize=28769364 memory=804 CPUtime=59.57 cores=0-7
/proc/27158/task/27270/stat : 27270 (java) S 27156 27156 24466 0 -1 1077944384 1851 0 0 0 5954 3 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191254828240 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27271] ppid=27156 vsize=28769364 memory=1804 CPUtime=59.95 cores=0-7
/proc/27158/task/27271/stat : 27271 (java) S 27156 27156 24466 0 -1 1077944384 1197 0 0 0 5995 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191250617936 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27272] ppid=27156 vsize=28769364 memory=920 CPUtime=59.66 cores=0-7
/proc/27158/task/27272/stat : 27272 (java) S 27156 27156 24466 0 -1 1077944384 568 0 0 0 5966 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191255881168 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27273] ppid=27156 vsize=28769364 memory=4500 CPUtime=60.03 cores=0-7
/proc/27158/task/27273/stat : 27273 (java) R 27156 27156 24466 0 -1 4202560 5344 0 0 0 5994 9 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191257980088 140192320810988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27274] ppid=27156 vsize=28769364 memory=4100 CPUtime=59.94 cores=0-7
/proc/27158/task/27274/stat : 27274 (java) S 27156 27156 24466 0 -1 1077944384 637 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191253775056 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 595.52 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 1254716 KiB

[startup+79.4011 s]
/proc/loadavg: 7.99 8.25 8.26 3/220 27279
/proc/meminfo: memFree=24199512/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28769364 memory=1253264 CPUtime=595.72 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 99927 0 0 0 59469 103 0 0 20 0 28 0 510983420 29459828736 313316 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7192341 313316 3541 1 0 7153441 0
[pid=27158/tid=27159] ppid=27156 vsize=28769364 memory=2244 CPUtime=1.26 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) S 27156 27156 24466 0 -1 1077944384 10969 0 0 0 121 5 0 0 20 0 28 0 510983420 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192682607744 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28769364 memory=288289982597301072 CPUtime=0.13 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 557 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28769364 memory=3780807 CPUtime=0.13 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 443 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28769364 memory=7594597771697979466 CPUtime=0.13 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 857 0 0 0 8 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27163] ppid=27156 vsize=28769364 memory=288286658292613925 CPUtime=0.14 cores=0-7
/proc/27158/task/27163/stat : 27163 (java) S 27156 27156 24466 0 -1 1077944384 1209 0 0 0 9 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192226859536 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27164] ppid=27156 vsize=28769364 memory=3834313938171068448 CPUtime=0.11 cores=0-7
/proc/27158/task/27164/stat : 27164 (java) S 27156 27156 24466 0 -1 1077944384 351 0 0 0 6 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192225807248 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27165] ppid=27156 vsize=28769364 memory=139856282835448 CPUtime=0.14 cores=0-7
/proc/27158/task/27165/stat : 27165 (java) S 27156 27156 24466 0 -1 1077944384 1503 0 0 0 8 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192224754448 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27166] ppid=27156 vsize=28769364 memory=5495740422247797458 CPUtime=0.13 cores=0-7
/proc/27158/task/27166/stat : 27166 (java) S 27156 27156 24466 0 -1 1077944384 642 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192223702160 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27167] ppid=27156 vsize=28769364 memory=-4051592751533505334 CPUtime=0.13 cores=0-7
/proc/27158/task/27167/stat : 27167 (java) S 27156 27156 24466 0 -1 1077944384 1218 0 0 0 8 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192222649360 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27168] ppid=27156 vsize=28769364 memory=-7361174377247368086 CPUtime=0.03 cores=0-7
/proc/27158/task/27168/stat : 27168 (java) S 27156 27156 24466 0 -1 1077944384 2875 0 0 0 3 0 0 0 20 0 28 0 510983422 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191276673136 140192678378114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27169] ppid=27156 vsize=28769364 memory=-3258418265892434876 CPUtime=0 cores=0-7
/proc/27158/task/27169/stat : 27169 (java) S 27156 27156 24466 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 510983423 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191275619168 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27170] ppid=27156 vsize=28769364 memory=-3833726747341067623 CPUtime=0 cores=0-7
/proc/27158/task/27170/stat : 27170 (java) S 27156 27156 24466 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 510983423 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191274566784 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27171] ppid=27156 vsize=28769364 memory=-7361174377247368086 CPUtime=0 cores=0-7
/proc/27158/task/27171/stat : 27171 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191273515088 140192678385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27172] ppid=27156 vsize=28769364 memory=-4051592751533505334 CPUtime=3.04 cores=0-7
/proc/27158/task/27172/stat : 27172 (java) S 27156 27156 24466 0 -1 1077944384 15916 0 0 0 302 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191272462960 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27173] ppid=27156 vsize=28769364 memory=-2748367524519556131 CPUtime=3.04 cores=0-7
/proc/27158/task/27173/stat : 27173 (java) S 27156 27156 24466 0 -1 1077944384 12624 0 0 0 302 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191271410160 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27174] ppid=27156 vsize=28769364 memory=33512 CPUtime=2.83 cores=0-7
/proc/27158/task/27174/stat : 27174 (java) S 27156 27156 24466 0 -1 1077944384 14524 0 0 0 280 3 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191270357872 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27175] ppid=27156 vsize=28769364 memory=2120 CPUtime=0.98 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) S 27156 27156 24466 0 -1 1077944384 11002 0 0 0 96 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191269305072 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28769364 memory=500 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28769364 memory=1556 CPUtime=0.03 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1292 0 0 0 1 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27267] ppid=27156 vsize=28769364 memory=928 CPUtime=59.97 cores=0-7
/proc/27158/task/27267/stat : 27267 (java) S 27156 27156 24466 0 -1 1077944384 624 0 0 0 5997 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191256931968 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27268] ppid=27156 vsize=28769364 memory=1640 CPUtime=59.94 cores=0-7
/proc/27158/task/27268/stat : 27268 (java) S 27156 27156 24466 0 -1 1077944384 523 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191247467472 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27269] ppid=27156 vsize=28769364 memory=1980 CPUtime=59.89 cores=0-7
/proc/27158/task/27269/stat : 27269 (java) S 27156 27156 24466 0 -1 1077944384 4198 0 0 0 5981 8 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191252723024 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27270] ppid=27156 vsize=28769364 memory=2572 CPUtime=59.57 cores=0-7
/proc/27158/task/27270/stat : 27270 (java) S 27156 27156 24466 0 -1 1077944384 1851 0 0 0 5954 3 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191254828240 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27271] ppid=27156 vsize=28769364 memory=884 CPUtime=59.95 cores=0-7
/proc/27158/task/27271/stat : 27271 (java) S 27156 27156 24466 0 -1 1077944384 1197 0 0 0 5995 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191250617936 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27272] ppid=27156 vsize=28769364 memory=1432 CPUtime=59.66 cores=0-7
/proc/27158/task/27272/stat : 27272 (java) S 27156 27156 24466 0 -1 1077944384 568 0 0 0 5966 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191255881168 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27273] ppid=27156 vsize=28769364 memory=1764 CPUtime=60.23 cores=0-7
/proc/27158/task/27273/stat : 27273 (java) R 27156 27156 24466 0 -1 4202560 5352 0 0 0 6014 9 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191257980088 140192321531015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27274] ppid=27156 vsize=28769364 memory=111632 CPUtime=59.94 cores=0-7
/proc/27158/task/27274/stat : 27274 (java) S 27156 27156 24466 0 -1 1077944384 637 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191253775056 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 595.72 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 1254716 KiB

[startup+79.5011 s]
/proc/loadavg: 7.99 8.25 8.26 3/220 27279
/proc/meminfo: memFree=24199512/32770624 swapFree=66975640/67108860
[pid=27156] ppid=27153 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27156/stat : 27156 (xcsp3-exec) S 27153 27156 24466 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510983420 115843072 363 33554432000 4194304 5098028 140732657730896 140732657729000 140684867355260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10797056 140732657734523 140732657734766 140732657734766 140732657737674 0
/proc/27156/statm: 28282 363 304 221 0 87 0
[pid=27158] ppid=27156 vsize=28769364 memory=1253264 CPUtime=595.82 cores=0-7
/proc/27158/stat : 27158 (java) S 27156 27156 24466 0 -1 1077944320 99929 0 0 0 59479 103 0 0 20 0 28 0 510983420 29459828736 313316 33554432000 4194304 4196468 140737172824944 140737172807488 140192678366967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
/proc/27158/statm: 7192341 313316 3541 1 0 7153441 0
[pid=27158/tid=27159] ppid=27156 vsize=28769364 memory=1253264 CPUtime=1.26 cores=0-7
/proc/27158/task/27159/stat : 27159 (java) S 27156 27156 24466 0 -1 1077944384 10969 0 0 0 121 5 0 0 20 0 28 0 510983420 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192682607744 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27160] ppid=27156 vsize=28769364 memory=1253264 CPUtime=0.13 cores=0-7
/proc/27158/task/27160/stat : 27160 (java) S 27156 27156 24466 0 -1 1077944384 557 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192634919312 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27161] ppid=27156 vsize=28769364 memory=1452 CPUtime=0.13 cores=0-7
/proc/27158/task/27161/stat : 27161 (java) S 27156 27156 24466 0 -1 1077944384 443 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192633866512 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27162] ppid=27156 vsize=28769364 memory=1452 CPUtime=0.13 cores=0-7
/proc/27158/task/27162/stat : 27162 (java) S 27156 27156 24466 0 -1 1077944384 857 0 0 0 8 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192632814224 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27163] ppid=27156 vsize=28769364 memory=13365938227929 CPUtime=0.14 cores=0-7
/proc/27158/task/27163/stat : 27163 (java) S 27156 27156 24466 0 -1 1077944384 1209 0 0 0 9 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192226859536 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27164] ppid=27156 vsize=28769364 memory=1253264 CPUtime=0.11 cores=0-7
/proc/27158/task/27164/stat : 27164 (java) S 27156 27156 24466 0 -1 1077944384 351 0 0 0 6 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192225807248 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27165] ppid=27156 vsize=28769364 memory=279712566450848 CPUtime=0.14 cores=0-7
/proc/27158/task/27165/stat : 27165 (java) S 27156 27156 24466 0 -1 1077944384 1503 0 0 0 8 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192224754448 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27166] ppid=27156 vsize=28769364 memory=1452 CPUtime=0.13 cores=0-7
/proc/27158/task/27166/stat : 27166 (java) S 27156 27156 24466 0 -1 1077944384 642 0 0 0 7 6 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192223702160 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27167] ppid=27156 vsize=28769364 memory=1452 CPUtime=0.13 cores=0-7
/proc/27158/task/27167/stat : 27167 (java) S 27156 27156 24466 0 -1 1077944384 1218 0 0 0 8 5 0 0 20 0 28 0 510983421 29459828736 313316 33554432000 4194304 4196468 140737172824944 140192222649360 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27168] ppid=27156 vsize=28769364 memory=1253264 CPUtime=0.03 cores=0-7
/proc/27158/task/27168/stat : 27168 (java) S 27156 27156 24466 0 -1 1077944384 2875 0 0 0 3 0 0 0 20 0 28 0 510983422 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191276673136 140192678378114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27169] ppid=27156 vsize=28769364 memory=1412 CPUtime=0 cores=0-7
/proc/27158/task/27169/stat : 27169 (java) S 27156 27156 24466 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 510983423 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191275619168 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27170] ppid=27156 vsize=28769364 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27158/task/27170/stat : 27170 (java) S 27156 27156 24466 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 510983423 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191274566784 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27171] ppid=27156 vsize=28769364 memory=984 CPUtime=0 cores=0-7
/proc/27158/task/27171/stat : 27171 (java) S 27156 27156 24466 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191273515088 140192678385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27172] ppid=27156 vsize=28769364 memory=11 CPUtime=3.04 cores=0-7
/proc/27158/task/27172/stat : 27172 (java) S 27156 27156 24466 0 -1 1077944384 15916 0 0 0 302 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191272462960 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27173] ppid=27156 vsize=28769364 memory=11 CPUtime=3.04 cores=0-7
/proc/27158/task/27173/stat : 27173 (java) S 27156 27156 24466 0 -1 1077944384 12624 0 0 0 302 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191271410160 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27174] ppid=27156 vsize=28769364 memory=444876 CPUtime=2.83 cores=0-7
/proc/27158/task/27174/stat : 27174 (java) S 27156 27156 24466 0 -1 1077944384 14524 0 0 0 280 3 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191270357872 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27175] ppid=27156 vsize=28769364 memory=443848 CPUtime=0.98 cores=0-7
/proc/27158/task/27175/stat : 27175 (java) S 27156 27156 24466 0 -1 1077944384 11002 0 0 0 96 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191269305072 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27176] ppid=27156 vsize=28769364 memory=1232876 CPUtime=0 cores=0-7
/proc/27158/task/27176/stat : 27176 (java) S 27156 27156 24466 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191268252000 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27177] ppid=27156 vsize=28769364 memory=589408 CPUtime=0.03 cores=0-7
/proc/27158/task/27177/stat : 27177 (java) S 27156 27156 24466 0 -1 1077944384 1292 0 0 0 1 2 0 0 20 0 28 0 510983426 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191267199280 140192678378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27267] ppid=27156 vsize=28769364 memory=6791534058613427641 CPUtime=59.97 cores=0-7
/proc/27158/task/27267/stat : 27267 (java) S 27156 27156 24466 0 -1 1077944384 624 0 0 0 5997 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191256931968 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27268] ppid=27156 vsize=28769364 memory=1452 CPUtime=59.94 cores=0-7
/proc/27158/task/27268/stat : 27268 (java) S 27156 27156 24466 0 -1 1077944384 523 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191247467472 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27269] ppid=27156 vsize=28769364 memory=3620 CPUtime=59.89 cores=0-7
/proc/27158/task/27269/stat : 27269 (java) S 27156 27156 24466 0 -1 1077944384 4198 0 0 0 5981 8 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191252723024 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27270] ppid=27156 vsize=28769364 memory=63860 CPUtime=59.57 cores=0-7
/proc/27158/task/27270/stat : 27270 (java) S 27156 27156 24466 0 -1 1077944384 1851 0 0 0 5954 3 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191254828240 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27271] ppid=27156 vsize=28769364 memory=1452 CPUtime=59.95 cores=0-7
/proc/27158/task/27271/stat : 27271 (java) S 27156 27156 24466 0 -1 1077944384 1197 0 0 0 5995 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191250617936 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27272] ppid=27156 vsize=28769364 memory=1253264 CPUtime=59.66 cores=0-7
/proc/27158/task/27272/stat : 27272 (java) S 27156 27156 24466 0 -1 1077944384 568 0 0 0 5966 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191255881168 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27273] ppid=27156 vsize=28769364 memory=12040 CPUtime=60.33 cores=0-7
/proc/27158/task/27273/stat : 27273 (java) R 27156 27156 24466 0 -1 4202560 5354 0 0 0 6024 9 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191257980088 140192320294461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
[pid=27158/tid=27274] ppid=27156 vsize=28769364 memory=1253264 CPUtime=59.94 cores=0-7
/proc/27158/task/27274/stat : 27274 (java) S 27156 27156 24466 0 -1 1077944384 637 0 0 0 5994 0 0 0 20 0 28 0 510985290 29459828736 313316 33554432000 4194304 4196468 140737172824944 140191253775056 140192678377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140737172829168 140737172829339 140737172829339 140737172832207 0
Current children cumulated CPU time: 595.82 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 1254716 KiB

Child status: 0
Real time (s): 79.5782
CPU time (s): 595.92
CPU user time (s): 594.864
CPU system time (s): 1.05695
CPU usage (%): 748.849
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 1254716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 594.864
system time used= 1.05695
maximum resident set size= 1253356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9044
involuntary context switches= 7548


# summary of solver processes directly reported to runsolver:
#   pid: 27156
#   total CPU time (s): 595.92
#   total CPU user time (s): 594.864
#   total CPU system time (s): 1.05695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.627516 second user time and 1.03368 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-24 19:45:23
IDJOB=4407355
IDBENCH=126243
IDSOLVER=2872
FILE ID=node125/4407355-1569347166
RUNJOBID= node125-1569335936-24493
PBS_JOBID= 21705060
Free space on /tmp= 4256 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.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 /tmp/evaluation-result-4407355-1569347166/watcher-4407355-1569347166 -o /tmp/evaluation-result-4407355-1569347166/solver-4407355-1569347166 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569335936-24493 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1007611094 HOME/instance-4407355-1569347166.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1007611094

node125.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.29
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.29
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.29
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.29
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:        25441744 kB
MemAvailable:   31815224 kB
Buffers:          120720 kB
Cached:          6314468 kB
SwapCached:        29856 kB
Active:          3205236 kB
Inactive:        3265700 kB
Active(anon):       5092 kB
Inactive(anon):    86620 kB
Active(file):    3200144 kB
Inactive(file):  3179080 kB
Unevictable:      107156 kB
Mlocked:          107156 kB
SwapTotal:      67108860 kB
SwapFree:       66975640 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:        128724 kB
Mapped:            57076 kB
Shmem:             47476 kB
Slab:             452256 kB
SReclaimable:     422716 kB
SUnreclaim:        29540 kB
KernelStack:        3712 kB
PageTables:         6096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4228 MiB
End job on node125 at 2019-09-24 19:46:43