Trace number 4404955

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT44 621.215 83.5344

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-4404955-1569004140.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404955-1569004140.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.67/1.28	c solve instance...
7.22/1.76	o 450 
9.56/2.32	o 65 
11.43/2.73	o 61 
12.78/3.65	o 59 
16.30/4.83	o 55 
19.77/5.89	o 53 
22.08/6.79	o 52 
25.38/7.79	o 50 
36.34/9.20	o 49 
48.21/10.79	o 47 
63.51/13.28	o 46 
96.94/17.64	o 45 
119.76/20.60	o 44 
621.16/83.51	s OPTIMUM FOUND
621.16/83.51	v <instantiation>
621.16/83.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
621.16/83.51	v 	<values>0 1 5 12 25 27 35 41 44 </values>
621.16/83.51	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 (12378 MiB free)
  memory of node 1: 16384 MiB (12782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404955-1569004140/watcher-4404955-1569004140 -o /var/tmp/evaluation-result-4404955-1569004140/solver-4404955-1569004140 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1771684972 HOME/instance-4404955-1569004140.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=30950, runsolver pid=30947
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 8.23 8.29 8.22 3/211 30971
/proc/meminfo: memFree=25748444/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28227396 memory=29200 CPUtime=0.12 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 5707 0 0 0 11 1 0 0 20 0 20 0 476350498 28904853504 7300 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7056849 7300 3155 1 0 7019032 0
[pid=30952/tid=30953] ppid=30950 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) R 30950 30950 23748 0 -1 4202560 3626 0 0 0 8 0 0 0 20 0 20 0 476350499 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407247747744 140406859908353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28227396 memory=140125161154176 CPUtime=0 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30957] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30957/stat : 30957 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407192984336 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30958] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30958/stat : 30958 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407191931536 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30959] ppid=30950 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407190878736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30960] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30960/stat : 30960 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407189825936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30961] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30961/stat : 30961 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 7300 33554432000 4194304 4196468 140736343596512 140407188773136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30962] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (java) S 30950 30950 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476350501 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405707316080 140407243532930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30963] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30963/stat : 30963 (java) S 30950 30950 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476350501 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405706262048 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30964] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30964/stat : 30964 (java) S 30950 30950 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476350502 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405705209200 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30965] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405704157520 140407243540379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30966] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30966/stat : 30966 (java) S 30950 30950 23748 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405635017072 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30967] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30967/stat : 30967 (java) R 30950 30950 23748 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405633964368 140407226945613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30968] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30968/stat : 30968 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405632911472 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30969] ppid=30950 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) R 30950 30950 23748 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405631858672 140407243533718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350505 28904853504 7300 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210573 s]*
/proc/loadavg: 8.23 8.29 8.22 3/211 30971
/proc/meminfo: memFree=25734940/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28227396 memory=40944 CPUtime=0.34 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 9539 0 0 0 30 4 0 0 20 0 20 0 476350498 28904853504 10236 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7056849 10236 3260 1 0 7019032 0
[pid=30952/tid=30953] ppid=30950 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) R 30950 30950 23748 0 -1 4202560 6652 0 0 0 18 2 0 0 20 0 20 0 476350499 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407247755040 140407227602270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28227396 memory=288370501312865920 CPUtime=0 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30957] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30957/stat : 30957 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407192984336 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30958] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30958/stat : 30958 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407191931536 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30959] ppid=30950 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407190878736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30960] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30960/stat : 30960 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407189825936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30961] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30961/stat : 30961 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28904853504 10236 33554432000 4194304 4196468 140736343596512 140407188773136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30962] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (java) S 30950 30950 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476350501 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405707316080 140407243532930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30963] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30963/stat : 30963 (java) S 30950 30950 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476350501 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405706262048 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30964] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30964/stat : 30964 (java) S 30950 30950 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476350502 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405705209200 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30965] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405704157520 140407243540379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30966] ppid=30950 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30952/task/30966/stat : 30966 (java) S 30950 30950 23748 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405635017072 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30967] ppid=30950 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30952/task/30967/stat : 30967 (java) S 30950 30950 23748 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405633964272 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30968] ppid=30950 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/30952/task/30968/stat : 30968 (java) S 30950 30950 23748 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405632911472 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30969] ppid=30950 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) S 30950 30950 23748 0 -1 1077944384 747 0 0 0 8 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405631858672 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350504 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350505 28904853504 10236 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42400 KiB

