Trace number 4404676

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 parallelOPT105 2769.23 349.433

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"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-4404676-1569005441.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404676-1569005441.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.57	c solve instance...
1.46/0.68	o 204 
1.46/0.69	o 203 
1.46/0.70	o 201 
1.97/0.70	o 188 
1.97/0.70	o 186 
1.97/0.72	o 153 
1.97/0.72	o 152 
1.97/0.73	o 126 
1.97/0.74	o 110 
1.97/0.74	o 109 
3.37/0.91	o 108 
3.37/0.92	o 105 
2769.04/349.42	s OPTIMUM FOUND
2769.04/349.42	v <instantiation>
2769.04/349.42	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>
2769.04/349.42	v 	<values>0 5 4 2 1 3 7 12 13 14 10 8 11 9 6 17 5 6 4 5 6 15 4 1 8 3 10 2 9 10 </values>
2769.04/349.42	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404676-1569005441/watcher-4404676-1569005441 -o /var/tmp/evaluation-result-4404676-1569005441/solver-4404676-1569005441 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569005314-11667 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1508533626 HOME/instance-4404676-1569005441.xml 

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

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


[startup+0.100886 s]*
/proc/loadavg: 7.98 8.31 8.33 2/211 11812
/proc/meminfo: memFree=15769064/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28227396 memory=30084 CPUtime=0.12 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 5424 0 0 0 11 1 0 0 20 0 20 0 476484201 28904853504 7521 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7056849 7521 3148 1 0 7019032 0
[pid=11793/tid=11794] ppid=11791 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) R 11791 11791 11640 0 -1 4202560 3370 0 0 0 8 0 0 0 20 0 20 0 476484201 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908285404016 139908281183638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28227396 memory=140707931072128 CPUtime=0 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11798] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11798/stat : 11798 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908230634384 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11799] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11799/stat : 11799 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908229581328 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11800] ppid=11791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11800/stat : 11800 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908228528784 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11801] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11801/stat : 11801 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908227475728 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11802] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11802/stat : 11802 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 7521 33554432000 4194304 4196468 140736894595712 139908226423184 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11803] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11803/stat : 11803 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906458745584 139908281182850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11804] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11804/stat : 11804 (java) S 11791 11791 11640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906457691808 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11805] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11805/stat : 11805 (java) S 11791 11791 11640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906456638704 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11806] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11806/stat : 11806 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906455587280 139908281190299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11807] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11807/stat : 11807 (java) S 11791 11791 11640 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906454534384 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11808] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11808/stat : 11808 (java) R 11791 11791 11640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906453481840 139908262503680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11809] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11809/stat : 11809 (java) R 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906452428784 139908281182850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11810] ppid=11791 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) R 11791 11791 11640 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906451371312 139908266337342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 7521 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31532 KiB

[startup+0.210673 s]*
/proc/loadavg: 7.98 8.31 8.33 2/211 11812
/proc/meminfo: memFree=15756444/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28227396 memory=40596 CPUtime=0.34 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 8924 0 0 0 32 2 0 0 20 0 20 0 476484201 28904853504 10149 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7056849 10149 3273 1 0 7019032 0
[pid=11793/tid=11794] ppid=11791 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) R 11791 11791 11640 0 -1 4202560 6173 0 0 0 18 1 0 0 20 0 20 0 476484201 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908285409728 139908281183638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28227396 memory=288371084082783872 CPUtime=0 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11798] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11798/stat : 11798 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908230634384 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11799] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11799/stat : 11799 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908229581328 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11800] ppid=11791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11800/stat : 11800 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908228528784 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11801] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11801/stat : 11801 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908227475728 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11802] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11802/stat : 11802 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28904853504 10149 33554432000 4194304 4196468 140736894595712 139908226423184 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11803] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11803/stat : 11803 (java) S 11791 11791 11640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906458745584 139908281182850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11804] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11804/stat : 11804 (java) S 11791 11791 11640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906457691808 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11805] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11805/stat : 11805 (java) S 11791 11791 11640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484204 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906456638704 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11806] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11806/stat : 11806 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906455587280 139908281190299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11807] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11807/stat : 11807 (java) S 11791 11791 11640 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906454534384 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11808] ppid=11791 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11793/task/11808/stat : 11808 (java) S 11791 11791 11640 0 -1 1077944384 131 0 0 0 2 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906453481840 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11809] ppid=11791 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/11793/task/11809/stat : 11809 (java) S 11791 11791 11640 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906452428784 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11810] ppid=11791 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) R 11791 11791 11640 0 -1 4202560 786 0 0 0 8 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906451376240 139908281183638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28904853504 10149 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42044 KiB

