Trace number 4393928

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-06-14 parallelOPT139 765.68 97.0996

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4393928-1568431249.xml"  -tl '20160s' -p 8
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393928-1568431249.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.97/0.88	c solve instance...
3.65/1.11	o 171 
3.65/1.19	o 168 
8.11/1.70	o 162 
13.64/2.41	o 158 
22.39/3.52	o 157 
22.39/3.54	o 156 
23.02/3.69	o 155 
23.02/3.70	o 154 
23.79/3.71	o 153 
23.79/3.76	o 150 
29.97/4.58	o 149 
30.76/4.68	o 148 
31.53/4.76	o 144 
32.29/4.85	o 143 
56.89/8.00	o 142 
83.05/11.21	o 141 
133.08/17.59	o 140 
269.12/34.63	o 139 
765.05/97.09	s OPTIMUM FOUND
765.05/97.09	v <instantiation>
765.05/97.09	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
765.05/97.09	v 	<values>0 0 8 0 16 5 3 1 13 8 4 31 26 24 34 37 18 44 14 19 65 49 51 24 47 21 55 41 33 70 80 41 43 60 111 74 97 60 56 74 100 93 114 79 79 83 104 103 69 113 96 115 103 83 114 123 115 121 131 129 125 139 </values>
765.05/97.09	v </instantiation>

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393928-1568431249/watcher-4393928-1568431249 -o /tmp/evaluation-result-4393928-1568431249/solver-4393928-1568431249 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2073184275 HOME/instance-4393928-1568431249.xml 

running on 8 cores: 0-7

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


[startup+0.100141 s]*
/proc/loadavg: 4.91 3.47 3.33 2/212 32417
/proc/meminfo: memFree=30855820/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28227388 memory=29040 CPUtime=0.12 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 5718 0 0 0 10 2 0 0 20 0 20 0 419066610 28904845312 7260 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7056847 7260 3120 1 0 7019032 0
[pid=32398/tid=32399] ppid=32396 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) R 32396 32396 28528 0 -1 4202560 3640 0 0 0 8 1 0 0 20 0 20 0 419066610 28904845312 7260 33554432000 4194304 4196468 140725449898048 140047326813736 140047306622309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28227388 memory=140202294331008 CPUtime=0 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32403] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32403/stat : 32403 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046870886928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32404] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32404/stat : 32404 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046869834640 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32405] ppid=32396 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32405/stat : 32405 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046868781840 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32406] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32406/stat : 32406 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046867729552 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32407] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32407/stat : 32407 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 7260 33554432000 4194304 4196468 140725449898048 140046866676752 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32408] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32408/stat : 32408 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045719517296 140047322589826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32409] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32409/stat : 32409 (java) S 32396 32396 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045718463264 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32410] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32410/stat : 32410 (java) S 32396 32396 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045717410928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32411] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32411/stat : 32411 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045716359248 140047322597275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32412] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32412/stat : 32412 (java) R 32396 32396 28528 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045715307120 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32413] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32413/stat : 32413 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045714254320 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32414] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32414/stat : 32414 (java) S 32396 32396 28528 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045713202032 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32415] ppid=32396 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) R 32396 32396 28528 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045712149232 140047322600026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066617 28904845312 7260 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30496 KiB

