Trace number 4399877

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-16 parallelOPT104 1318.9 166.369

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 benchmark39.3333
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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399877-1568711612.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399877-1568711612.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.08/0.57	c solve instance...
1.49/0.66	o 198 
1.49/0.68	o 191 
1.49/0.69	o 185 
2.03/0.70	o 184 
2.03/0.70	o 117 
2.03/0.72	o 112 
2.03/0.73	o 111 
2.03/0.74	o 110 
2.03/0.75	o 106 
7.14/1.47	o 105 
7.89/1.52	o 104 
1318.44/166.35	s OPTIMUM FOUND
1318.44/166.35	v <instantiation>
1318.44/166.35	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>
1318.44/166.35	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>
1318.44/166.35	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 (14783 MiB free)
  memory of node 1: 16384 MiB (15196 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399877-1568711612/watcher-4399877-1568711612 -o /tmp/evaluation-result-4399877-1568711612/solver-4399877-1568711612 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568711571-15048 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1102546209 HOME/instance-4399877-1568711612.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
Current StackSize limit: 8192 KiB

solver pid=15065, runsolver pid=15062

[startup+0.100155 s]*
/proc/loadavg: 9.52 8.80 8.50 2/213 15086
/proc/meminfo: memFree=30682080/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28227396 memory=29824 CPUtime=0.12 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 5928 0 0 0 10 2 0 0 20 0 20 0 447075162 28904853504 7456 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7056849 7456 3118 1 0 7019032 0
[pid=15067/tid=15068] ppid=15065 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) R 15065 15065 15021 0 -1 4202560 3847 0 0 0 7 1 0 0 20 0 20 0 447075162 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458938132272 140458933910934 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28227396 memory=139709521622656 CPUtime=0 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15072] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15072/stat : 15072 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458482318480 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15073] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15073/stat : 15073 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458481264912 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15074] ppid=15065 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15074/stat : 15074 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458480212368 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15075] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15075/stat : 15075 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458479159824 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15076] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15076/stat : 15076 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 7456 33554432000 4194304 4196468 140724006367648 140458478107280 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15077] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15077/stat : 15077 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075164 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457178761712 140458933910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15078] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15078/stat : 15078 (java) S 15065 15065 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447075165 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457177707936 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15079] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15079/stat : 15079 (java) S 15065 15065 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447075165 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457176655344 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15080] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15080/stat : 15080 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457107516112 140458933917595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15081] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15081/stat : 15081 (java) S 15065 15065 15021 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457106462704 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15082] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15082/stat : 15082 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457105410160 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15083] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15083/stat : 15083 (java) S 15065 15065 15021 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457104357616 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15084] ppid=15065 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) R 15065 15065 15021 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457103305072 140458933910934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 7456 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31276 KiB

[startup+0.209944 s]*
/proc/loadavg: 9.52 8.80 8.50 2/213 15086
/proc/meminfo: memFree=30669692/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28227396 memory=41044 CPUtime=0.34 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 9500 0 0 0 30 4 0 0 20 0 20 0 447075162 28904853504 10261 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7056849 10261 3295 1 0 7019032 0
[pid=15067/tid=15068] ppid=15065 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) R 15065 15065 15021 0 -1 4202560 6682 0 0 0 17 3 0 0 20 0 20 0 447075162 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458938130912 140458917979486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28227396 memory=139709521637630 CPUtime=0 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15072] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15072/stat : 15072 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458482318480 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15073] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15073/stat : 15073 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458481264912 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15074] ppid=15065 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15074/stat : 15074 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458480212368 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15075] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15075/stat : 15075 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458479159824 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15076] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15076/stat : 15076 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28904853504 10261 33554432000 4194304 4196468 140724006367648 140458478107280 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15077] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15077/stat : 15077 (java) S 15065 15065 15021 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447075164 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457178761712 140458933910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15078] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15078/stat : 15078 (java) S 15065 15065 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447075165 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457177707936 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15079] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15079/stat : 15079 (java) S 15065 15065 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447075165 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457176655344 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15080] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15080/stat : 15080 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457107516112 140458933917595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15081] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15081/stat : 15081 (java) S 15065 15065 15021 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457106462704 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15082] ppid=15065 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15067/task/15082/stat : 15082 (java) S 15065 15065 15021 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457105410160 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15083] ppid=15065 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15067/task/15083/stat : 15083 (java) S 15065 15065 15021 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457104357616 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15084] ppid=15065 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) R 15065 15065 15021 0 -1 4202560 714 0 0 0 8 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457103305072 140458933920346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28904853504 10261 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42496 KiB

