Trace number 4407317

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 parallelOPT76 1157.27 146.061

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark49.4245
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407317-1569347719.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407317-1569347719.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.10/0.56	c solve instance...
1.52/0.68	o 120 
1.52/0.68	o 115 
1.52/0.69	o 103 
1.52/0.70	o 101 
1.96/0.70	o 95 
1.96/0.71	o 89 
1.96/0.72	o 86 
1.96/0.72	o 84 
1.96/0.72	o 79 
1.96/0.73	o 78 
1.96/0.73	o 77 
3.37/0.90	o 76 
1157.00/146.04	s OPTIMUM FOUND
1157.00/146.04	v <instantiation>
1157.00/146.04	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1157.00/146.04	v 	<values>0 1 2 3 4 8 7 9 11 12 14 13 10 6 5 8 1 1 5 9 4 1 5 2 12 4 6 4 4 10 </values>
1157.00/146.04	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407317-1569347719/watcher-4407317-1569347719 -o /var/tmp/evaluation-result-4407317-1569347719/solver-4407317-1569347719 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569335940-11744 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 610407351 HOME/instance-4407317-1569347719.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 7.64 7.87 8.04 2/212 18577
/proc/meminfo: memFree=27690768/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28227396 memory=28760 CPUtime=0.12 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 5689 0 0 0 11 1 0 0 20 0 20 0 511010520 28904853504 7190 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7056849 7190 3121 1 0 7019032 0
[pid=18558/tid=18559] ppid=18556 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) R 18556 18556 11717 0 -1 4202560 3595 0 0 0 8 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139668327278384 139668323067037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28227396 memory=140647200798336 CPUtime=0 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18563] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18563/stat : 18563 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667871738384 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18564] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18564/stat : 18564 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667870686096 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18565] ppid=18556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18565/stat : 18565 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667869633296 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18566] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18566/stat : 18566 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667868581008 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18567] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18567/stat : 18567 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667867528208 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18568] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18568/stat : 18568 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010523 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667037673584 139668323056258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18569] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18569/stat : 18569 (java) S 18556 18556 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511010523 28904853504 7190 33554432000 4194304 4196468 140727081517200 139667036619552 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18570] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18570/stat : 18570 (java) S 18556 18556 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511010524 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666918597744 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18571] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18571/stat : 18571 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666917546064 139668323063707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18572] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18572/stat : 18572 (java) S 18556 18556 11717 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666916493936 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18573] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18573/stat : 18573 (java) R 18556 18556 11717 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666915441136 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18574] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18574/stat : 18574 (java) R 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666914388848 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18575] ppid=18556 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) R 18556 18556 11717 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666913336048 139668307125598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010527 28904853504 7190 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30216 KiB

[startup+0.210531 s]*
/proc/loadavg: 7.64 7.87 8.04 2/212 18577
/proc/meminfo: memFree=27677464/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28227396 memory=41044 CPUtime=0.33 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 9521 0 0 0 31 2 0 0 20 0 20 0 511010520 28904853504 10261 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7056849 10261 3278 1 0 7019032 0
[pid=18558/tid=18559] ppid=18556 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) R 18556 18556 11717 0 -1 4202560 6632 0 0 0 18 1 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139668327278560 139668307125598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28227396 memory=140647200811657 CPUtime=0 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18563] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18563/stat : 18563 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667871738384 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18564] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18564/stat : 18564 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667870686096 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18565] ppid=18556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18565/stat : 18565 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667869633296 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18566] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18566/stat : 18566 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667868581008 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18567] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18567/stat : 18567 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667867528208 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18568] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18568/stat : 18568 (java) S 18556 18556 11717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511010523 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667037673584 139668323056258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18569] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18569/stat : 18569 (java) S 18556 18556 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511010523 28904853504 10261 33554432000 4194304 4196468 140727081517200 139667036619552 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18570] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18570/stat : 18570 (java) S 18556 18556 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511010524 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666918597744 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18571] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18571/stat : 18571 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666917546064 139668323063707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18572] ppid=18556 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18558/task/18572/stat : 18572 (java) S 18556 18556 11717 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666916493936 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18573] ppid=18556 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18558/task/18573/stat : 18573 (java) S 18556 18556 11717 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666915441136 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18574] ppid=18556 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18558/task/18574/stat : 18574 (java) S 18556 18556 11717 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666914388848 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18575] ppid=18556 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) R 18556 18556 11717 0 -1 4202560 763 0 0 0 8 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666913335856 139668302179825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010526 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010527 28904853504 10261 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42500 KiB

