Trace number 4404617

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT76 1181.88 149.122

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark48.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"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-4404617-1569005425.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404617-1569005425.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.07/0.57	c solve instance...
1.51/0.66	o 227 
1.51/0.68	o 120 
1.51/0.69	o 115 
1.51/0.69	o 109 
1.51/0.70	o 108 
2.01/0.71	o 106 
2.01/0.71	o 101 
2.01/0.73	o 78 
2.01/0.73	o 77 
2.73/0.89	o 76 
1181.85/149.11	s OPTIMUM FOUND
1181.85/149.11	v <instantiation>
1181.85/149.11	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>
1181.85/149.11	v 	<values>0 1 2 3 4 8 7 9 11 12 14 13 10 6 5 8 1 1 5 9 4 1 5 2 12 4 6 4 4 10 </values>
1181.85/149.11	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404617-1569005425/watcher-4404617-1569005425 -o /var/tmp/evaluation-result-4404617-1569005425/solver-4404617-1569005425 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569001704-15737 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1354167593 HOME/instance-4404617-1569005425.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=15754, runsolver pid=15751

[startup+0.100113 s]*
/proc/loadavg: 5.84 6.89 7.68 2/209 15775
/proc/meminfo: memFree=24237568/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28227396 memory=29664 CPUtime=0.12 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 5882 0 0 0 11 1 0 0 20 0 20 0 476798074 28904853504 7416 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7056849 7416 3121 1 0 7019032 0
[pid=15756/tid=15757] ppid=15754 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15754 15710 0 -1 4202560 3803 0 0 0 8 1 0 0 20 0 20 0 476798074 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852999321392 139852995100054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28227396 memory=139928834803328 CPUtime=0 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15761] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852944550160 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15762] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852943498384 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15763] ppid=15754 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852942445584 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15764] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852941392784 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15765] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 7416 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798076 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476798077 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851640816672 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476798077 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851639763824 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15754 15710 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851637660528 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) R 15754 15754 15710 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851634502128 139852995109466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 7416 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31112 KiB

[startup+0.210009 s]*
/proc/loadavg: 5.84 6.89 7.68 2/209 15775
/proc/meminfo: memFree=24224748/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28227396 memory=41028 CPUtime=0.33 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 9503 0 0 0 30 3 0 0 20 0 20 0 476798074 28904853504 10257 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7056849 10257 3293 1 0 7019032 0
[pid=15756/tid=15757] ppid=15754 vsize=28227396 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15754 15710 0 -1 4202560 6668 0 0 0 17 2 0 0 20 0 20 0 476798074 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852999317840 139852995110045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28227396 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28227396 memory=3691181987151873696 CPUtime=0 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15761] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852944550160 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15762] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852943498384 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15763] ppid=15754 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852942445584 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15764] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852941392784 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15765] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798075 28904853504 10257 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476798076 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476798077 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851640816672 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476798077 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851639763824 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15754 15710 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851637660528 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15754 15710 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851634502128 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28904853504 10257 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42476 KiB

[startup+0.309448 s]*
/proc/loadavg: 5.84 6.89 7.68 3/209 15775
/proc/meminfo: memFree=24219708/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28231652 memory=49688 CPUtime=0.52 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 10795 0 0 0 48 4 0 0 20 0 20 0 476798074 28909211648 12422 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7057913 12422 3361 1 0 7019032 0
[pid=15756/tid=15757] ppid=15754 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15754 15710 0 -1 4202560 7757 0 0 0 26 3 0 0 20 0 20 0 476798074 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852999319232 139852995110045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28231652 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15761] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852944550160 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15762] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852943498384 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15763] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852942445584 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15764] ppid=15754 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852941392784 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15765] ppid=15754 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798075 28909211648 12488 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476798076 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28231652 memory=139928692416975 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476798077 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851640816672 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28231652 memory=279857384861584 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476798077 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851639763824 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28231652 memory=279857384859280 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28231652 memory=279857384866192 CPUtime=0.02 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) R 15754 15754 15710 0 -1 4202560 462 0 0 0 2 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851637650640 139852978588313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28231652 memory=279857384807472 CPUtime=0.02 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28231652 memory=279857384880016 CPUtime=0.03 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 335 0 0 0 3 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28231652 memory=279857384886896 CPUtime=0.12 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15754 15710 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851634502128 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 28909211648 12488 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51136 KiB

