Trace number 4406976

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT85 1518.5 191.469

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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-4406976-1569355998.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406976-1569355998.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.11/0.56	c solve instance...
1.54/0.66	o 198 
1.54/0.67	o 183 
1.54/0.70	o 170 
2.06/0.70	o 147 
2.06/0.70	o 141 
2.06/0.71	o 90 
2.06/0.72	o 86 
2.06/0.73	o 85 
1518.10/191.45	s OPTIMUM FOUND
1518.10/191.45	v <instantiation>
1518.10/191.45	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>
1518.10/191.45	v 	<values>0 4 2 1 3 7 8 9 13 11 10 14 12 6 5 10 1 6 1 8 1 4 8 2 6 13 5 11 4 5 </values>
1518.10/191.45	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406976-1569355998/watcher-4406976-1569355998 -o /var/tmp/evaluation-result-4406976-1569355998/solver-4406976-1569355998 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569355719-18277 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1801761912 HOME/instance-4406976-1569355998.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=18566, runsolver pid=18563
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.62 4.96 6.79 4/211 18587
/proc/meminfo: memFree=25586256/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28227396 memory=28732 CPUtime=0.12 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 5635 0 0 0 11 1 0 0 20 0 20 0 511538125 28904853504 7183 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7056849 7183 3146 1 0 7019032 0
[pid=18568/tid=18569] ppid=18566 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18566 18250 0 -1 4202560 3577 0 0 0 8 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089764786128 140089760562582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28227396 memory=139744307246720 CPUtime=0 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18573] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089710013200 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18574] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089708960400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18575] ppid=18566 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089707907600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18576] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089706854800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18577] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 7183 33554432000 4194304 4196468 140724430228768 140089705802000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18578] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088808807280 140089760561794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18579] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18566 18250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088807753248 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18580] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18566 18250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088806700400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18581] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088805648720 140089760569243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18582] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18566 18250 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088804596080 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18583] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088803543280 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18584] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18584/stat : 18584 (java) R 18566 18566 18250 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088802490480 140089743986385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18585] ppid=18566 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) R 18566 18566 18250 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088801437680 140089744631134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 7183 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30180 KiB

[startup+0.210524 s]*
/proc/loadavg: 2.62 4.96 6.79 3/211 18587
/proc/meminfo: memFree=25572780/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28227396 memory=41124 CPUtime=0.34 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 9534 0 0 0 31 3 0 0 20 0 20 0 511538125 28904853504 10281 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7056849 10281 3279 1 0 7019032 0
[pid=18568/tid=18569] ppid=18566 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18566 18250 0 -1 4202560 6623 0 0 0 18 2 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089764785344 140089760562582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28227396 memory=139744307262773 CPUtime=0 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18573] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089710013200 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18574] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089708960400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18575] ppid=18566 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089707907600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18576] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089706854800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18577] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28904853504 10281 33554432000 4194304 4196468 140724430228768 140089705802000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18578] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18566 18250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088808807280 140089760561794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18579] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18566 18250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088807753248 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18580] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18566 18250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511538128 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088806700400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18581] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088805648720 140089760569243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18582] ppid=18566 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18566 18250 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088804596080 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18583] ppid=18566 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18566 18250 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088803543280 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18584] ppid=18566 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18566 18250 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088802490480 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18585] ppid=18566 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) R 18566 18566 18250 0 -1 4202560 797 0 0 0 8 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088801437488 140089739479984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28904853504 10281 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42572 KiB