[startup+0.310358 s]*
/proc/loadavg: 8.23 8.29 8.22 2/211 30971
/proc/meminfo: memFree=25728640/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28231652 memory=49908 CPUtime=0.51 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 11053 0 0 0 46 5 0 0 20 0 20 0 476350498 28909211648 12477 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7057913 12477 3365 1 0 7019032 0
[pid=30952/tid=30953] ppid=30950 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) R 30950 30950 23748 0 -1 4202560 8058 0 0 0 26 3 0 0 20 0 20 0 476350499 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407247752896 140407227602270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30957] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30957/stat : 30957 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407192984336 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30958] ppid=30950 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30952/task/30958/stat : 30958 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407191931536 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30959] ppid=30950 vsize=28231652 memory=140125052957615 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407190878736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30960] ppid=30950 vsize=28231652 memory=140125052959920 CPUtime=0 cores=0-7
/proc/30952/task/30960/stat : 30960 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407189825936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30961] ppid=30950 vsize=28231652 memory=3472464023234131424 CPUtime=0 cores=0-7
/proc/30952/task/30961/stat : 30961 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28909211648 12477 33554432000 4194304 4196468 140736343596512 140407188773136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30962] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (java) S 30950 30950 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476350501 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405707316080 140407243532930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30963] ppid=30950 vsize=28231652 memory=280250105931408 CPUtime=0 cores=0-7
/proc/30952/task/30963/stat : 30963 (java) S 30950 30950 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476350501 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405706262048 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30964] ppid=30950 vsize=28231652 memory=280250105938320 CPUtime=0 cores=0-7
/proc/30952/task/30964/stat : 30964 (java) S 30950 30950 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476350502 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405705209200 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30965] ppid=30950 vsize=28231652 memory=280250105879568 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405704157520 140407243540379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30966] ppid=30950 vsize=28231652 memory=280250105952144 CPUtime=0.02 cores=0-7
/proc/30952/task/30966/stat : 30966 (java) S 30950 30950 23748 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405635017072 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30967] ppid=30950 vsize=28231652 memory=280250105959056 CPUtime=0.02 cores=0-7
/proc/30952/task/30967/stat : 30967 (java) S 30950 30950 23748 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405633964272 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30968] ppid=30950 vsize=28231652 memory=280250105956752 CPUtime=0.03 cores=0-7
/proc/30952/task/30968/stat : 30968 (java) S 30950 30950 23748 0 -1 1077944384 265 0 0 0 3 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405632911472 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30969] ppid=30950 vsize=28231652 memory=280250105972912 CPUtime=0.12 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) S 30950 30950 23748 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405631858672 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476350504 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350505 28909211648 12477 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51364 KiB

[startup+0.700953 s]
/proc/loadavg: 8.23 8.29 8.22 3/211 30971
/proc/meminfo: memFree=25717908/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28233776 memory=91340 CPUtime=1.62 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 15527 0 0 0 155 7 0 0 20 0 20 0 476350498 28911386624 22835 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7058444 22835 3455 1 0 7019544 0
[pid=30952/tid=30953] ppid=30950 vsize=28233776 memory=280250106330800 CPUtime=0.67 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) R 30950 30950 23748 0 -1 4202560 9259 0 0 0 63 4 0 0 20 0 20 0 476350499 28911386624 22835 33554432000 4194304 4196468 140736343596512 140407247757312 140407243533718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28233776 memory=140125053166448 CPUtime=0 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476350500 28911386624 22835 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28911386624 22835 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476350500 28911386624 22835 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0

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