[startup+0.310359 s]*
/proc/loadavg: 7.64 7.87 8.04 3/212 18577
/proc/meminfo: memFree=27670068/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28231652 memory=49776 CPUtime=0.52 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 10864 0 0 0 49 3 0 0 20 0 20 0 511010520 28909211648 12444 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7057913 12444 3320 1 0 7019032 0
[pid=18558/tid=18559] ppid=18556 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) R 18556 18556 11717 0 -1 4202560 7782 0 0 0 28 2 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139668327278896 139668307125598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18563] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18563/stat : 18563 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667871738384 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18564] ppid=18556 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/18558/task/18564/stat : 18564 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667870686096 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18565] ppid=18556 vsize=28231652 memory=140647092810671 CPUtime=0 cores=0-7
/proc/18558/task/18565/stat : 18565 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667869633296 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18566] ppid=18556 vsize=28231652 memory=140647092812976 CPUtime=0 cores=0-7
/proc/18558/task/18566/stat : 18566 (java) S 18556 18556 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667868581008 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18567] ppid=18556 vsize=28231652 memory=140647092815280 CPUtime=0 cores=0-7
/proc/18558/task/18567/stat : 18567 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010521 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667867528208 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18568] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18568/stat : 18568 (java) S 18556 18556 11717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511010523 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667037673584 139668323056258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18569] ppid=18556 vsize=28231652 memory=281294185637520 CPUtime=0 cores=0-7
/proc/18558/task/18569/stat : 18569 (java) S 18556 18556 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511010523 28909211648 12444 33554432000 4194304 4196468 140727081517200 139667036619552 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18570] ppid=18556 vsize=28231652 memory=281294185644432 CPUtime=0 cores=0-7
/proc/18558/task/18570/stat : 18570 (java) S 18556 18556 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511010524 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666918597744 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18571] ppid=18556 vsize=28231652 memory=281294185585584 CPUtime=0 cores=0-7
/proc/18558/task/18571/stat : 18571 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666917546064 139668323063707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18572] ppid=18556 vsize=28231652 memory=281294185658256 CPUtime=0.02 cores=0-7
/proc/18558/task/18572/stat : 18572 (java) S 18556 18556 11717 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666916493936 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18573] ppid=18556 vsize=28231652 memory=281294185665168 CPUtime=0.03 cores=0-7
/proc/18558/task/18573/stat : 18573 (java) R 18556 18556 11717 0 -1 4202560 306 0 0 0 3 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666915431520 139668304570424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18574] ppid=18556 vsize=28231652 memory=281294185662864 CPUtime=0.02 cores=0-7
/proc/18558/task/18574/stat : 18574 (java) S 18556 18556 11717 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666914388848 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18575] ppid=18556 vsize=28231652 memory=281294185679024 CPUtime=0.12 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) S 18556 18556 11717 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666913336048 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511010526 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511010527 28909211648 12444 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51232 KiB