[startup+0.310431 s]*
/proc/loadavg: 2.62 4.96 6.79 2/211 18587
/proc/meminfo: memFree=25565860/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28231652 memory=49696 CPUtime=0.51 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 10802 0 0 0 47 4 0 0 20 0 20 0 511538125 28909211648 12424 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7057913 12424 3310 1 0 7019032 0
[pid=18568/tid=18569] ppid=18566 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18566 18250 0 -1 4202560 7790 0 0 0 27 3 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089764781760 140089744631164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18573] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089710013200 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18574] ppid=18566 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089708960400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18575] ppid=18566 vsize=28231652 memory=139744210154415 CPUtime=0 cores=0-7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089707907600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18576] ppid=18566 vsize=28231652 memory=139744210156720 CPUtime=0 cores=0-7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089706854800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18577] ppid=18566 vsize=28231652 memory=139744210159024 CPUtime=0 cores=0-7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538126 28909211648 12424 33554432000 4194304 4196468 140724430228768 140089705802000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18578] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18566 18250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511538128 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088808807280 140089760561794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18579] ppid=18566 vsize=28231652 memory=279488420325008 CPUtime=0 cores=0-7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18566 18250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511538128 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088807753248 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18580] ppid=18566 vsize=28231652 memory=279488420331920 CPUtime=0 cores=0-7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18566 18250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511538128 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088806700400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18581] ppid=18566 vsize=28231652 memory=279488420273072 CPUtime=0 cores=0-7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088805648720 140089760569243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18582] ppid=18566 vsize=28231652 memory=279488420345744 CPUtime=0.02 cores=0-7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18566 18250 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088804596080 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18583] ppid=18566 vsize=28231652 memory=279488420352656 CPUtime=0.02 cores=0-7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18566 18250 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088803543280 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18584] ppid=18566 vsize=28231652 memory=279488420350352 CPUtime=0.02 cores=0-7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18566 18250 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088802490480 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18585] ppid=18566 vsize=28231652 memory=279488420366512 CPUtime=0.12 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18566 18250 0 -1 1077944384 896 0 0 0 12 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088801437680 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511538131 28909211648 12424 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51144 KiB

[startup+0.70382 s]
/proc/loadavg: 2.62 4.96 6.79 6/211 18587
/proc/meminfo: memFree=25547692/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28766288 memory=132960 CPUtime=2.06 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 15678 0 0 0 198 8 0 0 20 0 21 0 511538125 29456678912 33240 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7191572 33240 3455 1 0 7152672 0
[pid=18568/tid=18569] ppid=18566 vsize=28766288 memory=279488420724400 CPUtime=0.55 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) S 18566 18566 18250 0 -1 1077944384 8761 0 0 0 52 3 0 0 20 0 22 0 511538126 29456678912 33240 33554432000 4194304 4196468 140724430228768 140089764791424 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28766288 memory=139744210363248 CPUtime=0 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 511538126 29456678912 33240 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 511538126 29456678912 33240 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28766288 memory=6124 CPUtime=0 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 511538126 29456678912 33240 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0

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

[pid=18568/tid=18585] ppid=18566 vsize=28767316 memory=920 CPUtime=0.66 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18566 18250 0 -1 1077944384 7437 0 0 0 64 2 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088801437680 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28767316 memory=4144 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28767316 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1838 0 0 0 1 1 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18652] ppid=18566 vsize=28767316 memory=243232 CPUtime=186.85 cores=0-7
/proc/18568/task/18652/stat : 18652 (java) R 18566 18566 18250 0 -1 4202560 1921 0 0 0 18685 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088788246088 140089372135052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18653] ppid=18566 vsize=28767316 memory=242032 CPUtime=187.42 cores=0-7
/proc/18568/task/18653/stat : 18653 (java) R 18566 18566 18250 0 -1 4202560 1788 0 0 0 18741 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088786141200 140089373614096 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18654] ppid=18566 vsize=28767316 memory=7301270007871663217 CPUtime=187.07 cores=0-7
/proc/18568/task/18654/stat : 18654 (java) R 18566 18566 18250 0 -1 4202560 4730 0 0 0 18707 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088787194488 140089373305989 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18655] ppid=18566 vsize=28767316 memory=7301270007871663217 CPUtime=187.48 cores=0-7
/proc/18568/task/18655/stat : 18655 (java) R 18566 18566 18250 0 -1 4202560 4029 0 0 0 18744 4 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088789298960 140089372136571 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18656] ppid=18566 vsize=28767316 memory=1448 CPUtime=188.02 cores=0-7
/proc/18568/task/18656/stat : 18656 (java) R 18566 18566 18250 0 -1 4202560 3586 0 0 0 18799 3 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088781933024 140089372135607 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18657] ppid=18566 vsize=28767316 memory=1708 CPUtime=187.95 cores=0-7
/proc/18568/task/18657/stat : 18657 (java) R 18566 18566 18250 0 -1 4202560 2348 0 0 0 18794 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088784035384 140089372308984 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18658] ppid=18566 vsize=28767316 memory=988 CPUtime=187.59 cores=0-7
/proc/18568/task/18658/stat : 18658 (java) R 18566 18566 18250 0 -1 4202560 2926 0 0 0 18757 2 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088785088704 140089372135677 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18659] ppid=18566 vsize=28767316 memory=3628 CPUtime=187.61 cores=0-7
/proc/18568/task/18659/stat : 18659 (java) R 18566 18566 18250 0 -1 4202560 3788 0 0 0 18760 1 0 0 20 0 28 0 511538199 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088790352240 140089372723680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 1510.23 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 244680 KiB