[startup+0.211232 s]*
/proc/loadavg: 4.91 3.47 3.33 2/212 32417
/proc/meminfo: memFree=30842004/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28227388 memory=40860 CPUtime=0.33 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 9443 0 0 0 29 4 0 0 20 0 20 0 419066610 28904845312 10215 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7056847 10215 3301 1 0 7019032 0
[pid=32398/tid=32399] ppid=32396 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) R 32396 32396 28528 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 20 0 419066610 28904845312 10215 33554432000 4194304 4196468 140725449898048 140047326816240 140047322590614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28227388 memory=4051470252292654752 CPUtime=0 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32403] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32403/stat : 32403 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046870886928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32404] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32404/stat : 32404 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046869834640 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32405] ppid=32396 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32405/stat : 32405 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046868781840 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32406] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32406/stat : 32406 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046867729552 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32407] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32407/stat : 32407 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28904845312 10215 33554432000 4194304 4196468 140725449898048 140046866676752 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32408] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32408/stat : 32408 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045719517296 140047322589826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32409] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32409/stat : 32409 (java) S 32396 32396 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045718463264 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32410] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32410/stat : 32410 (java) S 32396 32396 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419066613 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045717410928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32411] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32411/stat : 32411 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045716359248 140047322597275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32412] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32412/stat : 32412 (java) S 32396 32396 28528 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045715307120 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32413] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32413/stat : 32413 (java) S 32396 32396 28528 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045714254320 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32414] ppid=32396 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/32398/task/32414/stat : 32414 (java) S 32396 32396 28528 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045713202032 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32415] ppid=32396 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) R 32396 32396 28528 0 -1 4202560 715 0 0 0 7 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045712149232 140047322586035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066616 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066617 28904845312 10215 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42316 KiB

[startup+0.310775 s]*
/proc/loadavg: 4.91 3.47 3.33 2/212 32417
/proc/meminfo: memFree=30836544/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28231644 memory=46772 CPUtime=0.51 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 10562 0 0 0 46 5 0 0 20 0 20 0 419066610 28909203456 11693 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7057911 11693 3323 1 0 7019032 0
[pid=32398/tid=32399] ppid=32396 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) R 32396 32396 28528 0 -1 4202560 7608 0 0 0 27 3 0 0 20 0 20 0 419066610 28909203456 11693 33554432000 4194304 4196468 140725449898048 140047326791232 140047306659166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32403] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32403/stat : 32403 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046870886928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32404] ppid=32396 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/32398/task/32404/stat : 32404 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046869834640 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32405] ppid=32396 vsize=28231644 memory=140202161042351 CPUtime=0 cores=0-7
/proc/32398/task/32405/stat : 32405 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046868781840 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32406] ppid=32396 vsize=28231644 memory=140202161044656 CPUtime=0 cores=0-7
/proc/32398/task/32406/stat : 32406 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046867729552 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32407] ppid=32396 vsize=28231644 memory=140202161046960 CPUtime=0 cores=0-7
/proc/32398/task/32407/stat : 32407 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28909203456 11693 33554432000 4194304 4196468 140725449898048 140046866676752 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32408] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32408/stat : 32408 (java) S 32396 32396 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419066613 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045719517296 140047322589826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32409] ppid=32396 vsize=28231644 memory=280404322100880 CPUtime=0 cores=0-7
/proc/32398/task/32409/stat : 32409 (java) S 32396 32396 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419066613 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045718463264 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32410] ppid=32396 vsize=28231644 memory=280404322107792 CPUtime=0 cores=0-7
/proc/32398/task/32410/stat : 32410 (java) S 32396 32396 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419066613 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045717410928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32411] ppid=32396 vsize=28231644 memory=280404322049040 CPUtime=0 cores=0-7
/proc/32398/task/32411/stat : 32411 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045716359248 140047322597275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32412] ppid=32396 vsize=28231644 memory=280404322121616 CPUtime=0.01 cores=0-7
/proc/32398/task/32412/stat : 32412 (java) S 32396 32396 28528 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045715307120 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32413] ppid=32396 vsize=28231644 memory=280404322128528 CPUtime=0.01 cores=0-7
/proc/32398/task/32413/stat : 32413 (java) S 32396 32396 28528 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045714254320 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32414] ppid=32396 vsize=28231644 memory=280404322126224 CPUtime=0.03 cores=0-7
/proc/32398/task/32414/stat : 32414 (java) S 32396 32396 28528 0 -1 1077944384 490 0 0 0 3 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045713202032 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32415] ppid=32396 vsize=28231644 memory=280404322142384 CPUtime=0.12 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) S 32396 32396 28528 0 -1 1077944384 781 0 0 0 12 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045712149232 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419066616 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066617 28909203456 11693 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48228 KiB