[startup+0.700917 s]
/proc/loadavg: 5.84 6.89 7.68 6/209 15775
/proc/meminfo: memFree=24201088/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28766288 memory=157368 CPUtime=2.01 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 16244 0 0 0 191 10 0 0 20 0 28 0 476798074 29456678912 39342 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7191572 39342 3456 1 0 7152672 0
[pid=15756/tid=15757] ppid=15754 vsize=28766288 memory=0 CPUtime=0.56 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15754 15710 0 -1 4202560 9207 0 0 0 52 4 0 0 20 0 28 0 476798074 29456678912 39342 33554432000 4194304 4196468 140730744323968 139852999328896 139852995109949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28766288 memory=2353 CPUtime=0 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476798075 29456678912 39342 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476798075 29456678912 40366 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476798075 29456678912 40366 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0

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

[pid=15756/tid=15765] ppid=15754 vsize=28832852 memory=2552 CPUtime=0.18 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 1039 0 0 0 13 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28832852 memory=6791534058613427641 CPUtime=0.21 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 5319 0 0 0 17 4 0 0 20 0 28 0 476798076 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28832852 memory=9364 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476798077 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851640816736 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28832852 memory=1120 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 476798077 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851639763840 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28832852 memory=776 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28832852 memory=1724 CPUtime=1.6 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15754 15710 0 -1 1077944384 17445 0 0 0 157 3 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851637660528 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28832852 memory=8004 CPUtime=1.54 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 12225 0 0 0 151 3 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28832852 memory=3616 CPUtime=1.46 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 10814 0 0 0 144 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28832852 memory=1556 CPUtime=0.65 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15754 15710 0 -1 1077944384 7087 0 0 0 63 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851634502128 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28832852 memory=1448 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28832852 memory=259404 CPUtime=0.02 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1680 0 0 0 0 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15856] ppid=15754 vsize=28832852 memory=924 CPUtime=146.24 cores=0-7
/proc/15756/task/15856/stat : 15856 (java) R 15754 15754 15710 0 -1 4202560 5534 0 0 0 14623 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851616045520 139852614806978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15857] ppid=15754 vsize=28832852 memory=3904 CPUtime=146.41 cores=0-7
/proc/15756/task/15857/stat : 15857 (java) R 15754 15754 15710 0 -1 4202560 1026 0 0 0 14641 0 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851619204320 139852612268598 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15858] ppid=15754 vsize=28832852 memory=1448 CPUtime=146.18 cores=0-7
/proc/15756/task/15858/stat : 15858 (java) R 15754 15754 15710 0 -1 4202560 1314 0 0 0 14618 0 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851620258160 139852612268382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15859] ppid=15754 vsize=28832852 memory=251172 CPUtime=146.24 cores=0-7
/proc/15756/task/15859/stat : 15859 (java) R 15754 15754 15710 0 -1 4202560 2258 0 0 0 14622 2 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851614997536 139852613214297 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15860] ppid=15754 vsize=28832852 memory=6944652177228980320 CPUtime=146.24 cores=0-7
/proc/15756/task/15860/stat : 15860 (java) R 15754 15754 15710 0 -1 4202560 2000 0 0 0 14623 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851621311008 139852613003806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15861] ppid=15754 vsize=28832852 memory=6655300316396806240 CPUtime=145.78 cores=0-7
/proc/15756/task/15861/stat : 15861 (java) R 15754 15754 15710 0 -1 4202560 1446 0 0 0 14577 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851622363456 139852612268570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15862] ppid=15754 vsize=28832852 memory=6791534058613427641 CPUtime=146.66 cores=0-7
/proc/15756/task/15862/stat : 15862 (java) R 15754 15754 15710 0 -1 4202560 1667 0 0 0 14665 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851618152048 139852612268068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15863] ppid=15754 vsize=28832852 memory=253220 CPUtime=146.6 cores=0-7
/proc/15756/task/15863/stat : 15863 (java) R 15754 15754 15710 0 -1 4202560 1032 0 0 0 14660 0 0 0 20 0 28 0 476798164 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851617099480 139852612268578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 1179.43 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 265008 KiB