[startup+191.201 s]
/proc/loadavg: 7.96 6.52 7.07 9/219 18670
/proc/meminfo: memFree=25376240/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28767316 memory=243232 CPUtime=1516.51 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 116043 0 0 0 151584 67 0 0 20 0 28 0 511538125 29457731584 60808 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7191829 60808 3519 1 0 7152929 0
[pid=18568/tid=18569] ppid=18566 vsize=28767316 memory=6791534058613427641 CPUtime=0.55 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) S 18566 18566 18250 0 -1 1077944384 8763 0 0 0 52 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089764791424 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28767316 memory=1428 CPUtime=0.26 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2281 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28767316 memory=1540 CPUtime=0.28 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 1740 0 0 0 24 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28767316 memory=772 CPUtime=0.26 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 4771 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18573] ppid=18566 vsize=28767316 memory=10596 CPUtime=0.26 cores=0-7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18566 18250 0 -1 1077944384 1674 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089710013200 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18574] ppid=18566 vsize=28767316 memory=1708 CPUtime=0.26 cores=0-7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18566 18250 0 -1 1077944384 4073 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089708960400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18575] ppid=18566 vsize=28767316 memory=1448 CPUtime=0.26 cores=0-7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18566 18250 0 -1 1077944384 3244 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089707907600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18576] ppid=18566 vsize=28767316 memory=242052 CPUtime=0.26 cores=0-7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18566 18250 0 -1 1077944384 1774 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089706854800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18577] ppid=18566 vsize=28767316 memory=2016 CPUtime=0.26 cores=0-7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18566 18250 0 -1 1077944384 2751 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089705802000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18578] ppid=18566 vsize=28767316 memory=1428 CPUtime=0.29 cores=0-7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18566 18250 0 -1 1077944384 9231 0 0 0 24 5 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088808807280 140089760561794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18579] ppid=18566 vsize=28767316 memory=1540 CPUtime=0 cores=0-7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18566 18250 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088807753312 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18580] ppid=18566 vsize=28767316 memory=772 CPUtime=0 cores=0-7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18566 18250 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088806700416 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18581] ppid=18566 vsize=28767316 memory=1448 CPUtime=0 cores=0-7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088805648720 140089760569243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18582] ppid=18566 vsize=28767316 memory=6791534058613427641 CPUtime=2.23 cores=0-7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18566 18250 0 -1 1077944384 15369 0 0 0 220 3 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088804596080 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18583] ppid=18566 vsize=28767316 memory=1220 CPUtime=1.98 cores=0-7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18566 18250 0 -1 1077944384 12572 0 0 0 197 1 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088803543280 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18584] ppid=18566 vsize=28767316 memory=14004 CPUtime=1.59 cores=0-7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18566 18250 0 -1 1077944384 10668 0 0 0 157 2 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088802490480 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18585] ppid=18566 vsize=28767316 memory=14060 CPUtime=0.66 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18566 18250 0 -1 1077944384 7437 0 0 0 64 2 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088801437680 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28767316 memory=2116 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28767316 memory=33216 CPUtime=0.02 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1838 0 0 0 1 1 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18652] ppid=18566 vsize=28767316 memory=6791534058613427641 CPUtime=187.64 cores=0-7
/proc/18568/task/18652/stat : 18652 (java) R 18566 18566 18250 0 -1 4202560 1922 0 0 0 18764 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088788245440 140089373208086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18653] ppid=18566 vsize=28767316 memory=1556 CPUtime=188.2 cores=0-7
/proc/18568/task/18653/stat : 18653 (java) R 18566 18566 18250 0 -1 4202560 1788 0 0 0 18819 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088786141200 140089372136024 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18654] ppid=18566 vsize=28767316 memory=932 CPUtime=187.84 cores=0-7
/proc/18568/task/18654/stat : 18654 (java) R 18566 18566 18250 0 -1 4202560 4730 0 0 0 18784 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088787193976 140089745122929 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18655] ppid=18566 vsize=28767316 memory=3680 CPUtime=188.26 cores=0-7
/proc/18568/task/18655/stat : 18655 (java) R 18566 18566 18250 0 -1 4202560 4029 0 0 0 18822 4 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088789299056 140089373208821 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18656] ppid=18566 vsize=28767316 memory=836 CPUtime=188.82 cores=0-7
/proc/18568/task/18656/stat : 18656 (java) R 18566 18566 18250 0 -1 4202560 3587 0 0 0 18879 3 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088781930624 140089373927861 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18657] ppid=18566 vsize=28767316 memory=836 CPUtime=188.73 cores=0-7
/proc/18568/task/18657/stat : 18657 (java) R 18566 18566 18250 0 -1 4202560 2351 0 0 0 18872 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088784038288 140089372135120 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18658] ppid=18566 vsize=28767316 memory=1436 CPUtime=188.38 cores=0-7
/proc/18568/task/18658/stat : 18658 (java) R 18566 18566 18250 0 -1 4202560 2929 0 0 0 18836 2 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088785088496 140089372882512 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18659] ppid=18566 vsize=28767316 memory=1720 CPUtime=188.39 cores=0-7
/proc/18568/task/18659/stat : 18659 (java) R 18566 18566 18250 0 -1 4202560 3788 0 0 0 18838 1 0 0 20 0 28 0 511538199 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088790352208 140089372135294 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 1516.51 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 244680 KiB