[startup+0.700986 s]
/proc/loadavg: 4.91 3.47 3.33 4/212 32417
/proc/meminfo: memFree=30824916/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28233768 memory=79592 CPUtime=1.56 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 15114 0 0 0 148 8 0 0 20 0 20 0 419066610 28911378432 19898 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7058442 19898 3449 1 0 7019544 0
[pid=32398/tid=32399] ppid=32396 vsize=28233768 memory=280404322500272 CPUtime=0.67 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) R 32396 32396 28528 0 -1 4202560 9361 0 0 0 63 4 0 0 20 0 20 0 419066610 28911378432 19898 33554432000 4194304 4196468 140725449898048 140047326816720 140046958306752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28233768 memory=140202161251184 CPUtime=0 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28911378432 19898 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419066611 28911378432 19898 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419066611 28911378432 19898 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0

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

[pid=32398/tid=32415] ppid=32396 vsize=28768328 memory=8317141777509777447 CPUtime=1.3 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) S 32396 32396 28528 0 -1 1077944384 12241 0 0 0 127 3 0 0 20 0 28 0 419066616 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045712149232 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28768328 memory=288293268213727902 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419066616 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28768328 memory=3612 CPUtime=0.01 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) S 32396 32396 28528 0 -1 1077944384 1521 0 0 0 0 1 0 0 20 0 28 0 419066617 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32564] ppid=32396 vsize=28768328 memory=39644 CPUtime=60.62 cores=0-7
/proc/32398/task/32564/stat : 32564 (java) R 32396 32396 28528 0 -1 4202560 1088 0 0 0 6062 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045694523616 140046962851843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32565] ppid=32396 vsize=28768328 memory=984 CPUtime=60.91 cores=0-7
/proc/32398/task/32565/stat : 32565 (java) R 32396 32396 28528 0 -1 4202560 774 0 0 0 6091 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045692420232 140046960703512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32566] ppid=32396 vsize=28768328 memory=2044 CPUtime=60.91 cores=0-7
/proc/32398/task/32566/stat : 32566 (java) R 32396 32396 28528 0 -1 4202560 2914 0 0 0 6091 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045691367688 140046960795647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32567] ppid=32396 vsize=28768328 memory=1388 CPUtime=60.71 cores=0-7
/proc/32398/task/32567/stat : 32567 (java) R 32396 32396 28528 0 -1 4202560 1229 0 0 0 6071 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045695581248 140046964093659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32568] ppid=32396 vsize=28768328 memory=1056 CPUtime=60.8 cores=0-7
/proc/32398/task/32568/stat : 32568 (java) R 32396 32396 28528 0 -1 4202560 931 0 0 0 6080 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045698737176 140046963535851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32569] ppid=32396 vsize=28768328 memory=780 CPUtime=60.57 cores=0-7
/proc/32398/task/32569/stat : 32569 (java) R 32396 32396 28528 0 -1 4202560 588 0 0 0 6057 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045696630200 140046962410703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32570] ppid=32396 vsize=28768328 memory=1456 CPUtime=60.87 cores=0-7
/proc/32398/task/32570/stat : 32570 (java) R 32396 32396 28528 0 -1 4202560 817 0 0 0 6087 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045697682608 140046963539100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32571] ppid=32396 vsize=28768328 memory=288068 CPUtime=60.8 cores=0-7
/proc/32398/task/32571/stat : 32571 (java) R 32396 32396 28528 0 -1 4202560 708 0 0 0 6080 0 0 0 20 0 28 0 419070073 29458767872 72529 33554432000 4194304 4196468 140725449898048 140045693472312 140046964236787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 757.15 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 291572 KiB

