Trace number 4400477

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-16OPT104 668.691 168.442

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400477-1568694707.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400477-1568694707.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
0.34/0.54	c solve instance...
0.34/0.60	o 198 
0.34/0.61	o 196 
0.34/0.62	o 185 
0.34/0.62	o 184 
0.34/0.64	o 183 
0.34/0.65	o 171 
0.34/0.68	o 161 
0.34/0.69	o 160 
1.67/0.72	o 132 
1.67/0.72	o 122 
1.67/0.77	o 110 
1.67/0.78	o 106 
3.88/1.30	o 105 
4.69/1.52	o 104 
668.58/168.43	s OPTIMUM FOUND
668.58/168.43	v <instantiation>
668.58/168.43	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>
668.58/168.43	v 	<values>7 5 2 3 0 1 4 6 8 14 12 11 13 10 9 8 7 8 8 1 11 6 10 12 9 7 4 6 4 3 </values>
668.58/168.43	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400477-1568694707/watcher-4400477-1568694707 -o /tmp/evaluation-result-4400477-1568694707/solver-4400477-1568694707 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22970 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1533667730 HOME/instance-4400477-1568694707.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28472, runsolver pid=28469
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.31 7.18 4.36 6/234 28488
/proc/meminfo: memFree=27865116/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15144776 memory=27456 CPUtime=0.13 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 5901 0 0 0 12 1 0 0 20 0 15 0 445410820 15508250624 6864 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3786194 6864 3119 1 0 3748377 0
[pid=28474/tid=28475] ppid=28472 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) R 28472 28472 22939 0 -1 4202560 3765 0 0 0 9 0 0 0 20 0 15 0 445410820 15508250624 6864 33554432000 4194304 4196468 140732249744752 140283530887056 140283526677082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 6864 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 6864 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 6864 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 6864 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445410822 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445410823 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282994123552 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445410823 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282993071216 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) R 28472 28472 22939 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282990967408 140283526666882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) R 28472 28472 22939 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282989914608 140283519640777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) R 28472 28472 22939 0 -1 4202560 396 0 0 0 2 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282988862320 140283526667670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 6864 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28908 KiB

[startup+0.210868 s]*
/proc/loadavg: 8.31 7.18 4.36 6/234 28488
/proc/meminfo: memFree=27839232/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15144776 memory=39820 CPUtime=0.34 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 9729 0 0 0 31 3 0 0 20 0 15 0 445410820 15508250624 9955 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3786194 9955 3311 1 0 3748377 0
[pid=28474/tid=28475] ppid=28472 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) R 28472 28472 22939 0 -1 4202560 6702 0 0 0 18 2 0 0 20 0 15 0 445410820 15508250624 9955 33554432000 4194304 4196468 140732249744752 140283530888464 140283164520096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 9955 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15144776 memory=139994881859443 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 9955 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 9955 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445410821 15508250624 9955 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445410822 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445410823 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282994123552 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445410823 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282993071216 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) S 28472 28472 22939 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282990967408 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) S 28472 28472 22939 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282989914608 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15144776 memory=139994878506624 CPUtime=0.07 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) R 28472 28472 22939 0 -1 4202560 858 0 0 0 7 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282988862320 140283526667670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445410826 15508250624 9955 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41272 KiB

[startup+0.706822 s]*
/proc/loadavg: 8.31 7.18 4.36 12/238 28524
/proc/meminfo: memFree=27750352/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15485004 memory=144412 CPUtime=1.67 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 15599 0 0 0 160 7 0 0 20 0 19 0 445410820 15856644096 36103 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3871251 36103 3459 1 0 3832351 0
[pid=28474/tid=28475] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0.53 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) S 28472 28472 22939 0 -1 1077944384 9259 0 0 0 50 3 0 0 20 0 19 0 445410820 15856644096 36103 33554432000 4194304 4196468 140732249744752 140283530896512 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15484992 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445410821 15856631808 36103 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15485004 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 36103 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15485004 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 36103 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15485004 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 36103 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15485004 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445410822 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15485004 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282994123552 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15485004 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282993071216 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15485004 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15485004 memory=4426078206164241782 CPUtime=0.24 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) R 28472 28472 22939 0 -1 4202560 1467 0 0 0 24 0 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282990948424 140283510149974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15485004 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) R 28472 28472 22939 0 -1 4202560 961 0 0 0 26 0 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282989900488 140283508200224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15485004 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) R 28472 28472 22939 0 -1 4202560 1770 0 0 0 35 1 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282988859256 140283505613470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 36103 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28521] ppid=28472 vsize=15485004 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28474/task/28521/stat : 28521 (java) R 28472 28472 22939 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 445410889 15856644096 36615 33554432000 4194304 4196468 140732249744752 140282973328600 140283166710760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28522] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28522/stat : 28522 (java) R 28472 28472 22939 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 445410889 15856644096 36615 33554432000 4194304 4196468 140732249744752 140282976489888 140283163983780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28523] ppid=28472 vsize=15485004 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28474/task/28523/stat : 28523 (java) R 28472 28472 22939 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 19 0 445410889 15856644096 36615 33554432000 4194304 4196468 140732249744752 140282977540880 140283526665941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28524] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28524/stat : 28524 (java) R 28472 28472 22939 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 445410889 15856644096 36615 33554432000 4194304 4196468 140732249744752 140282972282080 140283508304814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 145864 KiB