[startup+191.401 s]
/proc/loadavg: 7.96 6.52 7.07 9/219 18670
/proc/meminfo: memFree=25376240/32770624 swapFree=66997532/67108860
[pid=18566] ppid=18563 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18566/stat : 18566 (xcsp3-exec) S 18563 18566 18250 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511538125 115843072 362 33554432000 4194304 5098028 140721043076144 140721043074248 140638251795068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24825856 140721043084113 140721043084373 140721043084373 140721043087302 0
/proc/18566/statm: 28282 362 304 221 0 87 0
[pid=18568] ppid=18566 vsize=28767316 memory=243232 CPUtime=1518.1 cores=0-7
/proc/18568/stat : 18568 (java) S 18566 18566 18250 0 -1 1077944320 116049 0 0 0 151743 67 0 0 20 0 28 0 511538125 29457731584 60808 33554432000 4194304 4196468 140724430228768 140724430211312 140089760550647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
/proc/18568/statm: 7191829 60808 3519 1 0 7152929 0
[pid=18568/tid=18569] ppid=18566 vsize=28767316 memory=1760 CPUtime=0.55 cores=0-7
/proc/18568/task/18569/stat : 18569 (java) S 18566 18566 18250 0 -1 1077944384 8763 0 0 0 52 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089764791424 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18570] ppid=18566 vsize=28767316 memory=111636 CPUtime=0.26 cores=0-7
/proc/18568/task/18570/stat : 18570 (java) S 18566 18566 18250 0 -1 1077944384 2281 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089713171600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18571] ppid=18566 vsize=28767316 memory=804 CPUtime=0.28 cores=0-7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18566 18250 0 -1 1077944384 1741 0 0 0 24 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089712118800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18572] ppid=18566 vsize=28767316 memory=4104 CPUtime=0.26 cores=0-7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18566 18250 0 -1 1077944384 4771 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089711066000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18573] ppid=18566 vsize=28767316 memory=1808 CPUtime=0.26 cores=0-7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18566 18250 0 -1 1077944384 1674 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089710013200 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18574] ppid=18566 vsize=28767316 memory=920 CPUtime=0.27 cores=0-7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18566 18250 0 -1 1077944384 4073 0 0 0 23 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089708960400 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18575] ppid=18566 vsize=28767316 memory=4144 CPUtime=0.26 cores=0-7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18566 18250 0 -1 1077944384 3246 0 0 0 23 3 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089707907600 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18576] ppid=18566 vsize=28767316 memory=1412 CPUtime=0.26 cores=0-7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18566 18250 0 -1 1077944384 1774 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089706854800 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18577] ppid=18566 vsize=28767316 memory=3564 CPUtime=0.26 cores=0-7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18566 18250 0 -1 1077944384 2751 0 0 0 22 4 0 0 20 0 28 0 511538126 29457731584 60808 33554432000 4194304 4196468 140724430228768 140089705802000 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18578] ppid=18566 vsize=28767316 memory=1448 CPUtime=0.29 cores=0-7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18566 18250 0 -1 1077944384 9231 0 0 0 24 5 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088808807280 140089760561794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18579] ppid=18566 vsize=28767316 memory=243232 CPUtime=0 cores=0-7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18566 18250 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088807753312 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18580] ppid=18566 vsize=28767316 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18566 18250 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 511538128 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088806700416 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18581] ppid=18566 vsize=28767316 memory=4104 CPUtime=0 cores=0-7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18566 18250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088805648720 140089760569243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18582] ppid=18566 vsize=28767316 memory=1808 CPUtime=2.23 cores=0-7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18566 18250 0 -1 1077944384 15369 0 0 0 220 3 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088804596080 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18583] ppid=18566 vsize=28767316 memory=920 CPUtime=1.98 cores=0-7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18566 18250 0 -1 1077944384 12572 0 0 0 197 1 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088803543280 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18584] ppid=18566 vsize=28767316 memory=988 CPUtime=1.59 cores=0-7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18566 18250 0 -1 1077944384 10668 0 0 0 157 2 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088802490480 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18585] ppid=18566 vsize=28767316 memory=3628 CPUtime=0.66 cores=0-7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18566 18250 0 -1 1077944384 7437 0 0 0 64 2 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088801437680 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18586] ppid=18566 vsize=28767316 memory=2828 CPUtime=0 cores=0-7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18566 18250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088800386144 140089760560853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18587] ppid=18566 vsize=28767316 memory=1048 CPUtime=0.02 cores=0-7
/proc/18568/task/18587/stat : 18587 (java) S 18566 18566 18250 0 -1 1077944384 1838 0 0 0 1 1 0 0 20 0 28 0 511538131 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088799333424 140089760561794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18652] ppid=18566 vsize=28767316 memory=6124 CPUtime=187.84 cores=0-7
/proc/18568/task/18652/stat : 18652 (java) R 18566 18566 18250 0 -1 4202560 1922 0 0 0 18784 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088788246216 140089373211615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18653] ppid=18566 vsize=28767316 memory=612 CPUtime=188.4 cores=0-7
/proc/18568/task/18653/stat : 18653 (java) R 18566 18566 18250 0 -1 4202560 1789 0 0 0 18839 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088786141600 140089372135294 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18654] ppid=18566 vsize=28767316 memory=1220 CPUtime=188.04 cores=0-7
/proc/18568/task/18654/stat : 18654 (java) R 18566 18566 18250 0 -1 4202560 4731 0 0 0 18804 0 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088787194376 140089373213763 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18655] ppid=18566 vsize=28767316 memory=14004 CPUtime=188.45 cores=0-7
/proc/18568/task/18655/stat : 18655 (java) R 18566 18566 18250 0 -1 4202560 4029 0 0 0 18841 4 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088789301744 140089375004778 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18656] ppid=18566 vsize=28767316 memory=14060 CPUtime=189.01 cores=0-7
/proc/18568/task/18656/stat : 18656 (java) R 18566 18566 18250 0 -1 4202560 3588 0 0 0 18898 3 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088781930112 140089373802187 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18657] ppid=18566 vsize=28767316 memory=2116 CPUtime=188.92 cores=0-7
/proc/18568/task/18657/stat : 18657 (java) R 18566 18566 18250 0 -1 4202560 2351 0 0 0 18891 1 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088784035672 140089372135404 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18658] ppid=18566 vsize=28767316 memory=33216 CPUtime=188.58 cores=0-7
/proc/18568/task/18658/stat : 18658 (java) R 18566 18566 18250 0 -1 4202560 2929 0 0 0 18856 2 0 0 20 0 28 0 511538198 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088785088640 140089372135289 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
[pid=18568/tid=18659] ppid=18566 vsize=28767316 memory=532 CPUtime=188.59 cores=0-7
/proc/18568/task/18659/stat : 18659 (java) R 18566 18566 18250 0 -1 4202560 3788 0 0 0 18858 1 0 0 20 0 28 0 511538199 29457731584 60808 33554432000 4194304 4196468 140724430228768 140088790352640 140089372135598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34885632 140724430234582 140724430234758 140724430234758 140724430237647 0
Current children cumulated CPU time: 1518.1 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 244680 KiB