[startup+96.8012 s]
/proc/loadavg: 7.48 4.77 3.81 9/220 32574
/proc/meminfo: memFree=30595348/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28768328 memory=292164 CPUtime=763.38 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 128643 0 0 0 76266 72 0 0 20 0 28 0 419066610 29458767872 73041 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7192082 73041 3533 1 0 7153184 0
[pid=32398/tid=32399] ppid=32396 vsize=28768328 memory=4492 CPUtime=0.9 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) S 32396 32396 28528 0 -1 1077944384 10094 0 0 0 85 5 0 0 20 0 28 0 419066610 29458767872 73041 33554432000 4194304 4196468 140725449898048 140047326819456 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28768328 memory=1412 CPUtime=0.23 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 2043 0 0 0 19 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=0.2 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1559 0 0 0 17 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28768328 memory=1444 CPUtime=0.21 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 1067 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32403] ppid=32396 vsize=28768328 memory=1984 CPUtime=0.21 cores=0-7
/proc/32398/task/32403/stat : 32403 (java) S 32396 32396 28528 0 -1 1077944384 1051 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046870886928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32404] ppid=32396 vsize=28768328 memory=2424 CPUtime=0.21 cores=0-7
/proc/32398/task/32404/stat : 32404 (java) S 32396 32396 28528 0 -1 1077944384 1535 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046869834640 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32405] ppid=32396 vsize=28768328 memory=1760 CPUtime=0.21 cores=0-7
/proc/32398/task/32405/stat : 32405 (java) S 32396 32396 28528 0 -1 1077944384 944 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046868781840 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32406] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=0.22 cores=0-7
/proc/32398/task/32406/stat : 32406 (java) S 32396 32396 28528 0 -1 1077944384 2592 0 0 0 18 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046867729552 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32407] ppid=32396 vsize=28768328 memory=1456 CPUtime=0.21 cores=0-7
/proc/32398/task/32407/stat : 32407 (java) S 32396 32396 28528 0 -1 1077944384 2123 0 0 0 17 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046866676752 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32408] ppid=32396 vsize=28768328 memory=286020 CPUtime=0.14 cores=0-7
/proc/32398/task/32408/stat : 32408 (java) S 32396 32396 28528 0 -1 1077944384 5233 0 0 0 11 3 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045719517296 140047322589826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32409] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32398/task/32409/stat : 32409 (java) S 32396 32396 28528 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045718463328 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32410] ppid=32396 vsize=28768328 memory=1760 CPUtime=0 cores=0-7
/proc/32398/task/32410/stat : 32410 (java) S 32396 32396 28528 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045717410944 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32411] ppid=32396 vsize=28768328 memory=111636 CPUtime=0 cores=0-7
/proc/32398/task/32411/stat : 32411 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045716359248 140047322597275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32412] ppid=32396 vsize=28768328 memory=800 CPUtime=3.87 cores=0-7
/proc/32398/task/32412/stat : 32412 (java) S 32396 32396 28528 0 -1 1077944384 18002 0 0 0 383 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045715307120 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32413] ppid=32396 vsize=28768328 memory=1680 CPUtime=3.91 cores=0-7
/proc/32398/task/32413/stat : 32413 (java) S 32396 32396 28528 0 -1 1077944384 20596 0 0 0 387 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045714254320 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32414] ppid=32396 vsize=28768328 memory=4100 CPUtime=3.55 cores=0-7
/proc/32398/task/32414/stat : 32414 (java) S 32396 32396 28528 0 -1 1077944384 20953 0 0 0 351 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045713202032 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32415] ppid=32396 vsize=28768328 memory=1808 CPUtime=1.3 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) S 32396 32396 28528 0 -1 1077944384 12241 0 0 0 127 3 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045712149232 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28768328 memory=280404322860160 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28768328 memory=-2026666227646606628 CPUtime=0.01 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) R 32396 32396 28528 0 -1 1077944384 1521 0 0 0 0 1 0 0 20 0 28 0 419066617 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32564] ppid=32396 vsize=28768328 memory=0 CPUtime=61.38 cores=0-7
/proc/32398/task/32564/stat : 32564 (java) R 32396 32396 28528 0 -1 4202560 1088 0 0 0 6138 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045694523584 140046961870169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32565] ppid=32396 vsize=28768328 memory=1456 CPUtime=61.7 cores=0-7
/proc/32398/task/32565/stat : 32565 (java) R 32396 32396 28528 0 -1 4202560 774 0 0 0 6170 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045692419440 140046961867596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32566] ppid=32396 vsize=28768328 memory=290116 CPUtime=61.69 cores=0-7
/proc/32398/task/32566/stat : 32566 (java) R 32396 32396 28528 0 -1 4202560 2915 0 0 0 6169 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045691367896 140046960795636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32567] ppid=32396 vsize=28768328 memory=-3621219749712857441 CPUtime=61.48 cores=0-7
/proc/32398/task/32567/stat : 32567 (java) R 32396 32396 28528 0 -1 4202560 1229 0 0 0 6148 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045695578056 140046962852500 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32568] ppid=32396 vsize=28768328 memory=11340 CPUtime=61.58 cores=0-7
/proc/32398/task/32568/stat : 32568 (java) R 32396 32396 28528 0 -1 4202560 931 0 0 0 6158 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045698736072 140046964465982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32569] ppid=32396 vsize=28768328 memory=6944656592455097440 CPUtime=61.32 cores=0-7
/proc/32398/task/32569/stat : 32569 (java) R 32396 32396 28528 0 -1 4202560 588 0 0 0 6132 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045696633984 140046961867105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32570] ppid=32396 vsize=28768328 memory=288230376974057755 CPUtime=61.65 cores=0-7
/proc/32398/task/32570/stat : 32570 (java) R 32396 32396 28528 0 -1 4202560 817 0 0 0 6165 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045697683416 140046964093255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32571] ppid=32396 vsize=28768328 memory=288285567438030037 CPUtime=61.59 cores=0-7
/proc/32398/task/32571/stat : 32571 (java) R 32396 32396 28528 0 -1 4202560 709 0 0 0 6159 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045693472496 140046963539104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 763.38 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 293620 KiB

