Trace number 4407088

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT139 509.137 64.579

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-4407088-1569352233.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407088-1569352233.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
2.05/0.82	c solve instance...
2.67/0.96	o 171 
3.35/1.03	o 168 
14.35/2.45	o 158 
16.47/2.73	o 157 
20.41/3.25	o 156 
23.59/3.69	o 150 
26.00/3.90	o 149 
26.00/3.92	o 148 
26.00/3.95	o 147 
26.00/3.96	o 146 
52.91/7.33	o 145 
53.68/7.47	o 144 
55.25/7.69	o 143 
67.23/9.13	o 140 
112.44/14.87	o 139 
508.62/64.56	s OPTIMUM FOUND
508.62/64.56	v <instantiation>
508.62/64.56	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>
508.62/64.56	v 	<values>0 0 8 0 16 1 3 1 13 8 4 31 26 24 33 34 19 46 14 19 65 60 51 24 47 21 55 41 34 77 79 64 44 60 89 74 100 60 56 74 128 93 113 79 79 91 105 103 69 113 89 115 103 83 107 122 115 121 131 129 128 139 </values>
508.62/64.56	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: 16374 MiB (11572 MiB free)
  memory of node 1: 16384 MiB (12623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407088-1569352233/watcher-4407088-1569352233 -o /var/tmp/evaluation-result-4407088-1569352233/solver-4407088-1569352233 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569349254-25829 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1979173476 HOME/instance-4407088-1569352233.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.101154 s]*
/proc/loadavg: 8.15 7.89 7.67 2/212 26282
/proc/meminfo: memFree=24761168/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28227396 memory=27712 CPUtime=0.12 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 5892 0 0 0 11 1 0 0 20 0 20 0 511163371 28904853504 6928 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7056849 6928 3154 1 0 7019032 0
[pid=26263/tid=26264] ppid=26261 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) R 26261 26261 25802 0 -1 4202560 3762 0 0 0 8 0 0 0 20 0 20 0 511163371 28904853504 6928 33554432000 4194304 4196468 140726574607424 140546263168336 140546240330749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28227396 memory=140694940853888 CPUtime=0 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26268] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26268/stat : 26268 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545807145616 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26269] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26269/stat : 26269 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545806093072 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26270] ppid=26261 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26270/stat : 26270 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545805040528 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26271] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26271/stat : 26271 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545803987984 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26272] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26272/stat : 26272 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 6928 33554432000 4194304 4196468 140726574607424 140545802935440 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26273] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26273/stat : 26273 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544588781552 140546258946690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26274] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26274/stat : 26274 (java) S 26261 26261 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544587727776 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26275] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26275/stat : 26275 (java) S 26261 26261 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544586675184 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26276] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26276/stat : 26276 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544585623760 140546258954139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26277] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26277/stat : 26277 (java) S 26261 26261 25802 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544584571376 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26278] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26278/stat : 26278 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544583518832 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26279] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26279/stat : 26279 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544582466288 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26280] ppid=26261 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) R 26261 26261 25802 0 -1 4202560 394 0 0 0 2 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544581413744 140546237640322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 6928 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29164 KiB