Child status: 0
Real time (s): 191.469
CPU time (s): 1518.5
CPU user time (s): 1517.82
CPU system time (s): 0.686804
CPU usage (%): 793.082
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 245192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1517.82
system time used= 0.686804
maximum resident set size= 243744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31703
involuntary context switches= 19847


# summary of solver processes directly reported to runsolver:
#   pid: 18566
#   total CPU time (s): 1518.5
#   total CPU user time (s): 1517.82
#   total CPU system time (s): 0.686804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51181 second user time and 2.18464 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-24 22:12:36
IDJOB=4406976
IDBENCH=135750
IDSOLVER=2871
FILE ID=node140/4406976-1569355998
RUNJOBID= node140-1569355719-18277
PBS_JOBID= 21705100
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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-4406976-1569355998/watcher-4406976-1569355998 -o /var/tmp/evaluation-result-4406976-1569355998/solver-4406976-1569355998 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569355719-18277 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1801761912 HOME/instance-4406976-1569355998.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1801761912

node140.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.43
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.43
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.43
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.43
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:        25601796 kB
MemAvailable:   31842320 kB
Buffers:          131796 kB
Cached:          6206412 kB
SwapCached:         2776 kB
Active:          3159040 kB
Inactive:        3188364 kB
Active(anon):       5616 kB
Inactive(anon):    58400 kB
Active(file):    3153424 kB
Inactive(file):  3129964 kB
Unevictable:      107700 kB
Mlocked:          107700 kB
SwapTotal:      67108860 kB
SwapFree:       66997532 kB
Dirty:             26044 kB
Writeback:             0 kB
AnonPages:        391124 kB
Mapped:            57164 kB
Shmem:             46828 kB
Slab:             414556 kB
SReclaimable:     385596 kB
SUnreclaim:        28960 kB
KernelStack:        3840 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node140 at 2019-09-24 22:15:48