[startup+97.0012 s]*
/proc/loadavg: 7.60 4.84 3.84 9/220 32574
/proc/meminfo: memFree=30593400/32770688 swapFree=66961112/67108860
[pid=32396] ppid=32393 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32396/stat : 32396 (xcsp3-exec) S 32393 32396 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419066610 115843072 364 33554432000 4194304 5098028 140734838835904 140734838834008 140327769162364 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36691968 140734838838133 140734838838377 140734838838377 140734838841290 0
/proc/32396/statm: 28282 364 305 221 0 87 0
[pid=32398] ppid=32396 vsize=28768328 memory=292164 CPUtime=765.05 cores=0-7
/proc/32398/stat : 32398 (java) S 32396 32396 28528 0 -1 1077944320 128643 0 0 0 76433 72 0 0 20 0 28 0 419066610 29458767872 73041 33554432000 4194304 4196468 140725449898048 140725449880592 140047322578679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
/proc/32398/statm: 7192082 73041 3533 1 0 7153184 0
[pid=32398/tid=32399] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=0.9 cores=0-7
/proc/32398/task/32399/stat : 32399 (java) S 32396 32396 28528 0 -1 1077944384 10094 0 0 0 85 5 0 0 20 0 28 0 419066610 29458767872 73041 33554432000 4194304 4196468 140725449898048 140047326819456 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32400] ppid=32396 vsize=28768328 memory=0 CPUtime=0.23 cores=0-7
/proc/32398/task/32400/stat : 32400 (java) S 32396 32396 28528 0 -1 1077944384 2043 0 0 0 19 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140047275198864 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32401] ppid=32396 vsize=28768328 memory=0 CPUtime=0.2 cores=0-7
/proc/32398/task/32401/stat : 32401 (java) S 32396 32396 28528 0 -1 1077944384 1559 0 0 0 17 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046872992016 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32402] ppid=32396 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/32398/task/32402/stat : 32402 (java) S 32396 32396 28528 0 -1 1077944384 1067 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046871939728 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32403] ppid=32396 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/32398/task/32403/stat : 32403 (java) S 32396 32396 28528 0 -1 1077944384 1051 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046870886928 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32404] ppid=32396 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/32398/task/32404/stat : 32404 (java) S 32396 32396 28528 0 -1 1077944384 1535 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046869834640 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32405] ppid=32396 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/32398/task/32405/stat : 32405 (java) S 32396 32396 28528 0 -1 1077944384 944 0 0 0 18 3 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046868781840 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32406] ppid=32396 vsize=28768328 memory=0 CPUtime=0.22 cores=0-7
/proc/32398/task/32406/stat : 32406 (java) S 32396 32396 28528 0 -1 1077944384 2592 0 0 0 18 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046867729552 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32407] ppid=32396 vsize=28768328 memory=3612 CPUtime=0.21 cores=0-7
/proc/32398/task/32407/stat : 32407 (java) S 32396 32396 28528 0 -1 1077944384 2123 0 0 0 17 4 0 0 20 0 28 0 419066611 29458767872 73041 33554432000 4194304 4196468 140725449898048 140046866676752 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32408] ppid=32396 vsize=28768328 memory=39644 CPUtime=0.14 cores=0-7
/proc/32398/task/32408/stat : 32408 (java) S 32396 32396 28528 0 -1 1077944384 5233 0 0 0 11 3 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045719517296 140047322589826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32409] ppid=32396 vsize=28768328 memory=984 CPUtime=0 cores=0-7
/proc/32398/task/32409/stat : 32409 (java) S 32396 32396 28528 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045718463328 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32410] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32398/task/32410/stat : 32410 (java) S 32396 32396 28528 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 419066613 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045717410944 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32411] ppid=32396 vsize=28768328 memory=1760 CPUtime=0 cores=0-7
/proc/32398/task/32411/stat : 32411 (java) S 32396 32396 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045716359248 140047322597275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32412] ppid=32396 vsize=28768328 memory=111636 CPUtime=3.87 cores=0-7
/proc/32398/task/32412/stat : 32412 (java) S 32396 32396 28528 0 -1 1077944384 18002 0 0 0 383 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045715307120 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32413] ppid=32396 vsize=28768328 memory=800 CPUtime=3.91 cores=0-7
/proc/32398/task/32413/stat : 32413 (java) S 32396 32396 28528 0 -1 1077944384 20596 0 0 0 387 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045714254320 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32414] ppid=32396 vsize=28768328 memory=1680 CPUtime=3.55 cores=0-7
/proc/32398/task/32414/stat : 32414 (java) S 32396 32396 28528 0 -1 1077944384 20953 0 0 0 351 4 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045713202032 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32415] ppid=32396 vsize=28768328 memory=4100 CPUtime=1.3 cores=0-7
/proc/32398/task/32415/stat : 32415 (java) S 32396 32396 28528 0 -1 1077944384 12241 0 0 0 127 3 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045712149232 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32416] ppid=32396 vsize=28768328 memory=1808 CPUtime=0 cores=0-7
/proc/32398/task/32416/stat : 32416 (java) S 32396 32396 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419066616 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045711096160 140047322588885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32417] ppid=32396 vsize=28768328 memory=920 CPUtime=0.01 cores=0-7
/proc/32398/task/32417/stat : 32417 (java) S 32396 32396 28528 0 -1 1077944384 1521 0 0 0 0 1 0 0 20 0 28 0 419066617 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045710043440 140047322589826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32564] ppid=32396 vsize=28768328 memory=4492 CPUtime=61.59 cores=0-7
/proc/32398/task/32564/stat : 32564 (java) R 32396 32396 28528 0 -1 4202560 1088 0 0 0 6159 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045694523584 140046963539061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32565] ppid=32396 vsize=28768328 memory=1412 CPUtime=61.91 cores=0-7
/proc/32398/task/32565/stat : 32565 (java) R 32396 32396 28528 0 -1 4202560 774 0 0 0 6191 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045692419440 140046962852080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32566] ppid=32396 vsize=28768328 memory=3560 CPUtime=61.9 cores=0-7
/proc/32398/task/32566/stat : 32566 (java) R 32396 32396 28528 0 -1 4202560 2915 0 0 0 6190 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045691367896 140046964601284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32567] ppid=32396 vsize=28768328 memory=1456 CPUtime=61.68 cores=0-7
/proc/32398/task/32567/stat : 32567 (java) R 32396 32396 28528 0 -1 4202560 1229 0 0 0 6168 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045695578056 140046967589324 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32568] ppid=32396 vsize=28768328 memory=290116 CPUtime=61.79 cores=0-7
/proc/32398/task/32568/stat : 32568 (java) R 32396 32396 28528 0 -1 4202560 931 0 0 0 6179 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045698736072 140046963540135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32569] ppid=32396 vsize=28768328 memory=6791534058613427641 CPUtime=61.53 cores=0-7
/proc/32398/task/32569/stat : 32569 (java) R 32396 32396 28528 0 -1 4202560 588 0 0 0 6153 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045696633984 140046961870755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32570] ppid=32396 vsize=28768328 memory=0 CPUtime=61.86 cores=0-7
/proc/32398/task/32570/stat : 32570 (java) R 32396 32396 28528 0 -1 4202560 817 0 0 0 6186 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045697683416 140046962852248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
[pid=32398/tid=32571] ppid=32396 vsize=28768328 memory=0 CPUtime=61.8 cores=0-7
/proc/32398/task/32571/stat : 32571 (java) R 32396 32396 28528 0 -1 4202560 709 0 0 0 6180 0 0 0 20 0 28 0 419070073 29458767872 73041 33554432000 4194304 4196468 140725449898048 140045693472496 140046964093787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20246528 140725449901034 140725449901206 140725449901206 140725449904079 0
Current children cumulated CPU time: 765.05 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 293620 KiB