[startup+149.002 s]*
/proc/loadavg: 8.22 7.45 7.77 9/219 15880
/proc/meminfo: memFree=24007844/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28832852 memory=263560 CPUtime=1181.08 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 96358 0 0 0 118032 76 0 0 20 0 28 0 476798074 29524840448 65890 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7208213 65890 3520 1 0 7169313 0
[pid=15756/tid=15757] ppid=15754 vsize=28832852 memory=253220 CPUtime=0.56 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15754 15710 0 -1 1077944384 9209 0 0 0 52 4 0 0 20 0 28 0 476798074 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852999328896 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28832852 memory=4104 CPUtime=0.18 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1229 0 0 0 13 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28832852 memory=1164 CPUtime=0.18 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 1323 0 0 0 13 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28832852 memory=4872558044660077418 CPUtime=0.19 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2290 0 0 0 14 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15761] ppid=15754 vsize=28832852 memory=-8961168018402230209 CPUtime=0.19 cores=0-7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15754 15710 0 -1 1077944384 1463 0 0 0 14 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852944550160 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15762] ppid=15754 vsize=28832852 memory=-8253362762722141311 CPUtime=0.19 cores=0-7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15754 15710 0 -1 1077944384 1970 0 0 0 14 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852943498384 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15763] ppid=15754 vsize=28832852 memory=7100839861465685612 CPUtime=0.19 cores=0-7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15754 15710 0 -1 1077944384 2842 0 0 0 13 6 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852942445584 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15764] ppid=15754 vsize=28832852 memory=-7175204567652784766 CPUtime=0.19 cores=0-7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15754 15710 0 -1 1077944384 1162 0 0 0 13 6 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852941392784 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15765] ppid=15754 vsize=28832852 memory=3054156605268465310 CPUtime=0.18 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 1039 0 0 0 13 5 0 0 20 0 28 0 476798075 29524840448 65890 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28832852 memory=4715433313220523562 CPUtime=0.21 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 5319 0 0 0 17 4 0 0 20 0 28 0 476798076 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28832852 memory=8514726395714825349 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476798077 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851640816736 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28832852 memory=4713745541279610410 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 476798077 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851639763840 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28832852 memory=-8253362762722141311 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28832852 memory=-8707038579349950309 CPUtime=1.6 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15754 15710 0 -1 1077944384 17445 0 0 0 157 3 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851637660528 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28832852 memory=-6520471753822164382 CPUtime=1.54 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 12225 0 0 0 151 3 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28832852 memory=8514701219730522529 CPUtime=1.46 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 10814 0 0 0 144 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28832852 memory=-8341965534556230502 CPUtime=0.65 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15754 15710 0 -1 1077944384 7087 0 0 0 63 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851634502128 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28832852 memory=7822038051842261661 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28832852 memory=9047017150487036571 CPUtime=0.02 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1680 0 0 0 0 2 0 0 20 0 28 0 476798080 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15856] ppid=15754 vsize=28832852 memory=-8412656567318647667 CPUtime=146.45 cores=0-7
/proc/15756/task/15856/stat : 15856 (java) R 15754 15754 15710 0 -1 4202560 5534 0 0 0 14644 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851616045752 139852612122284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15857] ppid=15754 vsize=28832852 memory=4427205132082312746 CPUtime=146.62 cores=0-7
/proc/15756/task/15857/stat : 15857 (java) R 15754 15754 15710 0 -1 4202560 1026 0 0 0 14662 0 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851619204512 139852612249217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15858] ppid=15754 vsize=28832852 memory=-8412652152092201843 CPUtime=146.37 cores=0-7
/proc/15756/task/15858/stat : 15858 (java) R 15754 15754 15710 0 -1 4202560 1315 0 0 0 14637 0 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851620258728 139852613108245 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15859] ppid=15754 vsize=28832852 memory=-7023579799431922829 CPUtime=146.44 cores=0-7
/proc/15756/task/15859/stat : 15859 (java) R 15754 15754 15710 0 -1 4202560 2258 0 0 0 14642 2 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851614994512 139852613004690 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15860] ppid=15754 vsize=28832852 memory=-8486080722631693414 CPUtime=146.45 cores=0-7
/proc/15756/task/15860/stat : 15860 (java) R 15754 15754 15710 0 -1 4202560 2000 0 0 0 14644 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851621313488 139852612268114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15861] ppid=15754 vsize=28832852 memory=4426639978525455914 CPUtime=145.99 cores=0-7
/proc/15756/task/15861/stat : 15861 (java) R 15754 15754 15710 0 -1 4202560 1446 0 0 0 14598 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851622363056 139852612268434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15862] ppid=15754 vsize=28832852 memory=3047711553219693942 CPUtime=146.87 cores=0-7
/proc/15756/task/15862/stat : 15862 (java) R 15754 15754 15710 0 -1 4202560 1668 0 0 0 14686 1 0 0 20 0 28 0 476798163 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851618152776 139852614191228 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15863] ppid=15754 vsize=28832852 memory=-7521736447810188379 CPUtime=146.8 cores=0-7
/proc/15756/task/15863/stat : 15863 (java) R 15754 15754 15710 0 -1 4202560 1032 0 0 0 14680 0 0 0 20 0 28 0 476798164 29524840448 65890 33554432000 4194304 4196468 140730744323968 139851617099464 139852613216851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 1181.08 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 265008 KiB

