Trace number 4405010

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT65 309.601 40.2282

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-9.xml
MD5SUM01e24d77724351f9fbbc9dc0447b7ef7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark75.5771
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":15},{"size":5,"count":6},{"size":6,"count":4},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405010-1569004481.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4405010-1569004481.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.12/1.96	c solve instance...
5.53/2.09	o -1000 
12.48/2.96	o -961 
13.37/3.04	o 10 
18.00/3.60	o 12 
18.73/3.77	o 51 
20.26/3.91	o 56 
20.26/3.95	o 57 
22.67/4.29	o 61 
24.97/4.51	o 64 
29.78/5.19	o 65 
309.47/40.21	s OPTIMUM FOUND
309.47/40.21	v <instantiation>
309.47/40.21	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
309.47/40.21	v 	<values>5 0 -1 8 3 10 1 6 7 4 15 12 17 14 9 16 11 22 13 -1 -1 -1 23 18 -1 0 19 -1 15 14 1 18 17 16 13 2 5 6 11 12 3 4 7 10 -1 -1 -1 8 9 -1 5 1 0 6 8 -2 1 8 6 -4 0 4 4 4 7 2 4 0 6 0 0 0 7 -2 0 </values>
309.47/40.21	v </instantiation>

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405010-1569004481/watcher-4405010-1569004481 -o /var/tmp/evaluation-result-4405010-1569004481/solver-4405010-1569004481 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1227294829 HOME/instance-4405010-1569004481.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=27218, runsolver pid=27215
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 8.15 7.79 7.98 2/213 27239
/proc/meminfo: memFree=14170244/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28227396 memory=28912 CPUtime=0.12 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 5695 0 0 0 11 1 0 0 20 0 20 0 476389937 28904853504 7228 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7056849 7228 3123 1 0 7019032 0
[pid=27220/tid=27221] ppid=27218 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) R 27218 27218 16074 0 -1 4202560 3621 0 0 0 8 1 0 0 20 0 20 0 476389937 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406245833504 140406225679710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28227396 memory=139958976177792 CPUtime=0 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27225] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27225/stat : 27225 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406191061264 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27226] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27226/stat : 27226 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406190009488 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27227] ppid=27218 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27227/stat : 27227 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406188956688 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27228] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27228/stat : 27228 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406187903888 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27229] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27229/stat : 27229 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 7228 33554432000 4194304 4196468 140735375546592 140406186851088 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27230] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27230/stat : 27230 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389939 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404907026800 140406241610370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27231] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27231/stat : 27231 (java) S 27218 27218 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476389940 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404905972768 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27232] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27232/stat : 27232 (java) S 27218 27218 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476389940 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404904919920 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27233] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27233/stat : 27233 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404903868240 140406241617819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27234] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27234/stat : 27234 (java) S 27218 27218 16074 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404902816624 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27235] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27235/stat : 27235 (java) R 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404901763824 140406241610370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27236] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27236/stat : 27236 (java) S 27218 27218 16074 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404900711024 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27237] ppid=27218 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) R 27218 27218 16074 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404899658224 140406219968110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389943 28904853504 7228 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30364 KiB