[pid=30952/tid=30969] ppid=30950 vsize=28968028 memory=932 CPUtime=0.95 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) S 30950 30950 23748 0 -1 1077944384 10853 0 0 0 92 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405631858672 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28968028 memory=1568 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28968028 memory=1560 CPUtime=0.04 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1147 0 0 0 4 0 0 0 20 0 28 0 476350505 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31078] ppid=30950 vsize=28968028 memory=932 CPUtime=62.42 cores=0-7
/proc/30952/task/31078/stat : 31078 (java) R 30950 30950 23748 0 -1 4202560 1467 0 0 0 6242 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405613403176 140406868496211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31079] ppid=30950 vsize=28968028 memory=1568 CPUtime=62.43 cores=0-7
/proc/30952/task/31079/stat : 31079 (java) R 30950 30950 23748 0 -1 4202560 986 0 0 0 6242 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405619720376 140406867341118 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31080] ppid=30950 vsize=28968028 memory=1444 CPUtime=62.39 cores=0-7
/proc/30952/task/31080/stat : 31080 (java) R 30950 30950 23748 0 -1 4202560 6416 0 0 0 6231 8 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405616561496 140406868240452 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31081] ppid=30950 vsize=28968028 memory=864 CPUtime=62.38 cores=0-7
/proc/30952/task/31081/stat : 31081 (java) R 30950 30950 23748 0 -1 4202560 3541 0 0 0 6232 6 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405615509384 140406868240152 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31082] ppid=30950 vsize=28968028 memory=1976 CPUtime=62.48 cores=0-7
/proc/30952/task/31082/stat : 31082 (java) R 30950 30950 23748 0 -1 4202560 1995 0 0 0 6248 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405614456336 140406868173864 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31083] ppid=30950 vsize=28968028 memory=56 CPUtime=62.35 cores=0-7
/proc/30952/task/31083/stat : 31083 (java) R 30950 30950 23748 0 -1 4202560 5476 0 0 0 6222 13 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405610255936 140406867534985 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31084] ppid=30950 vsize=28968028 memory=4639622827774857296 CPUtime=62.21 cores=0-7
/proc/30952/task/31084/stat : 31084 (java) R 30950 30950 23748 0 -1 4202560 1348 0 0 0 6220 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405608149400 140406867534458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31085] ppid=30950 vsize=28968028 memory=7223881886501720144 CPUtime=61.61 cores=0-7
/proc/30952/task/31085/stat : 31085 (java) R 30950 30950 23748 0 -1 4202560 1279 0 0 0 6160 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405609201960 140406868629581 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 619.64 s
Current children cumulated vsize: 29081156 KiB
Current children cumulated memory: 1246348 KiB