[startup+0.700918 s]
/proc/loadavg: 7.64 7.87 8.04 7/213 18579
/proc/meminfo: memFree=27652196/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28766288 memory=146928 CPUtime=1.96 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 16066 0 0 0 189 7 0 0 20 0 23 0 511010520 29456678912 36732 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7191572 36732 3457 1 0 7152672 0
[pid=18558/tid=18559] ppid=18556 vsize=28766288 memory=281294186036912 CPUtime=0.56 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) S 18556 18556 11717 0 -1 1077944384 9175 0 0 0 53 3 0 0 20 0 23 0 511010521 29456678912 36732 33554432000 4194304 4196468 140727081517200 139668327285888 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28766288 memory=140647093019504 CPUtime=0 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 511010521 29456678912 36732 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 511010521 29456678912 36732 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28766288 memory=6160 CPUtime=0 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 511010521 29456678912 36732 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0

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

[pid=18558/tid=18575] ppid=18556 vsize=28767316 memory=4552 CPUtime=0.57 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) S 18556 18556 11717 0 -1 1077944384 5242 0 0 0 56 1 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666913336048 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28767316 memory=1412 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28767316 memory=3416 CPUtime=0.02 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1166 0 0 0 1 1 0 0 20 0 28 0 511010527 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18676] ppid=18556 vsize=28767316 memory=1456 CPUtime=142.16 cores=0-7
/proc/18558/task/18676/stat : 18676 (java) R 18556 18556 11717 0 -1 4202560 1065 0 0 0 14216 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666829314752 139667929948142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18677] ppid=18556 vsize=28767316 memory=202932 CPUtime=142.49 cores=0-7
/proc/18558/task/18677/stat : 18677 (java) R 18556 18556 11717 0 -1 4202560 792 0 0 0 14249 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666831421336 139667929341398 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18678] ppid=18556 vsize=28767316 memory=808 CPUtime=142.21 cores=0-7
/proc/18558/task/18678/stat : 18678 (java) R 18556 18556 11717 0 -1 4202560 965 0 0 0 14221 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666832474352 139667929408395 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18679] ppid=18556 vsize=28767316 memory=1764 CPUtime=142.3 cores=0-7
/proc/18558/task/18679/stat : 18679 (java) R 18556 18556 11717 0 -1 4202560 2058 0 0 0 14227 3 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666830371472 139667931183550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18680] ppid=18556 vsize=28767316 memory=111628 CPUtime=142.03 cores=0-7
/proc/18558/task/18680/stat : 18680 (java) R 18556 18556 11717 0 -1 4202560 1456 0 0 0 14202 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666827211288 139667928293348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18681] ppid=18556 vsize=28767316 memory=800 CPUtime=142.54 cores=0-7
/proc/18558/task/18681/stat : 18681 (java) R 18556 18556 11717 0 -1 4202560 1262 0 0 0 14253 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666833527400 139667928513512 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18682] ppid=18556 vsize=28767316 memory=1804 CPUtime=142.07 cores=0-7
/proc/18558/task/18682/stat : 18682 (java) R 18556 18556 11717 0 -1 4202560 1438 0 0 0 14206 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666902249336 139667928633176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18683] ppid=18556 vsize=28767316 memory=920 CPUtime=142.79 cores=0-7
/proc/18558/task/18683/stat : 18683 (java) R 18556 18556 11717 0 -1 4202560 731 0 0 0 14279 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666828262872 139667929337275 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 1147.45 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 204388 KiB