[startup+0.210593 s]*
/proc/loadavg: 8.15 7.89 7.67 3/212 26282
/proc/meminfo: memFree=24747712/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28227396 memory=40076 CPUtime=0.34 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 9784 0 0 0 31 3 0 0 20 0 20 0 511163371 28904853504 10019 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7056849 10019 3314 1 0 7019032 0
[pid=26263/tid=26264] ppid=26261 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) R 26261 26261 25802 0 -1 4202560 6737 0 0 0 18 1 0 0 20 0 20 0 511163371 28904853504 10019 33554432000 4194304 4196468 140726574607424 140546263167456 140546243016030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28227396 memory=288371071092565632 CPUtime=0 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26268] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26268/stat : 26268 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545807145616 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26269] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26269/stat : 26269 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545806093072 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26270] ppid=26261 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26270/stat : 26270 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545805040528 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26271] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26271/stat : 26271 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545803987984 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26272] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26272/stat : 26272 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28904853504 10019 33554432000 4194304 4196468 140726574607424 140545802935440 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26273] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26273/stat : 26273 (java) S 26261 26261 25802 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544588781552 140546258946690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26274] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26274/stat : 26274 (java) S 26261 26261 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544587727776 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26275] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26275/stat : 26275 (java) S 26261 26261 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511163374 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544586675184 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26276] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26276/stat : 26276 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544585623760 140546258954139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26277] ppid=26261 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/26263/task/26277/stat : 26277 (java) S 26261 26261 25802 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544584571376 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26278] ppid=26261 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/26263/task/26278/stat : 26278 (java) S 26261 26261 25802 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544583518832 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26279] ppid=26261 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/26263/task/26279/stat : 26279 (java) S 26261 26261 25802 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544582466288 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26280] ppid=26261 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) S 26261 26261 25802 0 -1 1077944384 853 0 0 0 7 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544581413744 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28904853504 10019 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41528 KiB

[startup+0.312947 s]*
/proc/loadavg: 8.15 7.89 7.67 4/212 26282
/proc/meminfo: memFree=24740552/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28231652 memory=49056 CPUtime=0.53 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 11172 0 0 0 49 4 0 0 20 0 20 0 511163371 28909211648 12264 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7057913 12264 3360 1 0 7019032 0
[pid=26263/tid=26264] ppid=26261 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) R 26261 26261 25802 0 -1 4202560 7844 0 0 0 28 2 0 0 20 0 20 0 511163371 28909211648 12325 33554432000 4194304 4196468 140726574607424 140546263166656 140546258957469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26268] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26268/stat : 26268 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545807145616 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26269] ppid=26261 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/26263/task/26269/stat : 26269 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545806093072 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26270] ppid=26261 vsize=28231652 memory=140694807212975 CPUtime=0 cores=0-7
/proc/26263/task/26270/stat : 26270 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545805040528 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26271] ppid=26261 vsize=28231652 memory=140694807215280 CPUtime=0 cores=0-7
/proc/26263/task/26271/stat : 26271 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545803987984 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26272] ppid=26261 vsize=28231652 memory=140694807217584 CPUtime=0 cores=0-7
/proc/26263/task/26272/stat : 26272 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28909211648 12325 33554432000 4194304 4196468 140726574607424 140545802935440 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26273] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26273/stat : 26273 (java) S 26261 26261 25802 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 511163374 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544588781552 140546258946690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26274] ppid=26261 vsize=28231652 memory=281389614442128 CPUtime=0 cores=0-7
/proc/26263/task/26274/stat : 26274 (java) S 26261 26261 25802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511163374 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544587727776 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26275] ppid=26261 vsize=28231652 memory=281389614449040 CPUtime=0 cores=0-7
/proc/26263/task/26275/stat : 26275 (java) S 26261 26261 25802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511163374 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544586675184 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26276] ppid=26261 vsize=28231652 memory=281389614390320 CPUtime=0 cores=0-7
/proc/26263/task/26276/stat : 26276 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544585623760 140546258954139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26277] ppid=26261 vsize=28231652 memory=281389614462864 CPUtime=0.03 cores=0-7
/proc/26263/task/26277/stat : 26277 (java) S 26261 26261 25802 0 -1 1077944384 582 0 0 0 3 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544584571376 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26278] ppid=26261 vsize=28231652 memory=281389614469776 CPUtime=0.02 cores=0-7
/proc/26263/task/26278/stat : 26278 (java) R 26261 26261 25802 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544583509216 140546242467085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26279] ppid=26261 vsize=28231652 memory=281389614467472 CPUtime=0.02 cores=0-7
/proc/26263/task/26279/stat : 26279 (java) S 26261 26261 25802 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544582466288 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26280] ppid=26261 vsize=28231652 memory=281389614483632 CPUtime=0.12 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) S 26261 26261 25802 0 -1 1077944384 1011 0 0 0 12 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544581413744 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511163377 28909211648 12325 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50508 KiB