[startup+83.4012 s]
/proc/loadavg: 7.45 7.91 8.08 9/219 31088
/proc/meminfo: memFree=24530300/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28968028 memory=1244892 CPUtime=621.04 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 103880 0 0 0 61983 121 0 0 20 0 28 0 476350498 29663260672 311223 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7242007 311223 3537 1 0 7203107 0
[pid=30952/tid=30953] ppid=30950 vsize=28968028 memory=6299802978650451056 CPUtime=1.27 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) S 30950 30950 23748 0 -1 1077944384 10579 0 0 0 121 6 0 0 20 0 28 0 476350499 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407247762560 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28968028 memory=6791534058613427641 CPUtime=0.14 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 696 0 0 0 8 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28968028 memory=1044 CPUtime=0.13 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 584 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28968028 memory=712 CPUtime=0.15 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1399 0 0 0 9 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30957] ppid=30950 vsize=28968028 memory=2832 CPUtime=0.13 cores=0-7
/proc/30952/task/30957/stat : 30957 (java) S 30950 30950 23748 0 -1 1077944384 798 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407192984336 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30958] ppid=30950 vsize=28968028 memory=1660 CPUtime=0.12 cores=0-7
/proc/30952/task/30958/stat : 30958 (java) S 30950 30950 23748 0 -1 1077944384 290 0 0 0 7 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407191931536 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30959] ppid=30950 vsize=28968028 memory=4104 CPUtime=0.14 cores=0-7
/proc/30952/task/30959/stat : 30959 (java) S 30950 30950 23748 0 -1 1077944384 547 0 0 0 8 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407190878736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30960] ppid=30950 vsize=28968028 memory=1760 CPUtime=0.13 cores=0-7
/proc/30952/task/30960/stat : 30960 (java) S 30950 30950 23748 0 -1 1077944384 946 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407189825936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30961] ppid=30950 vsize=28968028 memory=111636 CPUtime=0.14 cores=0-7
/proc/30952/task/30961/stat : 30961 (java) S 30950 30950 23748 0 -1 1077944384 1374 0 0 0 9 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407188773136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30962] ppid=30950 vsize=28968028 memory=804 CPUtime=0.03 cores=0-7
/proc/30952/task/30962/stat : 30962 (java) S 30950 30950 23748 0 -1 1077944384 3131 0 0 0 2 1 0 0 20 0 28 0 476350501 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405707316080 140407243532930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30963] ppid=30950 vsize=28968028 memory=1804 CPUtime=0 cores=0-7
/proc/30952/task/30963/stat : 30963 (java) S 30950 30950 23748 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 476350501 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405706262112 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30964] ppid=30950 vsize=28968028 memory=916 CPUtime=0 cores=0-7
/proc/30952/task/30964/stat : 30964 (java) S 30950 30950 23748 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476350502 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405705209216 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30965] ppid=30950 vsize=28968028 memory=4764 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405704157520 140407243540379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30966] ppid=30950 vsize=28968028 memory=0 CPUtime=2.63 cores=0-7
/proc/30952/task/30966/stat : 30966 (java) S 30950 30950 23748 0 -1 1077944384 13566 0 0 0 260 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405635017072 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30967] ppid=30950 vsize=28968028 memory=0 CPUtime=2.5 cores=0-7
/proc/30952/task/30967/stat : 30967 (java) S 30950 30950 23748 0 -1 1077944384 12284 0 0 0 247 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405633964272 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30968] ppid=30950 vsize=28968028 memory=0 CPUtime=2.94 cores=0-7
/proc/30952/task/30968/stat : 30968 (java) S 30950 30950 23748 0 -1 1077944384 13908 0 0 0 291 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405632911472 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30969] ppid=30950 vsize=28968028 memory=0 CPUtime=0.95 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) S 30950 30950 23748 0 -1 1077944384 10853 0 0 0 92 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405631858672 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28968028 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28968028 memory=0 CPUtime=0.04 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1147 0 0 0 4 0 0 0 20 0 28 0 476350505 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31078] ppid=30950 vsize=28968028 memory=0 CPUtime=62.58 cores=0-7
/proc/30952/task/31078/stat : 31078 (java) S 30950 30950 23748 0 -1 1077944384 1488 0 0 0 6258 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405613408176 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31079] ppid=30950 vsize=28968028 memory=1456 CPUtime=62.59 cores=0-7
/proc/30952/task/31079/stat : 31079 (java) S 30950 30950 23748 0 -1 1077944384 1003 0 0 0 6258 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405619725520 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31080] ppid=30950 vsize=28968028 memory=1222784 CPUtime=62.59 cores=0-7
/proc/30952/task/31080/stat : 31080 (java) R 30950 30950 23748 0 -1 4202560 6418 0 0 0 6251 8 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405616561496 140406868240144 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31081] ppid=30950 vsize=28968028 memory=1056 CPUtime=62.55 cores=0-7
/proc/30952/task/31081/stat : 31081 (java) S 30950 30950 23748 0 -1 1077944384 3542 0 0 0 6249 6 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405615514576 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31082] ppid=30950 vsize=28968028 memory=3616 CPUtime=62.64 cores=0-7
/proc/30952/task/31082/stat : 31082 (java) S 30950 30950 23748 0 -1 1077944384 2039 0 0 0 6264 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405614461776 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31083] ppid=30950 vsize=28968028 memory=1552 CPUtime=62.55 cores=0-7
/proc/30952/task/31083/stat : 31083 (java) R 30950 30950 23748 0 -1 4202560 5478 0 0 0 6242 13 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405610255936 140406868631170 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31084] ppid=30950 vsize=28968028 memory=1708 CPUtime=62.38 cores=0-7
/proc/30952/task/31084/stat : 31084 (java) S 30950 30950 23748 0 -1 1077944384 1366 0 0 0 6237 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405608154704 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31085] ppid=30950 vsize=28968028 memory=1196 CPUtime=61.77 cores=0-7
/proc/30952/task/31085/stat : 31085 (java) S 30950 30950 23748 0 -1 1077944384 1297 0 0 0 6176 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405609207248 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 621.04 s
Current children cumulated vsize: 29081156 KiB
Current children cumulated memory: 1246348 KiB