[startup+145.601 s]
/proc/loadavg: 8.41 8.19 8.14 9/218 18692
/proc/meminfo: memFree=27520932/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28767316 memory=202932 CPUtime=1153.75 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 60857 0 0 0 115335 40 0 0 20 0 28 0 511010520 29457731584 50733 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7191829 50733 3516 1 0 7152929 0
[pid=18558/tid=18559] ppid=18556 vsize=28767316 memory=1988 CPUtime=0.56 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) S 18556 18556 11717 0 -1 1077944384 9175 0 0 0 53 3 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139668327285888 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28767316 memory=6791534058613427641 CPUtime=0.16 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 960 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28767316 memory=202932 CPUtime=0.16 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 593 0 0 0 13 3 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28767316 memory=780 CPUtime=0.16 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1240 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18563] ppid=18556 vsize=28767316 memory=6160 CPUtime=0.16 cores=0-7
/proc/18558/task/18563/stat : 18563 (java) S 18556 18556 11717 0 -1 1077944384 1015 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667871738384 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18564] ppid=18556 vsize=28767316 memory=624 CPUtime=0.16 cores=0-7
/proc/18558/task/18564/stat : 18564 (java) S 18556 18556 11717 0 -1 1077944384 792 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667870686096 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18565] ppid=18556 vsize=28767316 memory=6791534058613427641 CPUtime=0.16 cores=0-7
/proc/18558/task/18565/stat : 18565 (java) S 18556 18556 11717 0 -1 1077944384 1615 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667869633296 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18566] ppid=18556 vsize=28767316 memory=200824 CPUtime=0.17 cores=0-7
/proc/18558/task/18566/stat : 18566 (java) S 18556 18556 11717 0 -1 1077944384 1517 0 0 0 15 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667868581008 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18567] ppid=18556 vsize=28767316 memory=1412 CPUtime=0.17 cores=0-7
/proc/18558/task/18567/stat : 18567 (java) S 18556 18556 11717 0 -1 1077944384 1192 0 0 0 15 2 0 0 20 0 28 0 511010521 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667867528208 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18568] ppid=18556 vsize=28767316 memory=3416 CPUtime=0.19 cores=0-7
/proc/18558/task/18568/stat : 18568 (java) S 18556 18556 11717 0 -1 1077944384 3401 0 0 0 18 1 0 0 20 0 28 0 511010523 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667037673584 139668323056258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18569] ppid=18556 vsize=28767316 memory=1456 CPUtime=0 cores=0-7
/proc/18558/task/18569/stat : 18569 (java) S 18556 18556 11717 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 511010523 29457731584 50733 33554432000 4194304 4196468 140727081517200 139667036619616 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18570] ppid=18556 vsize=28767316 memory=200824 CPUtime=0 cores=0-7
/proc/18558/task/18570/stat : 18570 (java) S 18556 18556 11717 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 511010524 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666918597760 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18571] ppid=18556 vsize=28767316 memory=0 CPUtime=0 cores=0-7
/proc/18558/task/18571/stat : 18571 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666917546064 139668323063707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18572] ppid=18556 vsize=28767316 memory=0 CPUtime=1.66 cores=0-7
/proc/18558/task/18572/stat : 18572 (java) S 18556 18556 11717 0 -1 1077944384 7406 0 0 0 165 1 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666916493936 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18573] ppid=18556 vsize=28767316 memory=4872558044660077418 CPUtime=1.31 cores=0-7
/proc/18558/task/18573/stat : 18573 (java) S 18556 18556 11717 0 -1 1077944384 6838 0 0 0 130 1 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666915441136 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18574] ppid=18556 vsize=28767316 memory=1556 CPUtime=1.44 cores=0-7
/proc/18558/task/18574/stat : 18574 (java) S 18556 18556 11717 0 -1 1077944384 5643 0 0 0 143 1 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666914388848 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18575] ppid=18556 vsize=28767316 memory=11632 CPUtime=0.57 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) S 18556 18556 11717 0 -1 1077944384 5242 0 0 0 56 1 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666913336048 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28767316 memory=1732 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511010526 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28767316 memory=1224 CPUtime=0.02 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1166 0 0 0 1 1 0 0 20 0 28 0 511010527 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18676] ppid=18556 vsize=28767316 memory=988 CPUtime=142.92 cores=0-7
/proc/18558/task/18676/stat : 18676 (java) R 18556 18556 11717 0 -1 4202560 1065 0 0 0 14292 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666829314720 139667929947782 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18677] ppid=18556 vsize=28767316 memory=780 CPUtime=143.27 cores=0-7
/proc/18558/task/18677/stat : 18677 (java) R 18556 18556 11717 0 -1 4202560 792 0 0 0 14327 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666831421816 139667931183305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18678] ppid=18556 vsize=28767316 memory=6160 CPUtime=143.01 cores=0-7
/proc/18558/task/18678/stat : 18678 (java) R 18556 18556 11717 0 -1 4202560 965 0 0 0 14301 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666832474656 139667929523364 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18679] ppid=18556 vsize=28767316 memory=624 CPUtime=143.1 cores=0-7
/proc/18558/task/18679/stat : 18679 (java) R 18556 18556 11717 0 -1 4202560 2058 0 0 0 14307 3 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666830371472 139667928293037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18680] ppid=18556 vsize=28767316 memory=3636 CPUtime=142.83 cores=0-7
/proc/18558/task/18680/stat : 18680 (java) R 18556 18556 11717 0 -1 4202560 1456 0 0 0 14282 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666827211096 139667930414228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18681] ppid=18556 vsize=28767316 memory=2832 CPUtime=143.33 cores=0-7
/proc/18558/task/18681/stat : 18681 (java) R 18556 18556 11717 0 -1 4202560 1263 0 0 0 14332 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666833527400 139667928293065 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18682] ppid=18556 vsize=28767316 memory=14012 CPUtime=142.83 cores=0-7
/proc/18558/task/18682/stat : 18682 (java) R 18556 18556 11717 0 -1 4202560 1439 0 0 0 14282 1 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666902248936 139667929947696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18683] ppid=18556 vsize=28767316 memory=2112 CPUtime=143.59 cores=0-7
/proc/18558/task/18683/stat : 18683 (java) R 18556 18556 11717 0 -1 4202560 732 0 0 0 14359 0 0 0 20 0 28 0 511010611 29457731584 50733 33554432000 4194304 4196468 140727081517200 139666828263464 139667928292974 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 1153.75 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 204388 KiB