[startup+0.309535 s]*
/proc/loadavg: 9.52 8.80 8.50 3/213 15086
/proc/meminfo: memFree=30662284/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28231652 memory=49852 CPUtime=0.53 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 10831 0 0 0 48 5 0 0 20 0 20 0 447075162 28909211648 12463 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7057913 12463 3346 1 0 7019032 0
[pid=15067/tid=15068] ppid=15065 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) R 15065 15065 15021 0 -1 4202560 7786 0 0 0 26 4 0 0 20 0 20 0 447075162 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458938130112 140458917979486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15072] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15072/stat : 15072 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458482318480 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15073] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15073/stat : 15073 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458481264912 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15074] ppid=15065 vsize=28231652 memory=139709380651695 CPUtime=0 cores=0-7
/proc/15067/task/15074/stat : 15074 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458480212368 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15075] ppid=15065 vsize=28231652 memory=139709380654000 CPUtime=0 cores=0-7
/proc/15067/task/15075/stat : 15075 (java) S 15065 15065 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458479159824 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15076] ppid=15065 vsize=28231652 memory=139709380656304 CPUtime=0 cores=0-7
/proc/15067/task/15076/stat : 15076 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075163 28909211648 12463 33554432000 4194304 4196468 140724006367648 140458478107280 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15077] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15077/stat : 15077 (java) S 15065 15065 15021 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447075164 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457178761712 140458933910146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15078] ppid=15065 vsize=28231652 memory=279418761326480 CPUtime=0 cores=0-7
/proc/15067/task/15078/stat : 15078 (java) S 15065 15065 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447075165 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457177707936 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15079] ppid=15065 vsize=28231652 memory=279418761324176 CPUtime=0 cores=0-7
/proc/15067/task/15079/stat : 15079 (java) S 15065 15065 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447075165 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457176655344 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15080] ppid=15065 vsize=28231652 memory=279418761331088 CPUtime=0 cores=0-7
/proc/15067/task/15080/stat : 15080 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457107516112 140458933917595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15081] ppid=15065 vsize=28231652 memory=279418761272368 CPUtime=0.01 cores=0-7
/proc/15067/task/15081/stat : 15081 (java) S 15065 15065 15021 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457106462704 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15082] ppid=15065 vsize=28231652 memory=279418761344912 CPUtime=0.04 cores=0-7
/proc/15067/task/15082/stat : 15082 (java) R 15065 15065 15021 0 -1 4202560 394 0 0 0 4 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457105400544 140458911550864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15083] ppid=15065 vsize=28231652 memory=279418761351824 CPUtime=0.02 cores=0-7
/proc/15067/task/15083/stat : 15083 (java) S 15065 15065 15021 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457104357616 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15084] ppid=15065 vsize=28231652 memory=279418761349520 CPUtime=0.13 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) S 15065 15065 15021 0 -1 1077944384 822 0 0 0 13 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457103305072 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447075168 28909211648 12463 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51304 KiB