[startup+0.210811 s]*
/proc/loadavg: 8.15 7.79 7.98 3/213 27239
/proc/meminfo: memFree=14156844/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28227396 memory=40364 CPUtime=0.34 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 9362 0 0 0 31 3 0 0 20 0 20 0 476389937 28904853504 10091 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7056849 10091 3262 1 0 7019032 0
[pid=27220/tid=27221] ppid=27218 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) R 27218 27218 16074 0 -1 4202560 6597 0 0 0 18 2 0 0 20 0 20 0 476389937 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406245832928 140406241611158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28227396 memory=3762678890465781408 CPUtime=0 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27225] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27225/stat : 27225 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406191061264 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27226] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27226/stat : 27226 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406190009488 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27227] ppid=27218 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27227/stat : 27227 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406188956688 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27228] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27228/stat : 27228 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406187903888 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27229] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27229/stat : 27229 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28904853504 10091 33554432000 4194304 4196468 140735375546592 140406186851088 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27230] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27230/stat : 27230 (java) S 27218 27218 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476389939 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404907026800 140406241610370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27231] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27231/stat : 27231 (java) S 27218 27218 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476389940 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404905972768 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27232] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27232/stat : 27232 (java) S 27218 27218 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476389940 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404904919920 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27233] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27233/stat : 27233 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404903868240 140406241617819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27234] ppid=27218 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27220/task/27234/stat : 27234 (java) S 27218 27218 16074 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404902816624 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27235] ppid=27218 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/27220/task/27235/stat : 27235 (java) S 27218 27218 16074 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404901763824 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27236] ppid=27218 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/27220/task/27236/stat : 27236 (java) S 27218 27218 16074 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404900711024 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27237] ppid=27218 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) R 27218 27218 16074 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404899658224 140406226764798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389942 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389943 28904853504 10091 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41816 KiB

[startup+0.312293 s]*
/proc/loadavg: 8.15 7.79 7.98 3/213 27239
/proc/meminfo: memFree=14149708/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28231652 memory=49568 CPUtime=0.54 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 10787 0 0 0 50 4 0 0 20 0 20 0 476389937 28909211648 12392 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7057913 12392 3330 1 0 7019032 0
[pid=27220/tid=27221] ppid=27218 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) R 27218 27218 16074 0 -1 4202560 7774 0 0 0 27 3 0 0 20 0 20 0 476389937 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406245833008 140406233836350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27225] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27225/stat : 27225 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406191061264 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27226] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27226/stat : 27226 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406190009488 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27227] ppid=27218 vsize=28231652 memory=139958824299183 CPUtime=0 cores=0-7
/proc/27220/task/27227/stat : 27227 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406188956688 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27228] ppid=27218 vsize=28231652 memory=139958824301488 CPUtime=0 cores=0-7
/proc/27220/task/27228/stat : 27228 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406187903888 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27229] ppid=27218 vsize=28231652 memory=139958824303792 CPUtime=0 cores=0-7
/proc/27220/task/27229/stat : 27229 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28909211648 12392 33554432000 4194304 4196468 140735375546592 140406186851088 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27230] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27230/stat : 27230 (java) S 27218 27218 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476389939 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404907026800 140406241610370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27231] ppid=27218 vsize=28231652 memory=279917648621456 CPUtime=0 cores=0-7
/proc/27220/task/27231/stat : 27231 (java) S 27218 27218 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476389940 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404905972768 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27232] ppid=27218 vsize=28231652 memory=279917648619152 CPUtime=0 cores=0-7
/proc/27220/task/27232/stat : 27232 (java) S 27218 27218 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476389940 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404904919920 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27233] ppid=27218 vsize=28231652 memory=279917648626064 CPUtime=0 cores=0-7
/proc/27220/task/27233/stat : 27233 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404903868240 140406241617819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27234] ppid=27218 vsize=28231652 memory=279917648567344 CPUtime=0.03 cores=0-7
/proc/27220/task/27234/stat : 27234 (java) R 27218 27218 16074 0 -1 4202560 455 0 0 0 3 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404902797640 140406223124370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27235] ppid=27218 vsize=28231652 memory=279917648639888 CPUtime=0.03 cores=0-7
/proc/27220/task/27235/stat : 27235 (java) S 27218 27218 16074 0 -1 1077944384 118 0 0 0 3 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404901763824 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27236] ppid=27218 vsize=28231652 memory=279917648646800 CPUtime=0.02 cores=0-7
/proc/27220/task/27236/stat : 27236 (java) S 27218 27218 16074 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404900711024 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27237] ppid=27218 vsize=28231652 memory=279917648644496 CPUtime=0.13 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) S 27218 27218 16074 0 -1 1077944384 976 0 0 0 13 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404899658224 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476389942 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389943 28909211648 12392 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51020 KiB