[startup+83.5012 s]
/proc/loadavg: 7.45 7.91 8.08 9/219 31088
/proc/meminfo: memFree=24530300/32770624 swapFree=66966844/67108860
[pid=30950] ppid=30947 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30950/stat : 30950 (xcsp3-exec) S 30947 30950 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476350498 115843072 364 33554432000 4194304 5098028 140733144962656 140733144960760 139945972130428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30638080 140733144965975 140733144966234 140733144966234 140733144969158 0
/proc/30950/statm: 28282 364 305 221 0 87 0
[pid=30952] ppid=30950 vsize=28968028 memory=1244892 CPUtime=621.16 cores=0-7
/proc/30952/stat : 30952 (java) S 30950 30950 23748 0 -1 1077944320 103882 0 0 0 61995 121 0 0 20 0 28 0 476350498 29663260672 311223 33554432000 4194304 4196468 140736343596512 140736343579056 140407243521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
/proc/30952/statm: 7242007 311223 3537 1 0 7203107 0
[pid=30952/tid=30953] ppid=30950 vsize=28968028 memory=1244892 CPUtime=1.27 cores=0-7
/proc/30952/task/30953/stat : 30953 (java) S 30950 30950 23748 0 -1 1077944384 10579 0 0 0 121 6 0 0 20 0 28 0 476350499 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407247762560 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30954] ppid=30950 vsize=28968028 memory=1244892 CPUtime=0.14 cores=0-7
/proc/30952/task/30954/stat : 30954 (java) S 30950 30950 23748 0 -1 1077944384 696 0 0 0 8 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407196142736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30955] ppid=30950 vsize=28968028 memory=1244892 CPUtime=0.13 cores=0-7
/proc/30952/task/30955/stat : 30955 (java) S 30950 30950 23748 0 -1 1077944384 584 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407195089936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30956] ppid=30950 vsize=28968028 memory=1244892 CPUtime=0.15 cores=0-7
/proc/30952/task/30956/stat : 30956 (java) S 30950 30950 23748 0 -1 1077944384 1399 0 0 0 9 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407194037136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30957] ppid=30950 vsize=28968028 memory=1456 CPUtime=0.13 cores=0-7
/proc/30952/task/30957/stat : 30957 (java) S 30950 30950 23748 0 -1 1077944384 798 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407192984336 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30958] ppid=30950 vsize=28968028 memory=1240800 CPUtime=0.12 cores=0-7
/proc/30952/task/30958/stat : 30958 (java) S 30950 30950 23748 0 -1 1077944384 290 0 0 0 7 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407191931536 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30959] ppid=30950 vsize=28968028 memory=721496 CPUtime=0.14 cores=0-7
/proc/30952/task/30959/stat : 30959 (java) S 30950 30950 23748 0 -1 1077944384 547 0 0 0 8 6 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407190878736 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30960] ppid=30950 vsize=28968028 memory=1456 CPUtime=0.13 cores=0-7
/proc/30952/task/30960/stat : 30960 (java) S 30950 30950 23748 0 -1 1077944384 946 0 0 0 8 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407189825936 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30961] ppid=30950 vsize=28968028 memory=0 CPUtime=0.14 cores=0-7
/proc/30952/task/30961/stat : 30961 (java) S 30950 30950 23748 0 -1 1077944384 1374 0 0 0 9 5 0 0 20 0 28 0 476350500 29663260672 311223 33554432000 4194304 4196468 140736343596512 140407188773136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30962] ppid=30950 vsize=28968028 memory=7649399392871985203 CPUtime=0.03 cores=0-7
/proc/30952/task/30962/stat : 30962 (java) S 30950 30950 23748 0 -1 1077944384 3131 0 0 0 2 1 0 0 20 0 28 0 476350501 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405707316080 140407243532930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30963] ppid=30950 vsize=28968028 memory=0 CPUtime=0 cores=0-7
/proc/30952/task/30963/stat : 30963 (java) S 30950 30950 23748 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 476350501 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405706262112 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30964] ppid=30950 vsize=28968028 memory=-6737208495982354336 CPUtime=0 cores=0-7
/proc/30952/task/30964/stat : 30964 (java) S 30950 30950 23748 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476350502 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405705209216 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30965] ppid=30950 vsize=28968028 memory=1739 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (java) S 30950 30950 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405704157520 140407243540379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30966] ppid=30950 vsize=28968028 memory=1746 CPUtime=2.63 cores=0-7
/proc/30952/task/30966/stat : 30966 (java) S 30950 30950 23748 0 -1 1077944384 13566 0 0 0 260 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405635017072 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30967] ppid=30950 vsize=28968028 memory=55132 CPUtime=2.5 cores=0-7
/proc/30952/task/30967/stat : 30967 (java) S 30950 30950 23748 0 -1 1077944384 12284 0 0 0 247 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405633964272 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30968] ppid=30950 vsize=28968028 memory=1456 CPUtime=2.94 cores=0-7
/proc/30952/task/30968/stat : 30968 (java) S 30950 30950 23748 0 -1 1077944384 13908 0 0 0 291 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405632911472 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30969] ppid=30950 vsize=28968028 memory=266983757116112 CPUtime=0.95 cores=0-7
/proc/30952/task/30969/stat : 30969 (java) S 30950 30950 23748 0 -1 1077944384 10853 0 0 0 92 3 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405631858672 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30970] ppid=30950 vsize=28968028 memory=7594287674796765033 CPUtime=0 cores=0-7
/proc/30952/task/30970/stat : 30970 (java) S 30950 30950 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476350504 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405630807136 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=30971] ppid=30950 vsize=28968028 memory=1456 CPUtime=0.04 cores=0-7
/proc/30952/task/30971/stat : 30971 (java) S 30950 30950 23748 0 -1 1077944384 1147 0 0 0 4 0 0 0 20 0 28 0 476350505 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405629754416 140407243532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31078] ppid=30950 vsize=28968028 memory=1240804 CPUtime=62.58 cores=0-7
/proc/30952/task/31078/stat : 31078 (java) S 30950 30950 23748 0 -1 1077944384 1488 0 0 0 6258 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405613408176 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31079] ppid=30950 vsize=28968028 memory=1240804 CPUtime=62.59 cores=0-7
/proc/30952/task/31079/stat : 31079 (java) S 30950 30950 23748 0 -1 1077944384 1003 0 0 0 6258 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405619725520 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31080] ppid=30950 vsize=28968028 memory=55132 CPUtime=62.61 cores=0-7
/proc/30952/task/31080/stat : 31080 (java) S 30950 30950 23748 0 -1 1077944384 6420 0 0 0 6253 8 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405616567376 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31081] ppid=30950 vsize=28968028 memory=988 CPUtime=62.55 cores=0-7
/proc/30952/task/31081/stat : 31081 (java) S 30950 30950 23748 0 -1 1077944384 3542 0 0 0 6249 6 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405615514576 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31082] ppid=30950 vsize=28968028 memory=1456 CPUtime=62.64 cores=0-7
/proc/30952/task/31082/stat : 31082 (java) S 30950 30950 23748 0 -1 1077944384 2039 0 0 0 6264 0 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405614461776 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31083] ppid=30950 vsize=28968028 memory=1240804 CPUtime=62.65 cores=0-7
/proc/30952/task/31083/stat : 31083 (java) R 30950 30950 23748 0 -1 4202560 5478 0 0 0 6252 13 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405610255936 140406867245250 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31084] ppid=30950 vsize=28968028 memory=3608 CPUtime=62.38 cores=0-7
/proc/30952/task/31084/stat : 31084 (java) S 30950 30950 23748 0 -1 1077944384 1366 0 0 0 6237 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405608154704 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
[pid=30952/tid=31085] ppid=30950 vsize=28968028 memory=1456 CPUtime=61.77 cores=0-7
/proc/30952/task/31085/stat : 31085 (java) S 30950 30950 23748 0 -1 1077944384 1297 0 0 0 6176 1 0 0 20 0 28 0 476352558 29663260672 311223 33554432000 4194304 4196468 140736343596512 140405609207248 140407243531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27344896 140736343598044 140736343598219 140736343598219 140736343601103 0
Current children cumulated CPU time: 621.16 s
Current children cumulated vsize: 29081156 KiB
Current children cumulated memory: 1246348 KiB