[startup+0.312313 s]*
/proc/loadavg: 7.98 8.31 8.33 3/211 11820
/proc/meminfo: memFree=15749004/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28231652 memory=49848 CPUtime=0.53 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 10319 0 0 0 50 3 0 0 20 0 20 0 476484201 28909211648 12462 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7057913 12462 3343 1 0 7019032 0
[pid=11793/tid=11794] ppid=11791 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) R 11791 11791 11640 0 -1 4202560 7285 0 0 0 27 2 0 0 20 0 20 0 476484201 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908285405488 139908281193629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11798] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11798/stat : 11798 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908230634384 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11799] ppid=11791 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/11793/task/11799/stat : 11799 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908229581328 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11800] ppid=11791 vsize=28231652 memory=140707826332591 CPUtime=0 cores=0-7
/proc/11793/task/11800/stat : 11800 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908228528784 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11801] ppid=11791 vsize=28231652 memory=140707826334896 CPUtime=0 cores=0-7
/proc/11793/task/11801/stat : 11801 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908227475728 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11802] ppid=11791 vsize=28231652 memory=140707826337200 CPUtime=0 cores=0-7
/proc/11793/task/11802/stat : 11802 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484202 28909211648 12462 33554432000 4194304 4196468 140736894595712 139908226423184 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11803] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11803/stat : 11803 (java) S 11791 11791 11640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476484204 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906458745584 139908281182850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11804] ppid=11791 vsize=28231652 memory=281415652681360 CPUtime=0 cores=0-7
/proc/11793/task/11804/stat : 11804 (java) S 11791 11791 11640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484204 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906457691808 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11805] ppid=11791 vsize=28231652 memory=281415652688272 CPUtime=0 cores=0-7
/proc/11793/task/11805/stat : 11805 (java) S 11791 11791 11640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484204 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906456638704 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11806] ppid=11791 vsize=28231652 memory=281415652629552 CPUtime=0 cores=0-7
/proc/11793/task/11806/stat : 11806 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906455587280 139908281190299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11807] ppid=11791 vsize=28231652 memory=281415652702096 CPUtime=0.01 cores=0-7
/proc/11793/task/11807/stat : 11807 (java) S 11791 11791 11640 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906454534384 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11808] ppid=11791 vsize=28231652 memory=281415652709008 CPUtime=0.04 cores=0-7
/proc/11793/task/11808/stat : 11808 (java) R 11791 11791 11640 0 -1 4202560 251 0 0 0 4 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906453481024 139908262694940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11809] ppid=11791 vsize=28231652 memory=281415652706704 CPUtime=0.03 cores=0-7
/proc/11793/task/11809/stat : 11809 (java) S 11791 11791 11640 0 -1 1077944384 98 0 0 0 3 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906452428784 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11810] ppid=11791 vsize=28231652 memory=281415652722864 CPUtime=0.13 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) S 11791 11791 11640 0 -1 1077944384 934 0 0 0 13 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906451376240 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484207 28909211648 12462 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51296 KiB