[startup+0.81182 s]*
/proc/loadavg: 8.31 7.18 4.36 13/238 28540
/proc/meminfo: memFree=27720992/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15485004 memory=173348 CPUtime=2.03 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 17549 0 0 0 195 8 0 0 20 0 19 0 445410820 15856644096 43337 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3871251 43337 3463 1 0 3832351 0
[pid=28474/tid=28475] ppid=28472 vsize=15485004 memory=7883960649037381690 CPUtime=0.53 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) S 28472 28472 22939 0 -1 1077944384 9259 0 0 0 50 3 0 0 20 0 19 0 445410820 15856644096 43337 33554432000 4194304 4196468 140732249744752 140283530896512 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15485004 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 43337 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15485004 memory=139994881859443 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 43337 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 43337 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15485004 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 445410821 15856644096 43337 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15485004 memory=139994878506624 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445410822 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15485004 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282994123552 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282993071216 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15485004 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) R 28472 28472 22939 0 -1 4202560 2220 0 0 0 30 0 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282990952072 140283511764579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15485004 memory=-1 CPUtime=0.34 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) R 28472 28472 22939 0 -1 4202560 1360 0 0 0 34 0 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282989895624 140283507356032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15485004 memory=139994878506624 CPUtime=0.4 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) S 28472 28472 22939 0 -1 1077944384 2198 0 0 0 39 1 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282988862320 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15485004 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28537] ppid=28472 vsize=15485004 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28537/stat : 28537 (java) R 28472 28472 22939 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 445410899 15856644096 43337 33554432000 4194304 4196468 140732249744752 140282975431608 140283166674364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0

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

/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 647 0 0 0 0 2 0 0 20 0 19 0 445410826 15856644096 44855 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28545] ppid=28472 vsize=15485004 memory=1452 CPUtime=163.28 cores=0,2,4,6
/proc/28474/task/28545/stat : 28545 (java) R 28472 28472 22939 0 -1 4202560 698 0 0 0 16328 0 0 0 20 0 19 0 445410972 15856644096 44855 33554432000 4194304 4196468 140732249744752 140282976486736 140283167842310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28546] ppid=28472 vsize=15485004 memory=175276 CPUtime=163 cores=0,2,4,6
/proc/28474/task/28546/stat : 28546 (java) R 28472 28472 22939 0 -1 4202560 1865 0 0 0 16300 0 0 0 20 0 19 0 445410972 15856644096 44855 33554432000 4194304 4196468 140732249744752 140282975432840 140283167881615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28547] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=163.62 cores=0,2,4,6
/proc/28474/task/28547/stat : 28547 (java) R 28472 28472 22939 0 -1 4202560 2601 0 0 0 16362 0 0 0 20 0 19 0 445410972 15856644096 44855 33554432000 4194304 4196468 140732249744752 140282972274352 140283166863965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28548] ppid=28472 vsize=15485004 memory=4160 CPUtime=163.49 cores=0,2,4,6
/proc/28474/task/28548/stat : 28548 (java) R 28472 28472 22939 0 -1 4202560 1326 0 0 0 16349 0 0 0 20 0 19 0 445410972 15856644096 44855 33554432000 4194304 4196468 140732249744752 140282974380168 140283169319862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 662.19 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 180872 KiB