[startup+0.701063 s]
/proc/loadavg: 9.52 8.80 8.50 6/213 15086
/proc/meminfo: memFree=30647684/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28766288 memory=136460 CPUtime=2.03 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 15949 0 0 0 195 8 0 0 20 0 28 0 447075162 29456678912 34115 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7191572 34115 3457 1 0 7152672 0
[pid=15067/tid=15068] ppid=15065 vsize=28766288 memory=0 CPUtime=0.56 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) S 15065 15065 15021 0 -1 1077944384 9216 0 0 0 51 5 0 0 20 0 28 0 447075162 29456678912 34115 33554432000 4194304 4196468 140724006367648 140458938139776 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28766288 memory=139709380862832 CPUtime=0 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447075163 29456678912 34115 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447075163 29456678912 34115 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447075163 29456678912 34115 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0

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

[pid=15067/tid=15084] ppid=15065 vsize=28767316 memory=4104 CPUtime=0.65 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) S 15065 15065 15021 0 -1 1077944384 5946 0 0 0 64 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457103305072 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28767316 memory=1804 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28767316 memory=920 CPUtime=0.02 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1506 0 0 0 0 2 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15174] ppid=15065 vsize=28767316 memory=3908 CPUtime=162.28 cores=0-7
/proc/15067/task/15174/stat : 15174 (java) R 15065 15065 15021 0 -1 4202560 2661 0 0 0 16226 2 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457090112496 140458539032685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15175] ppid=15065 vsize=28767316 memory=0 CPUtime=161.97 cores=0-7
/proc/15067/task/15175/stat : 15175 (java) R 15065 15065 15021 0 -1 4202560 968 0 0 0 16197 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457091167096 140458539730005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15176] ppid=15065 vsize=28767316 memory=0 CPUtime=161.73 cores=0-7
/proc/15067/task/15176/stat : 15176 (java) R 15065 15065 15021 0 -1 4202560 1018 0 0 0 16173 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457092219320 140458539032878 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15177] ppid=15065 vsize=28767316 memory=0 CPUtime=162.08 cores=0-7
/proc/15067/task/15177/stat : 15177 (java) R 15065 15065 15021 0 -1 4202560 2625 0 0 0 16207 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457086957904 140458537997614 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15178] ppid=15065 vsize=28767316 memory=6 CPUtime=162.05 cores=0-7
/proc/15067/task/15178/stat : 15178 (java) R 15065 15065 15021 0 -1 4202560 1949 0 0 0 16204 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457085903096 140458538095760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15179] ppid=15065 vsize=28767316 memory=0 CPUtime=161.97 cores=0-7
/proc/15067/task/15179/stat : 15179 (java) R 15065 15065 15021 0 -1 4202560 1297 0 0 0 16196 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457083797176 140458539729945 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15180] ppid=15065 vsize=28767316 memory=301 CPUtime=162.31 cores=0-7
/proc/15067/task/15180/stat : 15180 (java) R 15065 15065 15021 0 -1 4202560 1857 0 0 0 16231 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457088008040 140458537997521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15181] ppid=15065 vsize=28767316 memory=0 CPUtime=162.36 cores=0-7
/proc/15067/task/15181/stat : 15181 (java) R 15065 15065 15021 0 -1 4202560 2930 0 0 0 16235 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457084850232 140458538966111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 1310.49 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 240872 KiB