[startup+0.700896 s]
/proc/loadavg: 7.98 8.31 8.33 5/211 11820
/proc/meminfo: memFree=15731664/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28832852 memory=127344 CPUtime=1.97 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 15276 0 0 0 190 7 0 0 20 0 21 0 476484201 29524840448 31836 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7208213 31836 3455 1 0 7169313 0
[pid=11793/tid=11794] ppid=11791 vsize=28832852 memory=281415653080752 CPUtime=0.56 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) S 11791 11791 11640 0 -1 1077944384 8838 0 0 0 53 3 0 0 20 0 21 0 476484201 29524840448 31836 33554432000 4194304 4196468 140736894595712 139908285412480 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28832852 memory=140707826541424 CPUtime=0 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476484202 29524840448 31836 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476484202 29524840448 31836 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28832852 memory=1060 CPUtime=0 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 476484202 29524840448 31836 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0

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

[pid=11793/tid=11810] ppid=11791 vsize=28832852 memory=580 CPUtime=0.59 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) S 11791 11791 11640 0 -1 1077944384 6391 0 0 0 58 1 0 0 20 0 28 0 476484207 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906451376240 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28832852 memory=1716 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476484207 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28832852 memory=10604 CPUtime=0.06 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 2263 0 0 0 0 6 0 0 20 0 28 0 476484207 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11917] ppid=11791 vsize=28832852 memory=3636 CPUtime=344.09 cores=0-7
/proc/11793/task/11917/stat : 11917 (java) R 11791 11791 11640 0 -1 4202560 3599 0 0 0 34407 2 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906437946288 139907909728671 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11918] ppid=11791 vsize=28832852 memory=776 CPUtime=344.11 cores=0-7
/proc/11793/task/11918/stat : 11918 (java) R 11791 11791 11640 0 -1 4202560 3682 0 0 0 34409 2 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906435842576 139907910618143 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11919] ppid=11791 vsize=28832852 memory=6791534058613427641 CPUtime=343.43 cores=0-7
/proc/11793/task/11919/stat : 11919 (java) R 11791 11791 11640 0 -1 4202560 3276 0 0 0 34339 4 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906433736848 139907910615320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11920] ppid=11791 vsize=28832852 memory=2124 CPUtime=343.31 cores=0-7
/proc/11793/task/11920/stat : 11920 (java) R 11791 11791 11640 0 -1 4202560 12272 0 0 0 34321 10 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906432684304 139907909728800 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11921] ppid=11791 vsize=28832852 memory=500 CPUtime=343.62 cores=0-7
/proc/11793/task/11921/stat : 11921 (java) R 11791 11791 11640 0 -1 4202560 8092 0 0 0 34358 4 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906436894224 139907909866094 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11922] ppid=11791 vsize=28832852 memory=1556 CPUtime=344.1 cores=0-7
/proc/11793/task/11922/stat : 11922 (java) R 11791 11791 11640 0 -1 1077944384 5790 0 0 0 34407 3 0 0 20 0 28 0 476484293 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906440055456 139908281181909 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11923] ppid=11791 vsize=28832852 memory=928 CPUtime=343.19 cores=0-7
/proc/11793/task/11923/stat : 11923 (java) R 11791 11791 11640 0 -1 4202560 3003 0 0 0 34318 1 0 0 20 0 28 0 476484294 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906381894288 139907909866507 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11924] ppid=11791 vsize=28832852 memory=1772 CPUtime=343.95 cores=0-7
/proc/11793/task/11924/stat : 11924 (java) R 11791 11791 11640 0 -1 4202560 4333 0 0 0 34393 2 0 0 20 0 28 0 476484295 29524840448 109310 33554432000 4194304 4196468 140736894595712 139906439000464 139907910694420 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 2764.31 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 438688 KiB