[startup+146.001 s]*
/proc/loadavg: 8.41 8.19 8.14 9/218 18692
/proc/meminfo: memFree=27520932/32770624 swapFree=66957756/67108860
[pid=18556] ppid=18553 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18556/stat : 18556 (xcsp3-exec) S 18553 18556 11717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511010520 115843072 364 33554432000 4194304 5098028 140728362498752 140728362496856 140696536760956 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140728362505048 140728362505306 140728362505306 140728362508230 0
/proc/18556/statm: 28282 364 305 221 0 87 0
[pid=18558] ppid=18556 vsize=28767316 memory=202988 CPUtime=1157 cores=0-7
/proc/18558/stat : 18558 (java) S 18556 18556 11717 0 -1 1077944320 60860 0 0 0 115660 40 0 0 20 0 28 0 511010520 29457731584 50747 33554432000 4194304 4196468 140727081517200 140727081499744 139668323045111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
/proc/18558/statm: 7191829 50747 3516 1 0 7152929 0
[pid=18558/tid=18559] ppid=18556 vsize=28767316 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/18558/task/18559/stat : 18559 (java) S 18556 18556 11717 0 -1 1077944384 9175 0 0 0 53 3 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139668327285888 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18560] ppid=18556 vsize=28767316 memory=4872558044660077418 CPUtime=0.16 cores=0-7
/proc/18558/task/18560/stat : 18560 (java) S 18556 18556 11717 0 -1 1077944384 960 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667874896272 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18561] ppid=18556 vsize=28767316 memory=7805670898292255333 CPUtime=0.16 cores=0-7
/proc/18558/task/18561/stat : 18561 (java) S 18556 18556 11717 0 -1 1077944384 594 0 0 0 13 3 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667873843472 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18562] ppid=18556 vsize=28767316 memory=-9206908407010585447 CPUtime=0.16 cores=0-7
/proc/18558/task/18562/stat : 18562 (java) S 18556 18556 11717 0 -1 1077944384 1241 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667872791184 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18563] ppid=18556 vsize=28767316 memory=-7234848515050056999 CPUtime=0.16 cores=0-7
/proc/18558/task/18563/stat : 18563 (java) S 18556 18556 11717 0 -1 1077944384 1015 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667871738384 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18564] ppid=18556 vsize=28767316 memory=-6659242078282547027 CPUtime=0.17 cores=0-7
/proc/18558/task/18564/stat : 18564 (java) S 18556 18556 11717 0 -1 1077944384 792 0 0 0 15 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667870686096 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18565] ppid=18556 vsize=28767316 memory=6944656592455359580 CPUtime=0.16 cores=0-7
/proc/18558/task/18565/stat : 18565 (java) S 18556 18556 11717 0 -1 1077944384 1615 0 0 0 14 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667869633296 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18566] ppid=18556 vsize=28767316 memory=6944656592455359580 CPUtime=0.17 cores=0-7
/proc/18558/task/18566/stat : 18566 (java) S 18556 18556 11717 0 -1 1077944384 1517 0 0 0 15 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667868581008 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18567] ppid=18556 vsize=28767316 memory=8976414709404591081 CPUtime=0.17 cores=0-7
/proc/18558/task/18567/stat : 18567 (java) S 18556 18556 11717 0 -1 1077944384 1192 0 0 0 15 2 0 0 20 0 28 0 511010521 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667867528208 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18568] ppid=18556 vsize=28767316 memory=-6800859132029471843 CPUtime=0.19 cores=0-7
/proc/18558/task/18568/stat : 18568 (java) S 18556 18556 11717 0 -1 1077944384 3401 0 0 0 18 1 0 0 20 0 28 0 511010523 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667037673584 139668323056258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18569] ppid=18556 vsize=28767316 memory=-3967418655009478193 CPUtime=0 cores=0-7
/proc/18558/task/18569/stat : 18569 (java) S 18556 18556 11717 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 511010523 29457731584 50747 33554432000 4194304 4196468 140727081517200 139667036619616 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18570] ppid=18556 vsize=28767316 memory=164 CPUtime=0 cores=0-7
/proc/18558/task/18570/stat : 18570 (java) S 18556 18556 11717 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 511010524 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666918597760 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18571] ppid=18556 vsize=28767316 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/18558/task/18571/stat : 18571 (java) S 18556 18556 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666917546064 139668323063707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18572] ppid=18556 vsize=28767316 memory=3620 CPUtime=1.66 cores=0-7
/proc/18558/task/18572/stat : 18572 (java) S 18556 18556 11717 0 -1 1077944384 7406 0 0 0 165 1 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666916493936 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18573] ppid=18556 vsize=28767316 memory=63844 CPUtime=1.31 cores=0-7
/proc/18558/task/18573/stat : 18573 (java) S 18556 18556 11717 0 -1 1077944384 6838 0 0 0 130 1 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666915441136 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18574] ppid=18556 vsize=28767316 memory=1988 CPUtime=1.44 cores=0-7
/proc/18558/task/18574/stat : 18574 (java) S 18556 18556 11717 0 -1 1077944384 5643 0 0 0 143 1 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666914388848 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18575] ppid=18556 vsize=28767316 memory=988 CPUtime=0.57 cores=0-7
/proc/18558/task/18575/stat : 18575 (java) S 18556 18556 11717 0 -1 1077944384 5242 0 0 0 56 1 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666913336048 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18576] ppid=18556 vsize=28767316 memory=1428 CPUtime=0 cores=0-7
/proc/18558/task/18576/stat : 18576 (java) S 18556 18556 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511010526 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666912282976 139668323055317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18577] ppid=18556 vsize=28767316 memory=1728 CPUtime=0.02 cores=0-7
/proc/18558/task/18577/stat : 18577 (java) S 18556 18556 11717 0 -1 1077944384 1166 0 0 0 1 1 0 0 20 0 28 0 511010527 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666911230256 139668323056258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18676] ppid=18556 vsize=28767316 memory=1056 CPUtime=143.33 cores=0-7
/proc/18558/task/18676/stat : 18676 (java) R 18556 18556 11717 0 -1 4202560 1065 0 0 0 14333 0 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666829315400 139667928292801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18677] ppid=18556 vsize=28767316 memory=1556 CPUtime=143.68 cores=0-7
/proc/18558/task/18677/stat : 18677 (java) R 18556 18556 11717 0 -1 4202560 792 0 0 0 14368 0 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666831424880 139667928633006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18678] ppid=18556 vsize=28767316 memory=11632 CPUtime=143.42 cores=0-7
/proc/18558/task/18678/stat : 18678 (java) R 18556 18556 11717 0 -1 4202560 966 0 0 0 14342 0 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666832477496 139667928633026 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18679] ppid=18556 vsize=28767316 memory=1732 CPUtime=143.5 cores=0-7
/proc/18558/task/18679/stat : 18679 (java) R 18556 18556 11717 0 -1 4202560 2058 0 0 0 14347 3 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666830369184 139667929288996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18680] ppid=18556 vsize=28767316 memory=1224 CPUtime=143.22 cores=0-7
/proc/18558/task/18680/stat : 18680 (java) R 18556 18556 11717 0 -1 4202560 1456 0 0 0 14321 1 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666827211256 139667928633237 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18681] ppid=18556 vsize=28767316 memory=988 CPUtime=143.74 cores=0-7
/proc/18558/task/18681/stat : 18681 (java) R 18556 18556 11717 0 -1 4202560 1263 0 0 0 14373 1 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666833526792 139667929972330 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18682] ppid=18556 vsize=28767316 memory=780 CPUtime=143.24 cores=0-7
/proc/18558/task/18682/stat : 18682 (java) R 18556 18556 11717 0 -1 4202560 1439 0 0 0 14323 1 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666902249200 139667929339498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
[pid=18558/tid=18683] ppid=18556 vsize=28767316 memory=6160 CPUtime=144 cores=0-7
/proc/18558/task/18683/stat : 18683 (java) R 18556 18556 11717 0 -1 4202560 732 0 0 0 14400 0 0 0 20 0 28 0 511010611 29457731584 50747 33554432000 4194304 4196468 140727081517200 139666828262968 139667928292745 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8953856 140727081522140 140727081522315 140727081522315 140727081525199 0
Current children cumulated CPU time: 1157 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 204444 KiB