[startup+0.700952 s]
/proc/loadavg: 8.15 7.89 7.67 5/212 26282
/proc/meminfo: memFree=24726464/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28233776 memory=85268 CPUtime=1.6 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 15531 0 0 0 154 6 0 0 20 0 20 0 511163371 28911386624 21317 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7058444 21317 3452 1 0 7019544 0
[pid=26263/tid=26264] ppid=26261 vsize=28233776 memory=281389614841520 CPUtime=0.67 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) R 26261 26261 25802 0 -1 4202560 9468 0 0 0 64 3 0 0 20 0 20 0 511163371 28911386624 21317 33554432000 4194304 4196468 140726574607424 140546263171680 140545899442341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28233776 memory=140694807421808 CPUtime=0 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28911386624 21317 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511163372 28911386624 21317 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28233776 memory=1060 CPUtime=0 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511163372 28911386624 21317 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0

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

[pid=26263/tid=26280] ppid=26261 vsize=28901464 memory=776 CPUtime=0.91 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) S 26261 26261 25802 0 -1 1077944384 8004 0 0 0 89 2 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544581413744 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28901464 memory=1564 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28901464 memory=6116 CPUtime=0.01 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 835 0 0 0 0 1 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26411] ppid=26261 vsize=28901464 memory=1060 CPUtime=48.7 cores=0-7
/proc/26263/task/26411/stat : 26411 (java) R 26261 26261 25802 0 -1 4202560 555 0 0 0 4870 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544561674744 140545904166504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26412] ppid=26261 vsize=28901464 memory=6116 CPUtime=48.88 cores=0-7
/proc/26263/task/26412/stat : 26412 (java) R 26261 26261 25802 0 -1 4202560 570 0 0 0 4888 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544564837536 140545905100047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26413] ppid=26261 vsize=28901464 memory=1060 CPUtime=48.82 cores=0-7
/proc/26263/task/26413/stat : 26413 (java) R 26261 26261 25802 0 -1 4202560 1122 0 0 0 4882 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544559571224 140545905099879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26414] ppid=26261 vsize=28901464 memory=2828 CPUtime=48.82 cores=0-7
/proc/26263/task/26414/stat : 26414 (java) R 26261 26261 25802 0 -1 4202560 1505 0 0 0 4881 1 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544558518216 140545902956413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26415] ppid=26261 vsize=28901464 memory=1216 CPUtime=48.98 cores=0-7
/proc/26263/task/26415/stat : 26415 (java) R 26261 26261 25802 0 -1 4202560 899 0 0 0 4898 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544567992856 140545906190582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26416] ppid=26261 vsize=28901464 memory=0 CPUtime=49 cores=0-7
/proc/26263/task/26416/stat : 26416 (java) R 26261 26261 25802 0 -1 4202560 820 0 0 0 4900 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544565887144 140545903828954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26417] ppid=26261 vsize=28901464 memory=0 CPUtime=48.9 cores=0-7
/proc/26263/task/26417/stat : 26417 (java) R 26261 26261 25802 0 -1 4202560 955 0 0 0 4890 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544566939184 140545903098711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26418] ppid=26261 vsize=28901464 memory=0 CPUtime=48.98 cores=0-7
/proc/26263/task/26418/stat : 26418 (java) R 26261 26261 25802 0 -1 4202560 714 0 0 0 4898 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544560623032 140545903096633 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 504.68 s
Current children cumulated vsize: 29014592 KiB
Current children cumulated memory: 244496 KiB