[startup+349.202 s]
/proc/loadavg: 8.35 8.37 8.35 9/219 11947
/proc/meminfo: memFree=15362380/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28832852 memory=437248 CPUtime=2767.45 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 147620 0 0 0 276640 105 0 0 20 0 28 0 476484201 29524840448 109312 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7208213 109312 3531 1 0 7169313 0
[pid=11793/tid=11794] ppid=11791 vsize=28832852 memory=437240 CPUtime=0.57 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) S 11791 11791 11640 0 -1 1077944384 8838 0 0 0 53 4 0 0 20 0 28 0 476484201 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908285412480 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28832852 memory=14004 CPUtime=0.72 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 5175 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28832852 memory=30220 CPUtime=0.72 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 6138 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28832852 memory=14048 CPUtime=0.72 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 5096 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11798] ppid=11791 vsize=28832852 memory=2124 CPUtime=0.74 cores=0-7
/proc/11793/task/11798/stat : 11798 (java) S 11791 11791 11640 0 -1 1077944384 4777 0 0 0 68 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908230634384 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11799] ppid=11791 vsize=28832852 memory=500 CPUtime=0.71 cores=0-7
/proc/11793/task/11799/stat : 11799 (java) S 11791 11791 11640 0 -1 1077944384 4374 0 0 0 64 7 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908229581328 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11800] ppid=11791 vsize=28832852 memory=1556 CPUtime=0.71 cores=0-7
/proc/11793/task/11800/stat : 11800 (java) S 11791 11791 11640 0 -1 1077944384 4252 0 0 0 65 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908228528784 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11801] ppid=11791 vsize=28832852 memory=1216 CPUtime=0.72 cores=0-7
/proc/11793/task/11801/stat : 11801 (java) S 11791 11791 11640 0 -1 1077944384 3994 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908227475728 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11802] ppid=11791 vsize=28832852 memory=984 CPUtime=0.74 cores=0-7
/proc/11793/task/11802/stat : 11802 (java) S 11791 11791 11640 0 -1 1077944384 4531 0 0 0 69 5 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908226423184 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11803] ppid=11791 vsize=28832852 memory=1448 CPUtime=0.62 cores=0-7
/proc/11793/task/11803/stat : 11803 (java) S 11791 11791 11640 0 -1 1077944384 16642 0 0 0 52 10 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906458745584 139908281182850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11804] ppid=11791 vsize=28832852 memory=437240 CPUtime=0 cores=0-7
/proc/11793/task/11804/stat : 11804 (java) S 11791 11791 11640 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906457691872 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11805] ppid=11791 vsize=28832852 memory=14048 CPUtime=0 cores=0-7
/proc/11793/task/11805/stat : 11805 (java) S 11791 11791 11640 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906456638720 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11806] ppid=11791 vsize=28832852 memory=2124 CPUtime=0 cores=0-7
/proc/11793/task/11806/stat : 11806 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906455587280 139908281190299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11807] ppid=11791 vsize=28832852 memory=500 CPUtime=1.65 cores=0-7
/proc/11793/task/11807/stat : 11807 (java) S 11791 11791 11640 0 -1 1077944384 7635 0 0 0 164 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906454534384 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11808] ppid=11791 vsize=28832852 memory=1556 CPUtime=1.81 cores=0-7
/proc/11793/task/11808/stat : 11808 (java) S 11791 11791 11640 0 -1 1077944384 11257 0 0 0 180 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906453481840 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11809] ppid=11791 vsize=28832852 memory=928 CPUtime=1.62 cores=0-7
/proc/11793/task/11809/stat : 11809 (java) S 11791 11791 11640 0 -1 1077944384 8922 0 0 0 161 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906452428784 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11810] ppid=11791 vsize=28832852 memory=1772 CPUtime=0.59 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) S 11791 11791 11640 0 -1 1077944384 6391 0 0 0 58 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906451376240 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28832852 memory=437240 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28832852 memory=1760 CPUtime=0.06 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 2263 0 0 0 0 6 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11917] ppid=11791 vsize=28832852 memory=111636 CPUtime=344.49 cores=0-7
/proc/11793/task/11917/stat : 11917 (java) R 11791 11791 11640 0 -1 4202560 3599 0 0 0 34447 2 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906437946208 139907910000063 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11918] ppid=11791 vsize=28832852 memory=800 CPUtime=344.51 cores=0-7
/proc/11793/task/11918/stat : 11918 (java) R 11791 11791 11640 0 -1 4202560 3682 0 0 0 34449 2 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906435843024 139907911032004 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11919] ppid=11791 vsize=28832852 memory=4104 CPUtime=343.83 cores=0-7
/proc/11793/task/11919/stat : 11919 (java) R 11791 11791 11640 0 -1 4202560 3276 0 0 0 34379 4 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906433736928 139907910001373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11920] ppid=11791 vsize=28832852 memory=1808 CPUtime=343.69 cores=0-7
/proc/11793/task/11920/stat : 11920 (java) R 11791 11791 11640 0 -1 4202560 12274 0 0 0 34359 10 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906432683520 139907910001359 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11921] ppid=11791 vsize=28832852 memory=924 CPUtime=344 cores=0-7
/proc/11793/task/11921/stat : 11921 (java) R 11791 11791 11640 0 -1 4202560 8092 0 0 0 34396 4 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906436894744 139907910804383 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11922] ppid=11791 vsize=28832852 memory=4132 CPUtime=344.48 cores=0-7
/proc/11793/task/11922/stat : 11922 (java) R 11791 11791 11640 0 -1 4202560 5791 0 0 0 34445 3 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906440052792 139907910001208 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11923] ppid=11791 vsize=28832852 memory=1412 CPUtime=343.59 cores=0-7
/proc/11793/task/11923/stat : 11923 (java) R 11791 11791 11640 0 -1 4202560 3003 0 0 0 34358 1 0 0 20 0 28 0 476484294 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906381894040 139907910000228 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11924] ppid=11791 vsize=28832852 memory=3804 CPUtime=344.35 cores=0-7
/proc/11793/task/11924/stat : 11924 (java) R 11791 11791 11640 0 -1 4202560 4333 0 0 0 34433 2 0 0 20 0 28 0 476484295 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906439003584 139907910000515 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 2767.45 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 438696 KiB