[startup+166.102 s]
/proc/loadavg: 8.15 8.50 8.44 10/219 15190
/proc/meminfo: memFree=30477264/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28767316 memory=239420 CPUtime=1316.84 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 86803 0 0 0 131635 49 0 0 20 0 28 0 447075162 29457731584 59855 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7191829 59855 3522 1 0 7152929 0
[pid=15067/tid=15068] ppid=15065 vsize=28767316 memory=6791534058613427641 CPUtime=0.57 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) S 15065 15065 15021 0 -1 1077944384 9216 0 0 0 52 5 0 0 20 0 28 0 447075162 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458938139776 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28767316 memory=2012 CPUtime=0.21 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1385 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28767316 memory=1240 CPUtime=0.21 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 2967 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28767316 memory=580 CPUtime=0.21 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1252 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15072] ppid=15065 vsize=28767316 memory=1696 CPUtime=0.21 cores=0-7
/proc/15067/task/15072/stat : 15072 (java) S 15065 15065 15021 0 -1 1077944384 1760 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458482318480 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15073] ppid=15065 vsize=28767316 memory=4000 CPUtime=0.21 cores=0-7
/proc/15067/task/15073/stat : 15073 (java) S 15065 15065 15021 0 -1 1077944384 735 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458481264912 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15074] ppid=15065 vsize=28767316 memory=24888 CPUtime=0.21 cores=0-7
/proc/15067/task/15074/stat : 15074 (java) S 15065 15065 15021 0 -1 1077944384 1307 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458480212368 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15075] ppid=15065 vsize=28767316 memory=11852 CPUtime=0.21 cores=0-7
/proc/15067/task/15075/stat : 15075 (java) S 15065 15065 15021 0 -1 1077944384 1385 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458479159824 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15076] ppid=15065 vsize=28767316 memory=532 CPUtime=0.21 cores=0-7
/proc/15067/task/15076/stat : 15076 (java) S 15065 15065 15021 0 -1 1077944384 1392 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458478107280 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15077] ppid=15065 vsize=28767316 memory=1564 CPUtime=0.22 cores=0-7
/proc/15067/task/15077/stat : 15077 (java) S 15065 15065 15021 0 -1 1077944384 4299 0 0 0 18 4 0 0 20 0 28 0 447075164 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457178761712 140458933910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15078] ppid=15065 vsize=28767316 memory=928 CPUtime=0 cores=0-7
/proc/15067/task/15078/stat : 15078 (java) S 15065 15065 15021 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 447075165 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457177708000 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15079] ppid=15065 vsize=28767316 memory=1980 CPUtime=0 cores=0-7
/proc/15067/task/15079/stat : 15079 (java) S 15065 15065 15021 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 447075165 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457176655360 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15080] ppid=15065 vsize=28767316 memory=1332 CPUtime=0 cores=0-7
/proc/15067/task/15080/stat : 15080 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457107516112 140458933917595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15081] ppid=15065 vsize=28767316 memory=2648 CPUtime=1.67 cores=0-7
/proc/15067/task/15081/stat : 15081 (java) S 15065 15065 15021 0 -1 1077944384 14621 0 0 0 165 2 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457106462704 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15082] ppid=15065 vsize=28767316 memory=912 CPUtime=1.67 cores=0-7
/proc/15067/task/15082/stat : 15082 (java) S 15065 15065 15021 0 -1 1077944384 12260 0 0 0 166 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457105410160 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15083] ppid=15065 vsize=28767316 memory=1440 CPUtime=1.57 cores=0-7
/proc/15067/task/15083/stat : 15083 (java) S 15065 15065 15021 0 -1 1077944384 8054 0 0 0 156 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457104357616 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15084] ppid=15065 vsize=28767316 memory=1768 CPUtime=0.65 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) S 15065 15065 15021 0 -1 1077944384 5946 0 0 0 64 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457103305072 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28767316 memory=7548 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28767316 memory=2832 CPUtime=0.02 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1506 0 0 0 0 2 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15174] ppid=15065 vsize=28767316 memory=1224 CPUtime=163.08 cores=0-7
/proc/15067/task/15174/stat : 15174 (java) R 15065 15065 15021 0 -1 4202560 2661 0 0 0 16306 2 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457090112560 140458538660826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15175] ppid=15065 vsize=28767316 memory=6036 CPUtime=162.75 cores=0-7
/proc/15067/task/15175/stat : 15175 (java) R 15065 15065 15021 0 -1 4202560 968 0 0 0 16275 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457091166464 140458537997160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15176] ppid=15065 vsize=28767316 memory=772 CPUtime=162.53 cores=0-7
/proc/15067/task/15176/stat : 15176 (java) R 15065 15065 15021 0 -1 4202560 1018 0 0 0 16253 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457092219376 140458537997623 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15177] ppid=15065 vsize=28767316 memory=1556 CPUtime=162.87 cores=0-7
/proc/15067/task/15177/stat : 15177 (java) R 15065 15065 15021 0 -1 4202560 2625 0 0 0 16286 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457086957904 140458537997954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15178] ppid=15065 vsize=28767316 memory=1056 CPUtime=162.85 cores=0-7
/proc/15067/task/15178/stat : 15178 (java) R 15065 15065 15021 0 -1 4202560 1949 0 0 0 16284 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457085902568 140458537997509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15179] ppid=15065 vsize=28767316 memory=1096 CPUtime=162.77 cores=0-7
/proc/15067/task/15179/stat : 15179 (java) R 15065 15065 15021 0 -1 4202560 1298 0 0 0 16276 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457083797128 140458538969350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15180] ppid=15065 vsize=28767316 memory=14008 CPUtime=163.1 cores=0-7
/proc/15067/task/15180/stat : 15180 (java) R 15065 15065 15021 0 -1 4202560 1857 0 0 0 16310 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457088008312 140458537997614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15181] ppid=15065 vsize=28767316 memory=2116 CPUtime=163.15 cores=0-7
/proc/15067/task/15181/stat : 15181 (java) R 15065 15065 15021 0 -1 4202560 2931 0 0 0 16314 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457084850808 140458537971211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 1316.84 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 240872 KiB