[startup+167.601 s]
/proc/loadavg: 8.29 7.68 5.01 10/238 28559
/proc/meminfo: memFree=27894932/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15485004 memory=181468 CPUtime=665.36 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 60466 0 0 0 66518 18 0 0 20 0 19 0 445410820 15856644096 45367 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3871251 45367 3517 1 0 3832351 0
[pid=28474/tid=28475] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0.53 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) S 28472 28472 22939 0 -1 1077944384 9259 0 0 0 50 3 0 0 20 0 19 0 445410820 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283530896512 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15485004 memory=179420 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 902 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15485004 memory=1452 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1715 0 0 0 7 3 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15485004 memory=171644 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1202 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15485004 memory=1452 CPUtime=0.09 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 1784 0 0 0 7 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15485004 memory=1436 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 1893 0 0 0 9 1 0 0 20 0 19 0 445410822 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15485004 memory=580 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282994123616 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15485004 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282993071232 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15485004 memory=10604 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15485004 memory=4160 CPUtime=2.15 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) S 28472 28472 22939 0 -1 1077944384 12140 0 0 0 214 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282990967408 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15485004 memory=0 CPUtime=2.29 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) S 28472 28472 22939 0 -1 1077944384 14940 0 0 0 228 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282989914608 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15485004 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) S 28472 28472 22939 0 -1 1077944384 6762 0 0 0 58 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282988862320 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15485004 memory=215 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15485004 memory=229 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 647 0 0 0 0 2 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28545] ppid=28472 vsize=15485004 memory=139994728699875 CPUtime=164.06 cores=0,2,4,6
/proc/28474/task/28545/stat : 28545 (java) R 28472 28472 22939 0 -1 4202560 699 0 0 0 16406 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282976483912 140283166863952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28546] ppid=28472 vsize=15485004 memory=3620 CPUtime=163.8 cores=0,2,4,6
/proc/28474/task/28546/stat : 28546 (java) R 28472 28472 22939 0 -1 4202560 1867 0 0 0 16380 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282975435488 140283169320229 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28547] ppid=28472 vsize=15485004 memory=1660 CPUtime=164.42 cores=0,2,4,6
/proc/28474/task/28547/stat : 28547 (java) R 28472 28472 22939 0 -1 4202560 2601 0 0 0 16442 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282972274160 140283167842447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28548] ppid=28472 vsize=15485004 memory=48276 CPUtime=164.29 cores=0,2,4,6
/proc/28474/task/28548/stat : 28548 (java) R 28472 28472 22939 0 -1 4202560 1327 0 0 0 16429 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282974380568 140283167908944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 665.36 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 182920 KiB

[startup+168.001 s]
/proc/loadavg: 8.29 7.68 5.01 10/238 28559
/proc/meminfo: memFree=27894932/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15485004 memory=181468 CPUtime=666.96 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 60466 0 0 0 66678 18 0 0 20 0 19 0 445410820 15856644096 45367 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3871251 45367 3517 1 0 3832351 0
[pid=28474/tid=28475] ppid=28472 vsize=15485004 memory=3620 CPUtime=0.53 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) S 28472 28472 22939 0 -1 1077944384 9259 0 0 0 50 3 0 0 20 0 19 0 445410820 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283530896512 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 902 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15485004 memory=1808 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1715 0 0 0 7 3 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15485004 memory=924 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1202 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15485004 memory=3804 CPUtime=0.09 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 1784 0 0 0 7 2 0 0 20 0 19 0 445410821 15856644096 45367 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15485004 memory=2608 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) R 28472 28472 22939 0 -1 1077944384 1893 0 0 0 9 1 0 0 20 0 19 0 445410822 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15485004 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282994123616 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15485004 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282993071232 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15485004 memory=1216 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15485004 memory=984 CPUtime=2.15 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) S 28472 28472 22939 0 -1 1077944384 12140 0 0 0 214 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282990967408 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15485004 memory=14004 CPUtime=2.29 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) S 28472 28472 22939 0 -1 1077944384 14940 0 0 0 228 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282989914608 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15485004 memory=25816 CPUtime=0.59 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) S 28472 28472 22939 0 -1 1077944384 6762 0 0 0 58 1 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282988862320 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15485004 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15485004 memory=2124 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 647 0 0 0 0 2 0 0 20 0 19 0 445410826 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28545] ppid=28472 vsize=15485004 memory=500 CPUtime=164.46 cores=0,2,4,6
/proc/28474/task/28545/stat : 28545 (java) R 28472 28472 22939 0 -1 1077944384 699 0 0 0 16446 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282976483912 140283526667670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28546] ppid=28472 vsize=15485004 memory=2008 CPUtime=164.2 cores=0,2,4,6
/proc/28474/task/28546/stat : 28546 (java) S 28472 28472 22939 0 -1 1077944384 1867 0 0 0 16420 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282975435600 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28547] ppid=28472 vsize=15485004 memory=1436 CPUtime=164.82 cores=0,2,4,6
/proc/28474/task/28547/stat : 28547 (java) S 28472 28472 22939 0 -1 1077944384 2601 0 0 0 16482 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282972274848 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28548] ppid=28472 vsize=15485004 memory=580 CPUtime=164.69 cores=0,2,4,6
/proc/28474/task/28548/stat : 28548 (java) S 28472 28472 22939 0 -1 1077944384 1327 0 0 0 16469 0 0 0 20 0 19 0 445410972 15856644096 45367 33554432000 4194304 4196468 140732249744752 140282974380032 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 666.96 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 182920 KiB