[startup+349.402 s]
/proc/loadavg: 8.35 8.37 8.35 9/219 11947
/proc/meminfo: memFree=15362380/32770624 swapFree=66976740/67108860
[pid=11791] ppid=11788 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11791/stat : 11791 (xcsp3-exec) S 11788 11791 11640 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476484201 115843072 362 33554432000 4194304 5098028 140733188772032 140733188770136 140459711730300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13639680 140733188780881 140733188781141 140733188781141 140733188784070 0
/proc/11791/statm: 28282 362 304 221 0 87 0
[pid=11793] ppid=11791 vsize=28832852 memory=437248 CPUtime=2769.04 cores=0-7
/proc/11793/stat : 11793 (java) S 11791 11791 11640 0 -1 1077944320 147621 0 0 0 276799 105 0 0 20 0 28 0 476484201 29524840448 109312 33554432000 4194304 4196468 140736894595712 140736894578256 139908281171703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
/proc/11793/statm: 7208213 109312 3531 1 0 7169313 0
[pid=11793/tid=11794] ppid=11791 vsize=28832852 memory=14981057220971048 CPUtime=0.57 cores=0-7
/proc/11793/task/11794/stat : 11794 (java) S 11791 11791 11640 0 -1 1077944384 8838 0 0 0 53 4 0 0 20 0 28 0 476484201 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908285412480 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11795] ppid=11791 vsize=28832852 memory=1984 CPUtime=0.72 cores=0-7
/proc/11793/task/11795/stat : 11795 (java) S 11791 11791 11640 0 -1 1077944384 5175 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908233792528 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11796] ppid=11791 vsize=28832852 memory=2580 CPUtime=0.72 cores=0-7
/proc/11793/task/11796/stat : 11796 (java) S 11791 11791 11640 0 -1 1077944384 6138 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908232739984 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11797] ppid=11791 vsize=28832852 memory=1760 CPUtime=0.72 cores=0-7
/proc/11793/task/11797/stat : 11797 (java) S 11791 11791 11640 0 -1 1077944384 5096 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908231686928 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11798] ppid=11791 vsize=28832852 memory=111636 CPUtime=0.74 cores=0-7
/proc/11793/task/11798/stat : 11798 (java) S 11791 11791 11640 0 -1 1077944384 4777 0 0 0 68 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908230634384 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11799] ppid=11791 vsize=28832852 memory=800 CPUtime=0.71 cores=0-7
/proc/11793/task/11799/stat : 11799 (java) S 11791 11791 11640 0 -1 1077944384 4374 0 0 0 64 7 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908229581328 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11800] ppid=11791 vsize=28832852 memory=4104 CPUtime=0.71 cores=0-7
/proc/11793/task/11800/stat : 11800 (java) S 11791 11791 11640 0 -1 1077944384 4252 0 0 0 65 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908228528784 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11801] ppid=11791 vsize=28832852 memory=1808 CPUtime=0.72 cores=0-7
/proc/11793/task/11801/stat : 11801 (java) S 11791 11791 11640 0 -1 1077944384 3994 0 0 0 66 6 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908227475728 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11802] ppid=11791 vsize=28832852 memory=924 CPUtime=0.74 cores=0-7
/proc/11793/task/11802/stat : 11802 (java) S 11791 11791 11640 0 -1 1077944384 4531 0 0 0 69 5 0 0 20 0 28 0 476484202 29524840448 109312 33554432000 4194304 4196468 140736894595712 139908226423184 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11803] ppid=11791 vsize=28832852 memory=6791534058613427641 CPUtime=0.62 cores=0-7
/proc/11793/task/11803/stat : 11803 (java) S 11791 11791 11640 0 -1 1077944384 16642 0 0 0 52 10 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906458745584 139908281182850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11804] ppid=11791 vsize=28832852 memory=56180 CPUtime=0 cores=0-7
/proc/11793/task/11804/stat : 11804 (java) S 11791 11791 11640 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906457691872 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11805] ppid=11791 vsize=28832852 memory=988 CPUtime=0 cores=0-7
/proc/11793/task/11805/stat : 11805 (java) S 11791 11791 11640 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476484204 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906456638720 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11806] ppid=11791 vsize=28832852 memory=2008 CPUtime=0 cores=0-7
/proc/11793/task/11806/stat : 11806 (java) S 11791 11791 11640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906455587280 139908281190299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11807] ppid=11791 vsize=28832852 memory=1436 CPUtime=1.65 cores=0-7
/proc/11793/task/11807/stat : 11807 (java) S 11791 11791 11640 0 -1 1077944384 7635 0 0 0 164 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906454534384 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11808] ppid=11791 vsize=28832852 memory=580 CPUtime=1.81 cores=0-7
/proc/11793/task/11808/stat : 11808 (java) S 11791 11791 11640 0 -1 1077944384 11257 0 0 0 180 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906453481840 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11809] ppid=11791 vsize=28832852 memory=1716 CPUtime=1.62 cores=0-7
/proc/11793/task/11809/stat : 11809 (java) S 11791 11791 11640 0 -1 1077944384 8922 0 0 0 161 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906452428784 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11810] ppid=11791 vsize=28832852 memory=10604 CPUtime=0.59 cores=0-7
/proc/11793/task/11810/stat : 11810 (java) S 11791 11791 11640 0 -1 1077944384 6391 0 0 0 58 1 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906451376240 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11811] ppid=11791 vsize=28832852 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11793/task/11811/stat : 11811 (java) S 11791 11791 11640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906450324448 139908281181909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11812] ppid=11791 vsize=28832852 memory=776 CPUtime=0.06 cores=0-7
/proc/11793/task/11812/stat : 11812 (java) S 11791 11791 11640 0 -1 1077944384 2263 0 0 0 0 6 0 0 20 0 28 0 476484207 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906449271984 139908281182850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11917] ppid=11791 vsize=28832852 memory=1564 CPUtime=344.69 cores=0-7
/proc/11793/task/11917/stat : 11917 (java) R 11791 11791 11640 0 -1 4202560 3599 0 0 0 34467 2 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906437946256 139907910000072 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11918] ppid=11791 vsize=28832852 memory=3620 CPUtime=344.7 cores=0-7
/proc/11793/task/11918/stat : 11918 (java) R 11791 11791 11640 0 -1 4202560 3682 0 0 0 34468 2 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906435842576 139907910000722 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11919] ppid=11791 vsize=28832852 memory=288230574492221466 CPUtime=344.03 cores=0-7
/proc/11793/task/11919/stat : 11919 (java) R 11791 11791 11640 0 -1 4202560 3276 0 0 0 34399 4 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906433736976 139907910001424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11920] ppid=11791 vsize=28832852 memory=288230583166042426 CPUtime=343.88 cores=0-7
/proc/11793/task/11920/stat : 11920 (java) R 11791 11791 11640 0 -1 4202560 12274 0 0 0 34378 10 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906432683728 139907909999804 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11921] ppid=11791 vsize=28832852 memory=14981057220971048 CPUtime=344.2 cores=0-7
/proc/11793/task/11921/stat : 11921 (java) R 11791 11791 11640 0 -1 4202560 8093 0 0 0 34416 4 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906436894608 139908260882145 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11922] ppid=11791 vsize=28832852 memory=1216 CPUtime=344.68 cores=0-7
/proc/11793/task/11922/stat : 11922 (java) R 11791 11791 11640 0 -1 4202560 5791 0 0 0 34465 3 0 0 20 0 28 0 476484293 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906440055456 139907910694437 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11923] ppid=11791 vsize=28832852 memory=984 CPUtime=343.78 cores=0-7
/proc/11793/task/11923/stat : 11923 (java) R 11791 11791 11640 0 -1 4202560 3003 0 0 0 34377 1 0 0 20 0 28 0 476484294 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906381893848 139907909999814 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
[pid=11793/tid=11924] ppid=11791 vsize=28832852 memory=14004 CPUtime=344.55 cores=0-7
/proc/11793/task/11924/stat : 11924 (java) R 11791 11791 11640 0 -1 4202560 4333 0 0 0 34453 2 0 0 20 0 28 0 476484295 29524840448 109312 33554432000 4194304 4196468 140736894595712 139906439000752 139907911437986 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 20598784 140736894600150 140736894600326 140736894600326 140736894603215 0
Current children cumulated CPU time: 2769.04 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 438696 KiB