[startup+166.302 s]
/proc/loadavg: 8.15 8.50 8.44 10/219 15190
/proc/meminfo: memFree=30477264/32770624 swapFree=67002060/67108860
[pid=15065] ppid=15062 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15065/stat : 15065 (xcsp3-exec) S 15062 15065 15021 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447075162 115843072 363 33554432000 4194304 5098028 140723246365632 140723246363736 140052712366716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37081088 140723246371701 140723246371945 140723246371945 140723246374858 0
/proc/15065/statm: 28282 363 305 221 0 87 0
[pid=15067] ppid=15065 vsize=28767316 memory=239420 CPUtime=1318.44 cores=0-7
/proc/15067/stat : 15067 (java) S 15065 15065 15021 0 -1 1077944320 87120 0 0 0 131795 49 0 0 20 0 28 0 447075162 29457731584 59855 33554432000 4194304 4196468 140724006367648 140724006350192 140458933898999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
/proc/15067/statm: 7191829 59855 3522 1 0 7152929 0
[pid=15067/tid=15068] ppid=15065 vsize=28767316 memory=3580 CPUtime=0.57 cores=0-7
/proc/15067/task/15068/stat : 15068 (java) S 15065 15065 15021 0 -1 1077944384 9216 0 0 0 52 5 0 0 20 0 28 0 447075162 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458938139776 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15069] ppid=15065 vsize=28767316 memory=1452 CPUtime=0.21 cores=0-7
/proc/15067/task/15069/stat : 15069 (java) S 15065 15065 15021 0 -1 1077944384 1385 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458853751568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15070] ppid=15065 vsize=28767316 memory=1224 CPUtime=0.21 cores=0-7
/proc/15067/task/15070/stat : 15070 (java) S 15065 15065 15021 0 -1 1077944384 2967 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458484423568 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15071] ppid=15065 vsize=28767316 memory=6036 CPUtime=0.21 cores=0-7
/proc/15067/task/15071/stat : 15071 (java) S 15065 15065 15021 0 -1 1077944384 1252 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458483371024 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15072] ppid=15065 vsize=28767316 memory=772 CPUtime=0.21 cores=0-7
/proc/15067/task/15072/stat : 15072 (java) S 15065 15065 15021 0 -1 1077944384 1760 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458482318480 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15073] ppid=15065 vsize=28767316 memory=1556 CPUtime=0.21 cores=0-7
/proc/15067/task/15073/stat : 15073 (java) S 15065 15065 15021 0 -1 1077944384 735 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458481264912 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15074] ppid=15065 vsize=28767316 memory=1056 CPUtime=0.21 cores=0-7
/proc/15067/task/15074/stat : 15074 (java) S 15065 15065 15021 0 -1 1077944384 1307 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458480212368 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15075] ppid=15065 vsize=28767316 memory=1096 CPUtime=0.21 cores=0-7
/proc/15067/task/15075/stat : 15075 (java) S 15065 15065 15021 0 -1 1077944384 1385 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458479159824 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15076] ppid=15065 vsize=28767316 memory=14008 CPUtime=0.21 cores=0-7
/proc/15067/task/15076/stat : 15076 (java) S 15065 15065 15021 0 -1 1077944384 1392 0 0 0 19 2 0 0 20 0 28 0 447075163 29457731584 59855 33554432000 4194304 4196468 140724006367648 140458478107280 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15077] ppid=15065 vsize=28767316 memory=2116 CPUtime=0.22 cores=0-7
/proc/15067/task/15077/stat : 15077 (java) S 15065 15065 15021 0 -1 1077944384 4299 0 0 0 18 4 0 0 20 0 28 0 447075164 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457178761712 140458933910146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15078] ppid=15065 vsize=28767316 memory=24888 CPUtime=0 cores=0-7
/proc/15067/task/15078/stat : 15078 (java) S 15065 15065 15021 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 447075165 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457177708000 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15079] ppid=15065 vsize=28767316 memory=11852 CPUtime=0 cores=0-7
/proc/15067/task/15079/stat : 15079 (java) S 15065 15065 15021 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 447075165 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457176655360 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15080] ppid=15065 vsize=28767316 memory=532 CPUtime=0 cores=0-7
/proc/15067/task/15080/stat : 15080 (java) S 15065 15065 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457107516112 140458933917595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15081] ppid=15065 vsize=28767316 memory=6791534058613427641 CPUtime=1.67 cores=0-7
/proc/15067/task/15081/stat : 15081 (java) S 15065 15065 15021 0 -1 1077944384 14621 0 0 0 165 2 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457106462704 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15082] ppid=15065 vsize=28767316 memory=928 CPUtime=1.67 cores=0-7
/proc/15067/task/15082/stat : 15082 (java) S 15065 15065 15021 0 -1 1077944384 12260 0 0 0 166 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457105410160 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15083] ppid=15065 vsize=28767316 memory=1980 CPUtime=1.57 cores=0-7
/proc/15067/task/15083/stat : 15083 (java) S 15065 15065 15021 0 -1 1077944384 8054 0 0 0 156 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457104357616 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15084] ppid=15065 vsize=28767316 memory=1332 CPUtime=0.65 cores=0-7
/proc/15067/task/15084/stat : 15084 (java) S 15065 15065 15021 0 -1 1077944384 5946 0 0 0 64 1 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457103305072 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15085] ppid=15065 vsize=28767316 memory=2648 CPUtime=0 cores=0-7
/proc/15067/task/15085/stat : 15085 (java) S 15065 15065 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457102252768 140458933909205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15086] ppid=15065 vsize=28767316 memory=912 CPUtime=0.02 cores=0-7
/proc/15067/task/15086/stat : 15086 (java) S 15065 15065 15021 0 -1 1077944384 1506 0 0 0 0 2 0 0 20 0 28 0 447075168 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457101200304 140458933910146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15174] ppid=15065 vsize=28767316 memory=1440 CPUtime=163.28 cores=0-7
/proc/15067/task/15174/stat : 15174 (java) R 15065 15065 15021 0 -1 4202560 2753 0 0 0 16326 2 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457090112560 140458537998746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15175] ppid=15065 vsize=28767316 memory=1768 CPUtime=162.95 cores=0-7
/proc/15067/task/15175/stat : 15175 (java) R 15065 15065 15021 0 -1 4202560 987 0 0 0 16295 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457091166464 140458537998435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15176] ppid=15065 vsize=28767316 memory=111636 CPUtime=162.73 cores=0-7
/proc/15067/task/15176/stat : 15176 (java) R 15065 15065 15021 0 -1 4202560 1047 0 0 0 16273 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457092219376 140458539412001 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15177] ppid=15065 vsize=28767316 memory=808 CPUtime=163.07 cores=0-7
/proc/15067/task/15177/stat : 15177 (java) R 15065 15065 15021 0 -1 4202560 2666 0 0 0 16306 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457086957904 140458539949504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15178] ppid=15065 vsize=28767316 memory=4104 CPUtime=163.04 cores=0-7
/proc/15067/task/15178/stat : 15178 (java) R 15065 15065 15021 0 -1 4202560 1981 0 0 0 16303 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457085902568 140458538836741 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15179] ppid=15065 vsize=28767316 memory=1804 CPUtime=162.97 cores=0-7
/proc/15067/task/15179/stat : 15179 (java) R 15065 15065 15021 0 -1 4202560 1353 0 0 0 16296 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457083797128 140458540354734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15180] ppid=15065 vsize=28767316 memory=920 CPUtime=163.3 cores=0-7
/proc/15067/task/15180/stat : 15180 (java) R 15065 15065 15021 0 -1 4202560 1885 0 0 0 16330 0 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457088008312 140458918471281 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
[pid=15067/tid=15181] ppid=15065 vsize=28767316 memory=3908 CPUtime=163.35 cores=0-7
/proc/15067/task/15181/stat : 15181 (java) R 15065 15065 15021 0 -1 4202560 2952 0 0 0 16334 1 0 0 20 0 28 0 447075314 29457731584 59855 33554432000 4194304 4196468 140724006367648 140457084850808 140458537997001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20852736 140724006372330 140724006372502 140724006372502 140724006375375 0
Current children cumulated CPU time: 1318.44 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 240872 KiB