[startup+168.401 s]*
/proc/loadavg: 8.34 7.70 5.03 10/238 28559
/proc/meminfo: memFree=27894984/32770624 swapFree=66959728/67108860
[pid=28472] ppid=28469 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28472/stat : 28472 (xcsp3-exec) S 28469 28472 22939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445410820 115843072 363 33554432000 4194304 5098028 140731293505648 140731293503752 140058171183740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 38862848 140731293512570 140731293512813 140731293512813 140731293515722 0
/proc/28472/statm: 28282 363 304 221 0 87 0
[pid=28474] ppid=28472 vsize=15485004 memory=181484 CPUtime=668.58 cores=0,2,4,6
/proc/28474/stat : 28474 (java) S 28472 28472 22939 0 -1 1077944320 60473 0 0 0 66840 18 0 0 20 0 19 0 445410820 15856644096 45371 33554432000 4194304 4196468 140732249744752 140732249727296 140283526655735 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
/proc/28474/statm: 3871251 45371 3517 1 0 3832351 0
[pid=28474/tid=28475] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0.53 cores=0,2,4,6
/proc/28474/task/28475/stat : 28475 (java) S 28472 28472 22939 0 -1 1077944384 9259 0 0 0 50 3 0 0 20 0 19 0 445410820 15856644096 45371 33554432000 4194304 4196468 140732249744752 140283530896512 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28476] ppid=28472 vsize=15485004 memory=1984 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28476/stat : 28476 (java) S 28472 28472 22939 0 -1 1077944384 904 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45371 33554432000 4194304 4196468 140732249744752 140283498498960 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28477] ppid=28472 vsize=15485004 memory=2580 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28477/stat : 28477 (java) S 28472 28472 22939 0 -1 1077944384 1716 0 0 0 7 3 0 0 20 0 19 0 445410821 15856644096 45371 33554432000 4194304 4196468 140732249744752 140283117931280 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28478] ppid=28472 vsize=15485004 memory=1760 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28478/stat : 28478 (java) S 28472 28472 22939 0 -1 1077944384 1203 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45371 33554432000 4194304 4196468 140732249744752 140283116878992 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28479] ppid=28472 vsize=15485004 memory=111636 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28479/stat : 28479 (java) S 28472 28472 22939 0 -1 1077944384 1784 0 0 0 8 2 0 0 20 0 19 0 445410821 15856644096 45371 33554432000 4194304 4196468 140732249744752 140283115826192 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28480] ppid=28472 vsize=15485004 memory=800 CPUtime=0.1 cores=0,2,4,6
/proc/28474/task/28480/stat : 28480 (java) S 28472 28472 22939 0 -1 1077944384 1893 0 0 0 9 1 0 0 20 0 19 0 445410822 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282995177584 140283526666882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28481] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28481/stat : 28481 (java) S 28472 28472 22939 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282994123616 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28482] ppid=28472 vsize=15485004 memory=179420 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28482/stat : 28482 (java) S 28472 28472 22939 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 445410823 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282993071232 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28483] ppid=28472 vsize=15485004 memory=3148 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28483/stat : 28483 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282992019536 140283526674331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28484] ppid=28472 vsize=15485004 memory=1452 CPUtime=2.15 cores=0,2,4,6
/proc/28474/task/28484/stat : 28484 (java) S 28472 28472 22939 0 -1 1077944384 12140 0 0 0 214 1 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282990967408 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28485] ppid=28472 vsize=15485004 memory=179372 CPUtime=2.29 cores=0,2,4,6
/proc/28474/task/28485/stat : 28485 (java) S 28472 28472 22939 0 -1 1077944384 14940 0 0 0 228 1 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282989914608 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28486] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=0.59 cores=0,2,4,6
/proc/28474/task/28486/stat : 28486 (java) S 28472 28472 22939 0 -1 1077944384 6762 0 0 0 58 1 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282988862320 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28487] ppid=28472 vsize=15485004 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/28474/task/28487/stat : 28487 (java) S 28472 28472 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282987809760 140283526665941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28488] ppid=28472 vsize=15485004 memory=3148 CPUtime=0.02 cores=0,2,4,6
/proc/28474/task/28488/stat : 28488 (java) S 28472 28472 22939 0 -1 1077944384 647 0 0 0 0 2 0 0 20 0 19 0 445410826 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282986756528 140283526666882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28545] ppid=28472 vsize=15485004 memory=6791534058613427641 CPUtime=164.87 cores=0,2,4,6
/proc/28474/task/28545/stat : 28545 (java) R 28472 28472 22939 0 -1 4202560 699 0 0 0 16487 0 0 0 20 0 19 0 445410972 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282976483472 140283167841373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28546] ppid=28472 vsize=15485004 memory=1564 CPUtime=164.6 cores=0,2,4,6
/proc/28474/task/28546/stat : 28546 (java) R 28472 28472 22939 0 -1 4202560 1869 0 0 0 16460 0 0 0 20 0 19 0 445410972 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282975435600 140283167627814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28547] ppid=28472 vsize=15485004 memory=6060 CPUtime=165.21 cores=0,2,4,6
/proc/28474/task/28547/stat : 28547 (java) R 28472 28472 22939 0 -1 4202560 2602 0 0 0 16521 0 0 0 20 0 19 0 445410972 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282972274600 140283167627489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
[pid=28474/tid=28548] ppid=28472 vsize=15485004 memory=1060 CPUtime=165.09 cores=0,2,4,6
/proc/28474/task/28548/stat : 28548 (java) R 28472 28472 22939 0 -1 4202560 1327 0 0 0 16509 0 0 0 20 0 19 0 445410972 15856644096 45371 33554432000 4194304 4196468 140732249744752 140282974380136 140283167628045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140732249752559 140732249752730 140732249752730 140732249755599 0
Current children cumulated CPU time: 668.58 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 182936 KiB