[startup+0.700962 s]
/proc/loadavg: 8.15 7.79 7.98 6/213 27239
/proc/meminfo: memFree=14118904/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28233776 memory=121464 CPUtime=1.93 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 15885 0 0 0 186 7 0 0 20 0 20 0 476389937 28911386624 30366 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7058444 30366 3446 1 0 7019544 0
[pid=27220/tid=27221] ppid=27218 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) R 27218 27218 16074 0 -1 4202560 9165 0 0 0 63 4 0 0 20 0 20 0 476389937 28911386624 30366 33554432000 4194304 4196468 140735375546592 140406245835056 140406241611158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28233776 memory=139958824510320 CPUtime=0 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28911386624 30366 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476389938 28911386624 30366 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28233776 memory=1200 CPUtime=0 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476389938 28911386624 30366 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0

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

[pid=27220/tid=27237] ppid=27218 vsize=28769364 memory=0 CPUtime=1.04 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) S 27218 27218 16074 0 -1 1077944384 6694 0 0 0 102 2 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404899658224 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28769364 memory=473384 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28769364 memory=15534115864709562 CPUtime=0.01 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1349 0 0 0 0 1 0 0 20 0 28 0 476389943 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27320] ppid=27218 vsize=28769364 memory=3612 CPUtime=33.72 cores=0-7
/proc/27220/task/27320/stat : 27320 (java) R 27218 27218 16074 0 -1 4202560 783 0 0 0 3372 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404550195880 140405860804510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27321] ppid=27218 vsize=28769364 memory=43428 CPUtime=33.55 cores=0-7
/proc/27220/task/27321/stat : 27321 (java) R 27218 27218 16074 0 -1 4202560 413 0 0 0 3355 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404544933528 140405861054012 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27322] ppid=27218 vsize=28769364 memory=992 CPUtime=33.44 cores=0-7
/proc/27220/task/27322/stat : 27322 (java) R 27218 27218 16074 0 -1 4202560 1052 0 0 0 3344 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404549145112 140405860804786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27323] ppid=27218 vsize=28769364 memory=2044 CPUtime=33.53 cores=0-7
/proc/27220/task/27323/stat : 27323 (java) R 27218 27218 16074 0 -1 4202560 1467 0 0 0 3351 2 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404548092064 140405860804679 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27324] ppid=27218 vsize=28769364 memory=1432 CPUtime=33.7 cores=0-7
/proc/27220/task/27324/stat : 27324 (java) R 27218 27218 16074 0 -1 4202560 2065 0 0 0 3370 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404547039848 140405860804905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27325] ppid=27218 vsize=28769364 memory=11624 CPUtime=33.54 cores=0-7
/proc/27220/task/27325/stat : 27325 (java) R 27218 27218 16074 0 -1 4202560 1199 0 0 0 3354 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404541775800 140405860804745 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27326] ppid=27218 vsize=28769364 memory=288230574492221466 CPUtime=33.6 cores=0-7
/proc/27220/task/27326/stat : 27326 (java) R 27218 27218 16074 0 -1 4202560 1024 0 0 0 3360 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404543881240 140405860804786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27327] ppid=27218 vsize=28769364 memory=288230621803970871 CPUtime=33.69 cores=0-7
/proc/27220/task/27327/stat : 27327 (java) R 27218 27218 16074 0 -1 4202560 835 0 0 0 3369 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404545986648 140405860804555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 301.54 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 474840 KiB