Child status: 0
Real time (s): 349.433
CPU time (s): 2769.23
CPU user time (s): 2768.17
CPU system time (s): 1.06567
CPU usage (%): 792.492
Max. virtual memory (cumulated for all children) (KiB): 28948064
Max. memory (cumulated for all children) (KiB): 601408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2768.17
system time used= 1.06567
maximum resident set size= 633204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56668
involuntary context switches= 35808


# summary of solver processes directly reported to runsolver:
#   pid: 11791
#   total CPU time (s): 2769.23
#   total CPU user time (s): 2768.17
#   total CPU system time (s): 1.06567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13304 second user time and 3.62095 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 20:50:00
IDJOB=4404676
IDBENCH=135746
IDSOLVER=2865
FILE ID=node124/4404676-1569005441
RUNJOBID= node124-1569005314-11667
PBS_JOBID= 21704756
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.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-4404676-1569005441/watcher-4404676-1569005441 -o /var/tmp/evaluation-result-4404676-1569005441/solver-4404676-1569005441 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569005314-11667 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1508533626 HOME/instance-4404676-1569005441.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1508533626

node124.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.47
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.47
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.47
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.47
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:        15786992 kB
MemAvailable:   31822580 kB
Buffers:          138996 kB
Cached:         15842468 kB
SwapCached:        28940 kB
Active:          7956608 kB
Inactive:        8060504 kB
Active(anon):       4648 kB
Inactive(anon):    80500 kB
Active(file):    7951960 kB
Inactive(file):  7980004 kB
Unevictable:      108080 kB
Mlocked:          108080 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             26148 kB
Writeback:             0 kB
AnonPages:        115924 kB
Mapped:            52644 kB
Shmem:             40884 kB
Slab:             560388 kB
SReclaimable:     532084 kB
SUnreclaim:        28304 kB
KernelStack:        3712 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node124 at 2019-09-20 20:55:50