[startup+64.4012 s]
/proc/loadavg: 8.81 8.16 7.78 9/219 26420
/proc/meminfo: memFree=24545440/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28901464 memory=243044 CPUtime=507.82 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 90443 0 0 0 50738 44 0 0 20 0 28 0 511163371 29595099136 60761 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7225366 60761 3534 1 0 7186466 0
[pid=26263/tid=26264] ppid=26261 vsize=28901464 memory=-7233780906022726806 CPUtime=0.82 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) S 26261 26261 25802 0 -1 1077944384 9915 0 0 0 79 3 0 0 20 0 28 0 511163371 29595099136 60761 33554432000 4194304 4196468 140726574607424 140546263176320 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28901464 memory=8262277478866581011 CPUtime=0.03 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2174 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28901464 memory=8992725908130199082 CPUtime=0.04 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 509 0 0 0 3 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28901464 memory=6791534058613427641 CPUtime=0.03 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 372 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26268] ppid=26261 vsize=28901464 memory=111636 CPUtime=0.03 cores=0-7
/proc/26263/task/26268/stat : 26268 (java) S 26261 26261 25802 0 -1 1077944384 1318 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545807145616 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26269] ppid=26261 vsize=28901464 memory=800 CPUtime=0.02 cores=0-7
/proc/26263/task/26269/stat : 26269 (java) S 26261 26261 25802 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545806093072 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26270] ppid=26261 vsize=28901464 memory=1808 CPUtime=0.03 cores=0-7
/proc/26263/task/26270/stat : 26270 (java) S 26261 26261 25802 0 -1 1077944384 1454 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545805040528 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26271] ppid=26261 vsize=28901464 memory=924 CPUtime=0.03 cores=0-7
/proc/26263/task/26271/stat : 26271 (java) S 26261 26261 25802 0 -1 1077944384 1784 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545803987984 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26272] ppid=26261 vsize=28901464 memory=4132 CPUtime=0.02 cores=0-7
/proc/26263/task/26272/stat : 26272 (java) S 26261 26261 25802 0 -1 1077944384 812 0 0 0 2 0 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545802935440 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26273] ppid=26261 vsize=28901464 memory=4096 CPUtime=0.03 cores=0-7
/proc/26263/task/26273/stat : 26273 (java) S 26261 26261 25802 0 -1 1077944384 2638 0 0 0 2 1 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544588781552 140546258946690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26274] ppid=26261 vsize=28901464 memory=1408 CPUtime=0 cores=0-7
/proc/26263/task/26274/stat : 26274 (java) S 26261 26261 25802 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544587727840 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26275] ppid=26261 vsize=28901464 memory=3484 CPUtime=0 cores=0-7
/proc/26263/task/26275/stat : 26275 (java) S 26261 26261 25802 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544586675200 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26276] ppid=26261 vsize=28901464 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26276/stat : 26276 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544585623760 140546258954139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26277] ppid=26261 vsize=28901464 memory=0 CPUtime=3.02 cores=0-7
/proc/26263/task/26277/stat : 26277 (java) S 26261 26261 25802 0 -1 1077944384 14633 0 0 0 298 4 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544584571376 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26278] ppid=26261 vsize=28901464 memory=0 CPUtime=2.99 cores=0-7
/proc/26263/task/26278/stat : 26278 (java) S 26261 26261 25802 0 -1 1077944384 18675 0 0 0 293 6 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544583518832 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26279] ppid=26261 vsize=28901464 memory=0 CPUtime=2.82 cores=0-7
/proc/26263/task/26279/stat : 26279 (java) S 26261 26261 25802 0 -1 1077944384 12480 0 0 0 279 3 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544582466288 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26280] ppid=26261 vsize=28901464 memory=0 CPUtime=0.91 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) S 26261 26261 25802 0 -1 1077944384 8004 0 0 0 89 2 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544581413744 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28901464 memory=0 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28901464 memory=0 CPUtime=0.01 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 835 0 0 0 0 1 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26411] ppid=26261 vsize=28901464 memory=0 CPUtime=49.09 cores=0-7
/proc/26263/task/26411/stat : 26411 (java) R 26261 26261 25802 0 -1 4202560 555 0 0 0 4909 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544561674744 140545903413599 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26412] ppid=26261 vsize=28901464 memory=0 CPUtime=49.27 cores=0-7
/proc/26263/task/26412/stat : 26412 (java) R 26261 26261 25802 0 -1 4202560 570 0 0 0 4927 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544564837536 140545896502472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26413] ppid=26261 vsize=28901464 memory=56 CPUtime=49.21 cores=0-7
/proc/26263/task/26413/stat : 26413 (java) R 26261 26261 25802 0 -1 4202560 1122 0 0 0 4921 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544559571224 140545903736394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26414] ppid=26261 vsize=28901464 memory=-2672971630408907303 CPUtime=49.19 cores=0-7
/proc/26263/task/26414/stat : 26414 (java) R 26261 26261 25802 0 -1 4202560 1538 0 0 0 4918 1 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544558518552 140545902127047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26415] ppid=26261 vsize=28901464 memory=-2892745056948402235 CPUtime=49.37 cores=0-7
/proc/26263/task/26415/stat : 26415 (java) R 26261 26261 25802 0 -1 4202560 899 0 0 0 4937 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544567992856 140545903099232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26416] ppid=26261 vsize=28901464 memory=-7751062316387021378 CPUtime=49.39 cores=0-7
/proc/26263/task/26416/stat : 26416 (java) R 26261 26261 25802 0 -1 4202560 820 0 0 0 4939 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544565887144 140545904166504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26417] ppid=26261 vsize=28901464 memory=-3621219715169225006 CPUtime=49.29 cores=0-7
/proc/26263/task/26417/stat : 26417 (java) R 26261 26261 25802 0 -1 4202560 955 0 0 0 4929 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544566939184 140545903096909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26418] ppid=26261 vsize=28901464 memory=-8316900901535099443 CPUtime=49.37 cores=0-7
/proc/26263/task/26418/stat : 26418 (java) R 26261 26261 25802 0 -1 4202560 714 0 0 0 4937 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544560623032 140545903261961 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 507.82 s
Current children cumulated vsize: 29014592 KiB
Current children cumulated memory: 244496 KiB