[startup+40.0014 s]*
/proc/loadavg: 8.59 7.96 8.04 9/220 27328
/proc/meminfo: memFree=13727352/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28769364 memory=473388 CPUtime=307.95 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 63102 0 0 0 30726 69 0 0 20 0 28 0 476389937 29459828736 118347 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7192341 118347 3529 1 0 7153441 0
[pid=27220/tid=27221] ppid=27218 vsize=28769364 memory=1764 CPUtime=1.87 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) S 27218 27218 16074 0 -1 1077944384 9707 0 0 0 179 8 0 0 20 0 28 0 476389937 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406245840000 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28769364 memory=1452 CPUtime=0.07 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 240 0 0 0 4 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28769364 memory=473388 CPUtime=0.08 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 407 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28769364 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 219 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27225] ppid=27218 vsize=28769364 memory=473388 CPUtime=0.07 cores=0-7
/proc/27220/task/27225/stat : 27225 (java) S 27218 27218 16074 0 -1 1077944384 865 0 0 0 4 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406191061264 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27226] ppid=27218 vsize=28769364 memory=2600 CPUtime=0.08 cores=0-7
/proc/27220/task/27226/stat : 27226 (java) S 27218 27218 16074 0 -1 1077944384 144 0 0 0 3 5 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406190009488 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27227] ppid=27218 vsize=28769364 memory=2609 CPUtime=0.06 cores=0-7
/proc/27220/task/27227/stat : 27227 (java) S 27218 27218 16074 0 -1 1077944384 218 0 0 0 3 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406188956688 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27228] ppid=27218 vsize=28769364 memory=0 CPUtime=0.08 cores=0-7
/proc/27220/task/27228/stat : 27228 (java) S 27218 27218 16074 0 -1 1077944384 204 0 0 0 5 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406187903888 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27229] ppid=27218 vsize=28769364 memory=24734 CPUtime=0.08 cores=0-7
/proc/27220/task/27229/stat : 27229 (java) S 27218 27218 16074 0 -1 1077944384 155 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406186851088 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27230] ppid=27218 vsize=28769364 memory=187 CPUtime=0.01 cores=0-7
/proc/27220/task/27230/stat : 27230 (java) S 27218 27218 16074 0 -1 1077944384 798 0 0 0 1 0 0 0 20 0 28 0 476389939 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404907026800 140406241610370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27231] ppid=27218 vsize=28769364 memory=7 CPUtime=0 cores=0-7
/proc/27220/task/27231/stat : 27231 (java) S 27218 27218 16074 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 476389940 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404905972832 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27232] ppid=27218 vsize=28769364 memory=8 CPUtime=0 cores=0-7
/proc/27220/task/27232/stat : 27232 (java) S 27218 27218 16074 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 476389940 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404904919936 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27233] ppid=27218 vsize=28769364 memory=8 CPUtime=0 cores=0-7
/proc/27220/task/27233/stat : 27233 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404903868240 140406241617819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27234] ppid=27218 vsize=28769364 memory=7 CPUtime=3.01 cores=0-7
/proc/27220/task/27234/stat : 27234 (java) S 27218 27218 16074 0 -1 1077944384 8973 0 0 0 298 3 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404902816624 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27235] ppid=27218 vsize=28769364 memory=8 CPUtime=2.57 cores=0-7
/proc/27220/task/27235/stat : 27235 (java) S 27218 27218 16074 0 -1 1077944384 11154 0 0 0 253 4 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404901763824 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27236] ppid=27218 vsize=28769364 memory=6 CPUtime=2.39 cores=0-7
/proc/27220/task/27236/stat : 27236 (java) S 27218 27218 16074 0 -1 1077944384 9445 0 0 0 236 3 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404900711024 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27237] ppid=27218 vsize=28769364 memory=22129 CPUtime=1.04 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) S 27218 27218 16074 0 -1 1077944384 6694 0 0 0 102 2 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404899658224 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28769364 memory=4420 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28769364 memory=6628 CPUtime=0.01 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1349 0 0 0 0 1 0 0 20 0 28 0 476389943 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27320] ppid=27218 vsize=28769364 memory=8836 CPUtime=34.52 cores=0-7
/proc/27220/task/27320/stat : 27320 (java) R 27218 27218 16074 0 -1 4202560 783 0 0 0 3452 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404550195880 140405860804635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27321] ppid=27218 vsize=28769364 memory=11044 CPUtime=34.35 cores=0-7
/proc/27220/task/27321/stat : 27321 (java) R 27218 27218 16074 0 -1 4202560 413 0 0 0 3435 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404544933528 140405861227483 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27322] ppid=27218 vsize=28769364 memory=13252 CPUtime=34.24 cores=0-7
/proc/27220/task/27322/stat : 27322 (java) R 27218 27218 16074 0 -1 4202560 1052 0 0 0 3424 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404549145112 140405860804841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27323] ppid=27218 vsize=28769364 memory=15460 CPUtime=34.34 cores=0-7
/proc/27220/task/27323/stat : 27323 (java) R 27218 27218 16074 0 -1 4202560 1469 0 0 0 3432 2 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404548092064 140405860804900 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27324] ppid=27218 vsize=28769364 memory=17668 CPUtime=34.51 cores=0-7
/proc/27220/task/27324/stat : 27324 (java) R 27218 27218 16074 0 -1 4202560 2065 0 0 0 3451 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404547039848 140405861227472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27325] ppid=27218 vsize=28769364 memory=19876 CPUtime=34.32 cores=0-7
/proc/27220/task/27325/stat : 27325 (java) R 27218 27218 16074 0 -1 4202560 1201 0 0 0 3432 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404541775800 140405860804529 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27326] ppid=27218 vsize=28769364 memory=22084 CPUtime=34.41 cores=0-7
/proc/27220/task/27326/stat : 27326 (java) R 27218 27218 16074 0 -1 4202560 1024 0 0 0 3441 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404543881240 140405860804560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27327] ppid=27218 vsize=28769364 memory=24388 CPUtime=34.49 cores=0-7
/proc/27220/task/27327/stat : 27327 (java) R 27218 27218 16074 0 -1 4202560 835 0 0 0 3449 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404545986648 140405862369643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 307.95 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 474840 KiB