Child status: 0
Real time (s): 166.369
CPU time (s): 1318.9
CPU user time (s): 1318.39
CPU system time (s): 0.506561
CPU usage (%): 792.755
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 240872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1318.39
system time used= 0.506561
maximum resident set size= 240188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24397
involuntary context switches= 16438


# summary of solver processes directly reported to runsolver:
#   pid: 15065
#   total CPU time (s): 1318.9
#   total CPU user time (s): 1318.39
#   total CPU system time (s): 0.506561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3261 second user time and 1.91088 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 11:12:51
IDJOB=4399877
IDBENCH=135736
IDSOLVER=2854
FILE ID=node146/4399877-1568711612
RUNJOBID= node146-1568711571-15048
PBS_JOBID= 21703934
Free space on /tmp= 59004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.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 /tmp/evaluation-result-4399877-1568711612/watcher-4399877-1568711612 -o /tmp/evaluation-result-4399877-1568711612/solver-4399877-1568711612 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568711571-15048 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1102546209 HOME/instance-4399877-1568711612.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=1102546209

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30699452 kB
MemAvailable:   31867528 kB
Buffers:          237520 kB
Cached:          1201160 kB
SwapCached:         4348 kB
Active:           724912 kB
Inactive:         718732 kB
Active(anon):      21944 kB
Inactive(anon):    30692 kB
Active(file):     702968 kB
Inactive(file):   688040 kB
Unevictable:      111132 kB
Mlocked:          111132 kB
SwapTotal:      67108860 kB
SwapFree:       67002060 kB
Dirty:             26120 kB
Writeback:             0 kB
AnonPages:        112876 kB
Mapped:            47180 kB
Shmem:             39100 kB
Slab:             216140 kB
SReclaimable:     185804 kB
SUnreclaim:        30336 kB
KernelStack:        3312 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58980 MiB
End job on node146 at 2019-09-17 11:15:37