[startup+64.5012 s]
/proc/loadavg: 8.81 8.16 7.78 9/219 26420
/proc/meminfo: memFree=24545440/32770624 swapFree=66976772/67108860
[pid=26261] ppid=26258 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26261/stat : 26261 (xcsp3-exec) S 26258 26261 25802 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511163371 115843072 363 33554432000 4194304 5098028 140736784840384 140736784838488 140618393965180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29257728 140736784847697 140736784847957 140736784847957 140736784850886 0
/proc/26261/statm: 28282 363 304 221 0 87 0
[pid=26263] ppid=26261 vsize=28901464 memory=243044 CPUtime=508.62 cores=0-7
/proc/26263/stat : 26263 (java) S 26261 26261 25802 0 -1 1077944320 90445 0 0 0 50818 44 0 0 20 0 28 0 511163371 29595099136 60761 33554432000 4194304 4196468 140726574607424 140726574589968 140546258935543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
/proc/26263/statm: 7225366 60761 3534 1 0 7186466 0
[pid=26263/tid=26264] ppid=26261 vsize=28901464 memory=1452 CPUtime=0.82 cores=0-7
/proc/26263/task/26264/stat : 26264 (java) S 26261 26261 25802 0 -1 1077944384 9915 0 0 0 79 3 0 0 20 0 28 0 511163371 29595099136 60761 33554432000 4194304 4196468 140726574607424 140546263176320 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26265] ppid=26261 vsize=28901464 memory=243044 CPUtime=0.03 cores=0-7
/proc/26263/task/26265/stat : 26265 (java) S 26261 26261 25802 0 -1 1077944384 2174 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545810303248 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26266] ppid=26261 vsize=28901464 memory=1452 CPUtime=0.04 cores=0-7
/proc/26263/task/26266/stat : 26266 (java) S 26261 26261 25802 0 -1 1077944384 509 0 0 0 3 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545809250704 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26267] ppid=26261 vsize=28901464 memory=0 CPUtime=0.03 cores=0-7
/proc/26263/task/26267/stat : 26267 (java) S 26261 26261 25802 0 -1 1077944384 372 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545808198160 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26268] ppid=26261 vsize=28901464 memory=164 CPUtime=0.03 cores=0-7
/proc/26263/task/26268/stat : 26268 (java) S 26261 26261 25802 0 -1 1077944384 1318 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545807145616 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26269] ppid=26261 vsize=28901464 memory=2828 CPUtime=0.02 cores=0-7
/proc/26263/task/26269/stat : 26269 (java) S 26261 26261 25802 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545806093072 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26270] ppid=26261 vsize=28901464 memory=246124 CPUtime=0.03 cores=0-7
/proc/26263/task/26270/stat : 26270 (java) S 26261 26261 25802 0 -1 1077944384 1454 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545805040528 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26271] ppid=26261 vsize=28901464 memory=0 CPUtime=0.03 cores=0-7
/proc/26263/task/26271/stat : 26271 (java) S 26261 26261 25802 0 -1 1077944384 1784 0 0 0 2 1 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545803987984 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26272] ppid=26261 vsize=28901464 memory=0 CPUtime=0.02 cores=0-7
/proc/26263/task/26272/stat : 26272 (java) S 26261 26261 25802 0 -1 1077944384 812 0 0 0 2 0 0 0 20 0 28 0 511163372 29595099136 60761 33554432000 4194304 4196468 140726574607424 140545802935440 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26273] ppid=26261 vsize=28901464 memory=1452 CPUtime=0.03 cores=0-7
/proc/26263/task/26273/stat : 26273 (java) S 26261 26261 25802 0 -1 1077944384 2638 0 0 0 2 1 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544588781552 140546258946690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26274] ppid=26261 vsize=28901464 memory=248176 CPUtime=0 cores=0-7
/proc/26263/task/26274/stat : 26274 (java) S 26261 26261 25802 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544587727840 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26275] ppid=26261 vsize=28901464 memory=249204 CPUtime=0 cores=0-7
/proc/26263/task/26275/stat : 26275 (java) S 26261 26261 25802 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 511163374 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544586675200 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26276] ppid=26261 vsize=28901464 memory=281389614235888 CPUtime=0 cores=0-7
/proc/26263/task/26276/stat : 26276 (java) S 26261 26261 25802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544585623760 140546258954139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26277] ppid=26261 vsize=28901464 memory=288230574492221466 CPUtime=3.02 cores=0-7
/proc/26263/task/26277/stat : 26277 (java) S 26261 26261 25802 0 -1 1077944384 14633 0 0 0 298 4 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544584571376 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26278] ppid=26261 vsize=28901464 memory=288230583166042426 CPUtime=2.99 cores=0-7
/proc/26263/task/26278/stat : 26278 (java) S 26261 26261 25802 0 -1 1077944384 18675 0 0 0 293 6 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544583518832 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26279] ppid=26261 vsize=28901464 memory=1660 CPUtime=2.82 cores=0-7
/proc/26263/task/26279/stat : 26279 (java) S 26261 26261 25802 0 -1 1077944384 12480 0 0 0 279 3 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544582466288 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26280] ppid=26261 vsize=28901464 memory=65192 CPUtime=0.91 cores=0-7
/proc/26263/task/26280/stat : 26280 (java) S 26261 26261 25802 0 -1 1077944384 8004 0 0 0 89 2 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544581413744 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26281] ppid=26261 vsize=28901464 memory=988 CPUtime=0 cores=0-7
/proc/26263/task/26281/stat : 26281 (java) S 26261 26261 25802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544580360416 140546258945749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26282] ppid=26261 vsize=28901464 memory=1452 CPUtime=0.01 cores=0-7
/proc/26263/task/26282/stat : 26282 (java) S 26261 26261 25802 0 -1 1077944384 835 0 0 0 0 1 0 0 20 0 28 0 511163377 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544579307952 140546258946690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26411] ppid=26261 vsize=28901464 memory=255844 CPUtime=49.19 cores=0-7
/proc/26263/task/26411/stat : 26411 (java) R 26261 26261 25802 0 -1 4202560 555 0 0 0 4919 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544561674744 140545902127047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26412] ppid=26261 vsize=28901464 memory=1452 CPUtime=49.37 cores=0-7
/proc/26263/task/26412/stat : 26412 (java) R 26261 26261 25802 0 -1 4202560 570 0 0 0 4937 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544564837536 140545904189015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26413] ppid=26261 vsize=28901464 memory=816 CPUtime=49.31 cores=0-7
/proc/26263/task/26413/stat : 26413 (java) R 26261 26261 25802 0 -1 4202560 1122 0 0 0 4931 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544559571224 140545904673144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26414] ppid=26261 vsize=28901464 memory=1436 CPUtime=49.29 cores=0-7
/proc/26263/task/26414/stat : 26414 (java) R 26261 26261 25802 0 -1 4202560 1540 0 0 0 4928 1 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544558518552 140545904493744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26415] ppid=26261 vsize=28901464 memory=1984 CPUtime=49.47 cores=0-7
/proc/26263/task/26415/stat : 26415 (java) R 26261 26261 25802 0 -1 4202560 899 0 0 0 4947 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544567992856 140545903261961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26416] ppid=26261 vsize=28901464 memory=1452 CPUtime=49.49 cores=0-7
/proc/26263/task/26416/stat : 26416 (java) R 26261 26261 25802 0 -1 4202560 820 0 0 0 4949 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544565887144 140545904166504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26417] ppid=26261 vsize=28901464 memory=246124 CPUtime=49.39 cores=0-7
/proc/26263/task/26417/stat : 26417 (java) R 26261 26261 25802 0 -1 4202560 955 0 0 0 4939 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544566939184 140545903828734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
[pid=26263/tid=26418] ppid=26261 vsize=28901464 memory=1452 CPUtime=49.47 cores=0-7
/proc/26263/task/26418/stat : 26418 (java) R 26261 26261 25802 0 -1 4202560 714 0 0 0 4947 0 0 0 20 0 28 0 511164859 29595099136 60761 33554432000 4194304 4196468 140726574607424 140544560623032 140545903608325 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12877824 140726574613462 140726574613638 140726574613638 140726574616527 0
Current children cumulated CPU time: 508.62 s
Current children cumulated vsize: 29014592 KiB
Current children cumulated memory: 244496 KiB