[startup+149.111 s]
/proc/loadavg: 8.22 7.45 7.77 9/219 15880
/proc/meminfo: memFree=24007844/32770624 swapFree=66952704/67108860
[pid=15754] ppid=15751 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15754/stat : 15754 (xcsp3-exec) S 15751 15754 15710 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476798074 115843072 362 33554432000 4194304 5098028 140728020192032 140728020190136 140084147397244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12869632 140728020194129 140728020194389 140728020194389 140728020197318 0
/proc/15754/statm: 28282 362 304 221 0 87 0
[pid=15756] ppid=15754 vsize=28832852 memory=263012 CPUtime=1181.85 cores=0-7
/proc/15756/stat : 15756 (java) S 15754 15754 15710 0 -1 1077944320 96840 0 0 0 118109 76 0 0 20 0 20 0 476798074 29524840448 65753 33554432000 4194304 4196468 140730744323968 140730744306512 139852995088119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
/proc/15756/statm: 7208213 65753 3520 1 0 7169313 0
[pid=15756/tid=15757] ppid=15754 vsize=28832852 memory=263560 CPUtime=0.56 cores=0-7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15754 15710 0 -1 4202560 9241 0 0 0 52 4 0 0 20 0 20 0 476798074 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852999327480 139852976673634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15758] ppid=15754 vsize=28832852 memory=263560 CPUtime=0.18 cores=0-7
/proc/15756/task/15758/stat : 15758 (java) S 15754 15754 15710 0 -1 1077944384 1229 0 0 0 13 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852947708560 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15759] ppid=15754 vsize=28832852 memory=1448 CPUtime=0.18 cores=0-7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15754 15710 0 -1 1077944384 1323 0 0 0 13 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852946655760 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15760] ppid=15754 vsize=28832852 memory=263560 CPUtime=0.19 cores=0-7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15754 15710 0 -1 1077944384 2290 0 0 0 14 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852945602960 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15761] ppid=15754 vsize=28832852 memory=1448 CPUtime=0.19 cores=0-7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15754 15710 0 -1 1077944384 1463 0 0 0 14 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852944550160 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15762] ppid=15754 vsize=28832852 memory=1448 CPUtime=0.19 cores=0-7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15754 15710 0 -1 1077944384 1970 0 0 0 14 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852943498384 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15763] ppid=15754 vsize=28832852 memory=253220 CPUtime=0.19 cores=0-7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15754 15710 0 -1 1077944384 2842 0 0 0 13 6 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852942445584 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15764] ppid=15754 vsize=28832852 memory=928 CPUtime=0.19 cores=0-7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15754 15710 0 -1 1077944384 1162 0 0 0 13 6 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852941392784 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15765] ppid=15754 vsize=28832852 memory=1680 CPUtime=0.18 cores=0-7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15754 15710 0 -1 1077944384 1039 0 0 0 13 5 0 0 20 0 20 0 476798075 29524840448 65753 33554432000 4194304 4196468 140730744323968 139852940339984 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15766] ppid=15754 vsize=28832852 memory=249084 CPUtime=0.21 cores=0-7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15754 15710 0 -1 1077944384 5319 0 0 0 17 4 0 0 20 0 20 0 476798076 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851641870704 139852995099266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15767] ppid=15754 vsize=28832852 memory=2552 CPUtime=0 cores=0-7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15754 15710 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 476798077 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851640816736 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15768] ppid=15754 vsize=28832852 memory=15 CPUtime=0 cores=0-7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15754 15710 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 476798077 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851639763840 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15769] ppid=15754 vsize=28832852 memory=15 CPUtime=0 cores=0-7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15754 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476798080 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851638712144 139852995106715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15770] ppid=15754 vsize=28832852 memory=1448 CPUtime=1.6 cores=0-7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15754 15710 0 -1 1077944384 17445 0 0 0 157 3 0 0 20 0 20 0 476798080 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851637660528 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15771] ppid=15754 vsize=28832852 memory=1448 CPUtime=1.54 cores=0-7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15754 15710 0 -1 1077944384 12225 0 0 0 151 3 0 0 20 0 20 0 476798080 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851636607728 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15772] ppid=15754 vsize=28832852 memory=1448 CPUtime=1.46 cores=0-7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15754 15710 0 -1 1077944384 10814 0 0 0 144 2 0 0 20 0 20 0 476798080 29524840448 65753 33554432000 4194304 4196468 140730744323968 139851635554928 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15773] ppid=15754 vsize=28832852 memory=259404 CPUtime=0.65 cores=0-7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15754 15710 0 -1 1077944384 7449 0 0 0 63 2 0 0 20 0 20 0 476798080 29524840448 65768 33554432000 4194304 4196468 140730744323968 139851634502128 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15774] ppid=15754 vsize=28832852 memory=2016 CPUtime=0 cores=0-7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15754 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476798080 29524840448 65768 33554432000 4194304 4196468 140730744323968 139851633449568 139852995098325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
[pid=15756/tid=15775] ppid=15754 vsize=28832852 memory=1284 CPUtime=0.02 cores=0-7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15754 15710 0 -1 1077944384 1680 0 0 0 0 2 0 0 20 0 20 0 476798080 29524840448 65768 33554432000 4194304 4196468 140730744323968 139851632396848 139852995099266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9654272 140730744325078 140730744325254 140730744325254 140730744328143 0
Current children cumulated CPU time: 1181.85 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 264460 KiB