Child status: 0
Real time (s): 97.0996
CPU time (s): 765.68
CPU user time (s): 764.943
CPU system time (s): 0.736798
CPU usage (%): 788.55
Max. virtual memory (cumulated for all children) (KiB): 28883520
Max. memory (cumulated for all children) (KiB): 293620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 764.943
system time used= 0.736798
maximum resident set size= 292164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16415
involuntary context switches= 10473


# summary of solver processes directly reported to runsolver:
#   pid: 32396
#   total CPU time (s): 765.68
#   total CPU user time (s): 764.943
#   total CPU system time (s): 0.736798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.822006 second user time and 1.25536 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 05:20:08
IDJOB=4393928
IDBENCH=128242
IDSOLVER=2841
FILE ID=node116/4393928-1568431249
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.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-4393928-1568431249/watcher-4393928-1568431249 -o /tmp/evaluation-result-4393928-1568431249/solver-4393928-1568431249 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2073184275 HOME/instance-4393928-1568431249.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=2073184275

node116.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30871700 kB
MemAvailable:   31854968 kB
Buffers:           82420 kB
Cached:          1186084 kB
SwapCached:        46656 kB
Active:           946308 kB
Inactive:         374988 kB
Active(anon):       4632 kB
Inactive(anon):    88424 kB
Active(file):     941676 kB
Inactive(file):   286564 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961112 kB
Dirty:             25844 kB
Writeback:             0 kB
AnonPages:        115260 kB
Mapped:            44056 kB
Shmem:             32004 kB
Slab:             170040 kB
SReclaimable:     141724 kB
SUnreclaim:        28316 kB
KernelStack:        3392 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     498192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 05:21:46