Child status: 0
Real time (s): 64.579
CPU time (s): 509.137
CPU user time (s): 508.685
CPU system time (s): 0.4525
CPU usage (%): 788.394
Max. virtual memory (cumulated for all children) (KiB): 29014592
Max. memory (cumulated for all children) (KiB): 263388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 508.685
system time used= 0.4525
maximum resident set size= 268116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9130
involuntary context switches= 7494


# summary of solver processes directly reported to runsolver:
#   pid: 26261
#   total CPU time (s): 509.137
#   total CPU user time (s): 508.685
#   total CPU system time (s): 0.4525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.486523 second user time and 0.761515 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-24 21:09:52
IDJOB=4407088
IDBENCH=128242
IDSOLVER=2871
FILE ID=node124/4407088-1569352233
RUNJOBID= node124-1569349254-25829
PBS_JOBID= 21705088
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
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 /var/tmp/evaluation-result-4407088-1569352233/watcher-4407088-1569352233 -o /var/tmp/evaluation-result-4407088-1569352233/solver-4407088-1569352233 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569349254-25829 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1979173476 HOME/instance-4407088-1569352233.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=1979173476

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24776416 kB
MemAvailable:   31812964 kB
Buffers:          131500 kB
Cached:          6997864 kB
SwapCached:        29076 kB
Active:          3510816 kB
Inactive:        3652436 kB
Active(anon):       1732 kB
Inactive(anon):    89996 kB
Active(file):    3509084 kB
Inactive(file):  3562440 kB
Unevictable:      108364 kB
Mlocked:          108364 kB
SwapTotal:      67108860 kB
SwapFree:       66976772 kB
Dirty:             26236 kB
Writeback:             0 kB
AnonPages:        104136 kB
Mapped:            57452 kB
Shmem:             49092 kB
Slab:             422016 kB
SReclaimable:     393484 kB
SUnreclaim:        28532 kB
KernelStack:        3056 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node124 at 2019-09-24 21:10:57