Child status: 0
Real time (s): 149.122
CPU time (s): 1181.88
CPU user time (s): 1181.1
CPU system time (s): 0.775161
CPU usage (%): 792.555
Max. virtual memory (cumulated for all children) (KiB): 28945980
Max. memory (cumulated for all children) (KiB): 265008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.1
system time used= 0.775161
maximum resident set size= 263708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22269
involuntary context switches= 13637


# summary of solver processes directly reported to runsolver:
#   pid: 15754
#   total CPU time (s): 1181.88
#   total CPU user time (s): 1181.1
#   total CPU system time (s): 0.775161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33729 second user time and 1.62211 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 19:48:24
IDJOB=4404617
IDBENCH=135738
IDSOLVER=2865
FILE ID=node107/4404617-1569005425
RUNJOBID= node107-1569001704-15737
PBS_JOBID= 21704757
Free space on /var/tmp= 12564 MiB

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

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=1354167593

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24254512 kB
MemAvailable:   31810320 kB
Buffers:           63056 kB
Cached:          7548252 kB
SwapCached:        48668 kB
Active:          3759068 kB
Inactive:        3901288 kB
Active(anon):       2980 kB
Inactive(anon):    89496 kB
Active(file):    3756088 kB
Inactive(file):  3811792 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       66952704 kB
Dirty:             25972 kB
Writeback:             0 kB
AnonPages:        111224 kB
Mapped:            46552 kB
Shmem:             34996 kB
Slab:             445316 kB
SReclaimable:     416388 kB
SUnreclaim:        28928 kB
KernelStack:        3248 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     495440 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:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 19:50:53