[startup+40.2014 s]
/proc/loadavg: 8.59 7.96 8.04 9/220 27328
/proc/meminfo: memFree=13727352/32770624 swapFree=66972364/67108860
[pid=27218] ppid=27215 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27218/stat : 27218 (xcsp3-exec) S 27215 27218 16074 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476389936 115843072 363 33554432000 4194304 5098028 140730573278016 140730573276120 140647185654396 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31907840 140730573280087 140730573280346 140730573280346 140730573283270 0
/proc/27218/statm: 28282 363 305 221 0 87 0
[pid=27220] ppid=27218 vsize=28769364 memory=473388 CPUtime=309.47 cores=0-7
/proc/27220/stat : 27220 (java) S 27218 27218 16074 0 -1 1077944320 63102 0 0 0 30878 69 0 0 20 0 28 0 476389937 29459828736 118347 33554432000 4194304 4196468 140735375546592 140735375529136 140406241599223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
/proc/27220/statm: 7192341 118347 3529 1 0 7153441 0
[pid=27220/tid=27221] ppid=27218 vsize=28769364 memory=31012 CPUtime=1.87 cores=0-7
/proc/27220/task/27221/stat : 27221 (java) S 27218 27218 16074 0 -1 1077944384 9707 0 0 0 179 8 0 0 20 0 28 0 476389937 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406245840000 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27222] ppid=27218 vsize=28769364 memory=33220 CPUtime=0.07 cores=0-7
/proc/27220/task/27222/stat : 27222 (java) S 27218 27218 16074 0 -1 1077944384 240 0 0 0 4 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406194219664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27223] ppid=27218 vsize=28769364 memory=35428 CPUtime=0.08 cores=0-7
/proc/27220/task/27223/stat : 27223 (java) S 27218 27218 16074 0 -1 1077944384 407 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406193166864 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27224] ppid=27218 vsize=28769364 memory=37636 CPUtime=0.08 cores=0-7
/proc/27220/task/27224/stat : 27224 (java) S 27218 27218 16074 0 -1 1077944384 219 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406192114064 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27225] ppid=27218 vsize=28769364 memory=288230574492221466 CPUtime=0.07 cores=0-7
/proc/27220/task/27225/stat : 27225 (java) S 27218 27218 16074 0 -1 1077944384 865 0 0 0 4 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406191061264 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27226] ppid=27218 vsize=28769364 memory=288230621803970871 CPUtime=0.08 cores=0-7
/proc/27220/task/27226/stat : 27226 (java) S 27218 27218 16074 0 -1 1077944384 144 0 0 0 3 5 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406190009488 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27227] ppid=27218 vsize=28769364 memory=15534115864709562 CPUtime=0.06 cores=0-7
/proc/27220/task/27227/stat : 27227 (java) S 27218 27218 16074 0 -1 1077944384 218 0 0 0 3 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406188956688 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27228] ppid=27218 vsize=28769364 memory=780 CPUtime=0.08 cores=0-7
/proc/27220/task/27228/stat : 27228 (java) S 27218 27218 16074 0 -1 1077944384 204 0 0 0 5 3 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406187903888 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27229] ppid=27218 vsize=28769364 memory=1436 CPUtime=0.08 cores=0-7
/proc/27220/task/27229/stat : 27229 (java) S 27218 27218 16074 0 -1 1077944384 155 0 0 0 4 4 0 0 20 0 28 0 476389938 29459828736 118347 33554432000 4194304 4196468 140735375546592 140406186851088 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27230] ppid=27218 vsize=28769364 memory=1984 CPUtime=0.01 cores=0-7
/proc/27220/task/27230/stat : 27230 (java) S 27218 27218 16074 0 -1 1077944384 798 0 0 0 1 0 0 0 20 0 28 0 476389939 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404907026800 140406241610370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27231] ppid=27218 vsize=28769364 memory=2424 CPUtime=0 cores=0-7
/proc/27220/task/27231/stat : 27231 (java) S 27218 27218 16074 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 476389940 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404905972832 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27232] ppid=27218 vsize=28769364 memory=1764 CPUtime=0 cores=0-7
/proc/27220/task/27232/stat : 27232 (java) S 27218 27218 16074 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 476389940 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404904919936 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27233] ppid=27218 vsize=28769364 memory=111636 CPUtime=0 cores=0-7
/proc/27220/task/27233/stat : 27233 (java) S 27218 27218 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404903868240 140406241617819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27234] ppid=27218 vsize=28769364 memory=804 CPUtime=3.01 cores=0-7
/proc/27220/task/27234/stat : 27234 (java) S 27218 27218 16074 0 -1 1077944384 8973 0 0 0 298 3 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404902816624 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27235] ppid=27218 vsize=28769364 memory=1804 CPUtime=2.57 cores=0-7
/proc/27220/task/27235/stat : 27235 (java) S 27218 27218 16074 0 -1 1077944384 11154 0 0 0 253 4 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404901763824 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27236] ppid=27218 vsize=28769364 memory=920 CPUtime=2.39 cores=0-7
/proc/27220/task/27236/stat : 27236 (java) S 27218 27218 16074 0 -1 1077944384 9445 0 0 0 236 3 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404900711024 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27237] ppid=27218 vsize=28769364 memory=279917649255008 CPUtime=1.04 cores=0-7
/proc/27220/task/27237/stat : 27237 (java) S 27218 27218 16074 0 -1 1077944384 6694 0 0 0 102 2 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404899658224 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27238] ppid=27218 vsize=28769364 memory=7524504983118112343 CPUtime=0 cores=0-7
/proc/27220/task/27238/stat : 27238 (java) S 27218 27218 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476389942 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404898605664 140406241609429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27239] ppid=27218 vsize=28769364 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/27220/task/27239/stat : 27239 (java) S 27218 27218 16074 0 -1 1077944384 1349 0 0 0 0 1 0 0 20 0 28 0 476389943 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404561275440 140406241610370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27320] ppid=27218 vsize=28769364 memory=53092 CPUtime=34.71 cores=0-7
/proc/27220/task/27320/stat : 27320 (java) R 27218 27218 16074 0 -1 4202560 783 0 0 0 3471 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404550195880 140405854279852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27321] ppid=27218 vsize=28769364 memory=55300 CPUtime=34.54 cores=0-7
/proc/27220/task/27321/stat : 27321 (java) R 27218 27218 16074 0 -1 4202560 413 0 0 0 3454 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404544933528 140405861258067 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27322] ppid=27218 vsize=28769364 memory=19972 CPUtime=34.43 cores=0-7
/proc/27220/task/27322/stat : 27322 (java) R 27218 27218 16074 0 -1 4202560 1052 0 0 0 3443 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404549145112 140405860804698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27323] ppid=27218 vsize=28769364 memory=22180 CPUtime=34.53 cores=0-7
/proc/27220/task/27323/stat : 27323 (java) R 27218 27218 16074 0 -1 4202560 1469 0 0 0 3451 2 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404548092064 140405860804836 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27324] ppid=27218 vsize=28769364 memory=24388 CPUtime=34.7 cores=0-7
/proc/27220/task/27324/stat : 27324 (java) R 27218 27218 16074 0 -1 4202560 2065 0 0 0 3470 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404547039848 140405860804905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27325] ppid=27218 vsize=28769364 memory=26596 CPUtime=34.51 cores=0-7
/proc/27220/task/27325/stat : 27325 (java) R 27218 27218 16074 0 -1 4202560 1201 0 0 0 3451 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404541775800 140405860804905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27326] ppid=27218 vsize=28769364 memory=28804 CPUtime=34.6 cores=0-7
/proc/27220/task/27326/stat : 27326 (java) R 27218 27218 16074 0 -1 4202560 1024 0 0 0 3460 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404543881240 140405860804573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
[pid=27220/tid=27327] ppid=27218 vsize=28769364 memory=31012 CPUtime=34.69 cores=0-7
/proc/27220/task/27327/stat : 27327 (java) R 27218 27218 16074 0 -1 4202560 835 0 0 0 3469 0 0 0 20 0 28 0 476390456 29459828736 118347 33554432000 4194304 4196468 140735375546592 140404545986648 140405860804841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140735375553500 140735375553675 140735375553675 140735375556559 0
Current children cumulated CPU time: 309.47 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 474840 KiB