Child status: 0
Real time (s): 83.5344
CPU time (s): 621.215
CPU user time (s): 619.975
CPU system time (s): 1.23988
CPU usage (%): 743.664
Max. virtual memory (cumulated for all children) (KiB): 29081156
Max. memory (cumulated for all children) (KiB): 1246348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.975
system time used= 1.23988
maximum resident set size= 1248996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8952
involuntary context switches= 7679


# summary of solver processes directly reported to runsolver:
#   pid: 30950
#   total CPU time (s): 621.215
#   total CPU user time (s): 619.975
#   total CPU system time (s): 1.23988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.699925 second user time and 1.04502 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 20:28:18
IDJOB=4404955
IDBENCH=126243
IDSOLVER=2866
FILE ID=node145/4404955-1569004140
RUNJOBID= node145-1568994215-23775
PBS_JOBID= 21704717
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 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 /var/tmp/evaluation-result-4404955-1569004140/watcher-4404955-1569004140 -o /var/tmp/evaluation-result-4404955-1569004140/solver-4404955-1569004140 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1771684972 HOME/instance-4404955-1569004140.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1771684972

node145.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.59
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.59
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.59
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.59
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:        25765852 kB
MemAvailable:   31821116 kB
Buffers:           96920 kB
Cached:          6120064 kB
SwapCached:        32484 kB
Active:          3019240 kB
Inactive:        3232776 kB
Active(anon):       4424 kB
Inactive(anon):    79836 kB
Active(file):    3014816 kB
Inactive(file):  3152940 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26216 kB
Writeback:             0 kB
AnonPages:        113288 kB
Mapped:            51612 kB
Shmem:             40640 kB
Slab:             344852 kB
SReclaimable:     315968 kB
SUnreclaim:        28884 kB
KernelStack:        3424 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node145 at 2019-09-20 20:29:42