Child status: 0
Real time (s): 146.061
CPU time (s): 1157.27
CPU user time (s): 1156.86
CPU system time (s): 0.407594
CPU usage (%): 792.321
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 229636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1156.86
system time used= 0.407594
maximum resident set size= 228184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23439
involuntary context switches= 14871


# summary of solver processes directly reported to runsolver:
#   pid: 18556
#   total CPU time (s): 1157.27
#   total CPU user time (s): 1156.86
#   total CPU system time (s): 0.407594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36825 second user time and 1.51249 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-24 19:54:40
IDJOB=4407317
IDBENCH=135738
IDSOLVER=2872
FILE ID=node149/4407317-1569347719
RUNJOBID= node149-1569335940-11744
PBS_JOBID= 21705048
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.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-4407317-1569347719/watcher-4407317-1569347719 -o /var/tmp/evaluation-result-4407317-1569347719/solver-4407317-1569347719 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569335940-11744 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 610407351 HOME/instance-4407317-1569347719.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=610407351

node149.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.81
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.81
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.81
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.81
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:        27706940 kB
MemAvailable:   31805256 kB
Buffers:          103908 kB
Cached:          4088152 kB
SwapCached:        42408 kB
Active:          2924372 kB
Inactive:        1314212 kB
Active(anon):       4568 kB
Inactive(anon):    95480 kB
Active(file):    2919804 kB
Inactive(file):  1218732 kB
Unevictable:      108416 kB
Mlocked:          108416 kB
SwapTotal:      67108860 kB
SwapFree:       66957756 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:        121416 kB
Mapped:            56684 kB
Shmem:             44908 kB
Slab:             417328 kB
SReclaimable:     388240 kB
SUnreclaim:        29088 kB
KernelStack:        3728 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node149 at 2019-09-24 19:57:07