Child status: 0
Real time (s): 168.442
CPU time (s): 668.691
CPU user time (s): 668.497
CPU system time (s): 0.193721
CPU usage (%): 396.987
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 214888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 668.497
system time used= 0.193721
maximum resident set size= 216476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10088
involuntary context switches= 16586


# summary of solver processes directly reported to runsolver:
#   pid: 28472
#   total CPU time (s): 668.691
#   total CPU user time (s): 668.497
#   total CPU system time (s): 0.193721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0894 second user time and 1.85415 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:31:06
IDJOB=4400477
IDBENCH=135736
IDSOLVER=2856
FILE ID=node124/4400477-1568694707
RUNJOBID= node124-1568694194-22970
PBS_JOBID= 21703802
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400477-1568694707/watcher-4400477-1568694707 -o /tmp/evaluation-result-4400477-1568694707/solver-4400477-1568694707 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22970 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1533667730 HOME/instance-4400477-1568694707.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=1533667730

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:        27879960 kB
MemAvailable:   31238160 kB
Buffers:          232160 kB
Cached:          3413468 kB
SwapCached:        46376 kB
Active:          1735936 kB
Inactive:        2563032 kB
Active(anon):     604736 kB
Inactive(anon):    98000 kB
Active(file):    1131200 kB
Inactive(file):  2465032 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26188 kB
Writeback:             0 kB
AnonPages:        724184 kB
Mapped:            62000 kB
Shmem:             40944 kB
Slab:             186956 kB
SReclaimable:     155604 kB
SUnreclaim:        31352 kB
KernelStack:        4080 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1864336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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 /tmp at the end= 61760 MiB
End job on node124 at 2019-09-17 06:33:55