Child status: 0
Real time (s): 40.2282
CPU time (s): 309.601
CPU user time (s): 308.891
CPU system time (s): 0.710108
CPU usage (%): 769.611
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 474840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.891
system time used= 0.710108
maximum resident set size= 473500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6971
involuntary context switches= 4465


# summary of solver processes directly reported to runsolver:
#   pid: 27218
#   total CPU time (s): 309.601
#   total CPU user time (s): 308.891
#   total CPU system time (s): 0.710108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.37301 second user time and 0.540974 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 20:33:58
IDJOB=4405010
IDBENCH=128013
IDSOLVER=2866
FILE ID=node117/4405010-1569004481
RUNJOBID= node117-1568994492-16101
PBS_JOBID= 21704726
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-9.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-4405010-1569004481/watcher-4405010-1569004481 -o /var/tmp/evaluation-result-4405010-1569004481/solver-4405010-1569004481 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1227294829 HOME/instance-4405010-1569004481.xml

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

MD5SUM BENCH= 01e24d77724351f9fbbc9dc0447b7ef7
RANDOM SEED=1227294829

node117.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.75
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.75
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.75
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.75
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:        14186816 kB
MemAvailable:   31832016 kB
Buffers:          146524 kB
Cached:         17404236 kB
SwapCached:        27748 kB
Active:          8699916 kB
Inactive:        8884144 kB
Active(anon):       5288 kB
Inactive(anon):    68852 kB
Active(file):    8694628 kB
Inactive(file):  8815292 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972364 kB
Dirty:             27072 kB
Writeback:             0 kB
AnonPages:        124312 kB
Mapped:            47896 kB
Shmem:             32520 kB
Slab:             592160 kB
SReclaimable:     563740 kB
SUnreclaim:        28420 kB
KernelStack:        3728 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 20:34:38