Trace number 4404569

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 parallelOPT57 143.831 19.4509

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-5.xml
MD5SUMa365ee41b1fa653da2199bfa573a8fac
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark61.9615
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":9},{"size":5,"count":7},{"size":6,"count":7},{"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-4404569-1569001636.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404569-1569001636.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.03/1.90	c solve instance...
5.79/2.03	o -1000 
8.80/2.41	o -997 
9.50/2.50	o -14 
9.50/2.56	o 12 
16.42/3.47	o 16 
17.16/3.50	o 17 
17.16/3.54	o 24 
18.68/3.71	o 25 
18.68/3.72	o 34 
19.44/3.88	o 43 
22.54/4.23	o 53 
34.42/5.78	o 57 
143.61/19.42	s OPTIMUM FOUND
143.61/19.42	v <instantiation>
143.61/19.42	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>
143.61/19.42	v 	<values>1 2 3 4 9 0 5 -1 13 8 -1 6 17 12 -1 16 11 18 19 24 15 20 21 22 23 0 1 2 3 4 21 20 -1 6 5 -1 19 8 7 -1 17 18 9 10 11 16 15 14 13 12 6 8 8 -3 3 -7 4 0 6 3 0 1 -3 4 0 -5 6 8 3 0 4 -2 -1 9 5 </values>
143.61/19.42	v </instantiation>

Verifier Data

OK	57

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404569-1569001636/watcher-4404569-1569001636 -o /var/tmp/evaluation-result-4404569-1569001636/solver-4404569-1569001636 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1568993963-14269 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 689877959 HOME/instance-4404569-1569001636.xml 

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

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

solver pid=17024, runsolver pid=17021

[startup+0.100128 s]*
/proc/loadavg: 7.83 8.05 8.11 2/211 17045
/proc/meminfo: memFree=9337312/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28227396 memory=29228 CPUtime=0.12 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 5795 0 0 0 11 1 0 0 20 0 20 0 476436178 28904853504 7307 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7056849 7307 3117 1 0 7019032 0
[pid=17026/tid=17027] ppid=17024 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) R 17024 17024 14242 0 -1 4202560 3734 0 0 0 8 1 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047346711328 140047342498973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28227396 memory=140329527727744 CPUtime=0 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17031] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17031/stat : 17031 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047291939856 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17032] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17032/stat : 17032 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047290886544 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17033] ppid=17024 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17033/stat : 17033 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047289833744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17034] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17034/stat : 17034 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047288781456 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17035] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17035/stat : 17035 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 7307 33554432000 4194304 4196468 140729263611680 140047287728656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17036] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17036/stat : 17036 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436181 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045470227056 140047342488194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17037] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17037/stat : 17037 (java) S 17024 17024 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476436181 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045469173024 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17038] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17038/stat : 17038 (java) S 17024 17024 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476436182 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045468120688 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17039] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17039/stat : 17039 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045467069008 140047342495643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17040] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17040/stat : 17040 (java) R 17024 17024 14242 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045466015856 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17041] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17041/stat : 17041 (java) S 17024 17024 14242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045464963056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17042] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17042/stat : 17042 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045463910768 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17043] ppid=17024 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) R 17024 17024 14242 0 -1 4202560 319 0 0 0 1 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045462857968 140047342488982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436185 28904853504 7307 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30676 KiB

[startup+0.210182 s]*
/proc/loadavg: 7.83 8.05 8.11 2/211 17045
/proc/meminfo: memFree=9324992/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28227396 memory=40320 CPUtime=0.33 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 9352 0 0 0 31 2 0 0 20 0 20 0 476436178 28904853504 10080 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7056849 10080 3287 1 0 7019032 0
[pid=17026/tid=17027] ppid=17024 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) R 17024 17024 14242 0 -1 4202560 6584 0 0 0 18 2 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047346710512 140047335462256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28227396 memory=288370705679439488 CPUtime=0 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17031] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17031/stat : 17031 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047291939856 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17032] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17032/stat : 17032 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047290886544 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17033] ppid=17024 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17033/stat : 17033 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047289833744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17034] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17034/stat : 17034 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047288781456 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17035] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17035/stat : 17035 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28904853504 10080 33554432000 4194304 4196468 140729263611680 140047287728656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17036] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17036/stat : 17036 (java) S 17024 17024 14242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476436181 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045470227056 140047342488194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17037] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17037/stat : 17037 (java) S 17024 17024 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476436181 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045469173024 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17038] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17038/stat : 17038 (java) S 17024 17024 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476436182 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045468120688 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17039] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17039/stat : 17039 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045467069008 140047342495643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17040] ppid=17024 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17026/task/17040/stat : 17040 (java) S 17024 17024 14242 0 -1 1077944384 434 0 0 0 2 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045466015856 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17041] ppid=17024 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17026/task/17041/stat : 17041 (java) S 17024 17024 14242 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045464963056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17042] ppid=17024 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/17026/task/17042/stat : 17042 (java) S 17024 17024 14242 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045463910768 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17043] ppid=17024 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) R 17024 17024 14242 0 -1 4202560 777 0 0 0 7 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045462857776 140047321106240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436184 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436185 28904853504 10080 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41768 KiB

[startup+0.309525 s]*
/proc/loadavg: 7.83 8.05 8.11 2/211 17045
/proc/meminfo: memFree=9317472/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28231652 memory=49072 CPUtime=0.51 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 10668 0 0 0 48 3 0 0 20 0 20 0 476436178 28909211648 12268 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7057913 12268 3322 1 0 7019032 0
[pid=17026/tid=17027] ppid=17024 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) R 17024 17024 14242 0 -1 4202560 7730 0 0 0 27 2 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047346708160 140047326557534 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17031] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17031/stat : 17031 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047291939856 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17032] ppid=17024 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/17026/task/17032/stat : 17032 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047290886544 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17033] ppid=17024 vsize=28231652 memory=140329399448495 CPUtime=0 cores=0-7
/proc/17026/task/17033/stat : 17033 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047289833744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17034] ppid=17024 vsize=28231652 memory=140329399450800 CPUtime=0 cores=0-7
/proc/17026/task/17034/stat : 17034 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047288781456 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17035] ppid=17024 vsize=28231652 memory=140329399453104 CPUtime=0 cores=0-7
/proc/17026/task/17035/stat : 17035 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28909211648 12268 33554432000 4194304 4196468 140729263611680 140047287728656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17036] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17036/stat : 17036 (java) S 17024 17024 14242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476436181 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045470227056 140047342488194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17037] ppid=17024 vsize=28231652 memory=280658798913168 CPUtime=0 cores=0-7
/proc/17026/task/17037/stat : 17037 (java) S 17024 17024 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476436181 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045469173024 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17038] ppid=17024 vsize=28231652 memory=280658798920080 CPUtime=0 cores=0-7
/proc/17026/task/17038/stat : 17038 (java) S 17024 17024 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476436182 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045468120688 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17039] ppid=17024 vsize=28231652 memory=280658798861360 CPUtime=0 cores=0-7
/proc/17026/task/17039/stat : 17039 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045467069008 140047342495643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17040] ppid=17024 vsize=28231652 memory=280658798933904 CPUtime=0.03 cores=0-7
/proc/17026/task/17040/stat : 17040 (java) S 17024 17024 14242 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045466015856 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17041] ppid=17024 vsize=28231652 memory=280658798940816 CPUtime=0.02 cores=0-7
/proc/17026/task/17041/stat : 17041 (java) S 17024 17024 14242 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045464963056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17042] ppid=17024 vsize=28231652 memory=280658798938512 CPUtime=0.02 cores=0-7
/proc/17026/task/17042/stat : 17042 (java) S 17024 17024 14242 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045463910768 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17043] ppid=17024 vsize=28231652 memory=280658798954672 CPUtime=0.12 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) S 17024 17024 14242 0 -1 1077944384 931 0 0 0 12 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045462857968 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476436184 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436185 28909211648 12268 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50520 KiB

[startup+0.700908 s]
/proc/loadavg: 7.83 8.05 8.11 5/211 17045
/proc/meminfo: memFree=9284580/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28233776 memory=120460 CPUtime=1.99 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 16108 0 0 0 193 6 0 0 20 0 20 0 476436178 28911386624 30115 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7058444 30115 3457 1 0 7019544 0
[pid=17026/tid=17027] ppid=17024 vsize=28233776 memory=280658799312560 CPUtime=0.68 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) R 17024 17024 14242 0 -1 4202560 9131 0 0 0 64 4 0 0 20 0 20 0 476436179 28911386624 30115 33554432000 4194304 4196468 140729263611680 140047346712192 140046954999066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28233776 memory=140329399657328 CPUtime=0 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476436179 28911386624 30115 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28911386624 30115 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28233776 memory=1076 CPUtime=0 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476436179 28911386624 30115 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0

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

[pid=17026/tid=17043] ppid=17024 vsize=28768336 memory=0 CPUtime=1.03 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) S 17024 17024 14242 0 -1 1077944384 5993 0 0 0 101 2 0 0 20 0 28 0 476436184 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045462857968 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476436184 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1189 0 0 0 0 1 0 0 20 0 28 0 476436185 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17142] ppid=17024 vsize=28768336 memory=280658800632224 CPUtime=12.48 cores=0-7
/proc/17026/task/17142/stat : 17142 (java) R 17024 17024 14242 0 -1 4202560 344 0 0 0 1248 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045139053840 140046962831348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17143] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.56 cores=0-7
/proc/17026/task/17143/stat : 17143 (java) R 17024 17024 14242 0 -1 4202560 262 0 0 0 1256 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045141160440 140046962965395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17144] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.46 cores=0-7
/proc/17026/task/17144/stat : 17144 (java) R 17024 17024 14242 0 -1 4202560 647 0 0 0 1246 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045142212472 140046962286383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17145] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.59 cores=0-7
/proc/17026/task/17145/stat : 17145 (java) R 17024 17024 14242 0 -1 4202560 959 0 0 0 1259 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045138001656 140046962286552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17146] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.45 cores=0-7
/proc/17026/task/17146/stat : 17146 (java) R 17024 17024 14242 0 -1 4202560 542 0 0 0 1245 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045140107384 140046962286552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17147] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.02 cores=0-7
/proc/17026/task/17147/stat : 17147 (java) R 17024 17024 14242 0 -1 4202560 624 0 0 0 1202 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045134843896 140046963148514 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17148] ppid=17024 vsize=28768336 memory=75303594494698 CPUtime=12.47 cores=0-7
/proc/17026/task/17148/stat : 17148 (java) R 17024 17024 14242 0 -1 4202560 1250 0 0 0 1247 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045135897032 140046962286504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17149] ppid=17024 vsize=28768336 memory=75303594494442 CPUtime=12.41 cores=0-7
/proc/17026/task/17149/stat : 17149 (java) R 17024 17024 14242 0 -1 4202560 491 0 0 0 1241 0 0 0 20 0 28 0 476436756 29458776064 116397 33554432000 4194304 4196468 140729263611680 140045136949672 140046963149164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 135.64 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 467036 KiB

[startup+19.2016 s]
/proc/loadavg: 7.71 8.00 8.10 9/219 17151
/proc/meminfo: memFree=8899972/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28768336 memory=465596 CPUtime=142.02 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 53213 0 0 0 14140 62 0 0 20 0 28 0 476436178 29458776064 116399 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7192084 116399 3531 1 0 7153184 0
[pid=17026/tid=17027] ppid=17024 vsize=28768336 memory=1076 CPUtime=1.82 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) S 17024 17024 14242 0 -1 1077944384 9667 0 0 0 176 6 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047346717824 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28768336 memory=3124 CPUtime=0.09 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 144 0 0 0 4 5 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 118 0 0 0 3 4 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28768336 memory=9380 CPUtime=0.07 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 196 0 0 0 3 4 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17031] ppid=17024 vsize=28768336 memory=8897 CPUtime=0.06 cores=0-7
/proc/17026/task/17031/stat : 17031 (java) S 17024 17024 14242 0 -1 1077944384 260 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047291939856 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17032] ppid=17024 vsize=28768336 memory=4420 CPUtime=0.05 cores=0-7
/proc/17026/task/17032/stat : 17032 (java) S 17024 17024 14242 0 -1 1077944384 122 0 0 0 2 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047290886544 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17033] ppid=17024 vsize=28768336 memory=6628 CPUtime=0.06 cores=0-7
/proc/17026/task/17033/stat : 17033 (java) S 17024 17024 14242 0 -1 1077944384 193 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047289833744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17034] ppid=17024 vsize=28768336 memory=8836 CPUtime=0.06 cores=0-7
/proc/17026/task/17034/stat : 17034 (java) S 17024 17024 14242 0 -1 1077944384 173 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047288781456 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17035] ppid=17024 vsize=28768336 memory=280658799528800 CPUtime=0.07 cores=0-7
/proc/17026/task/17035/stat : 17035 (java) S 17024 17024 14242 0 -1 1077944384 117 0 0 0 4 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047287728656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17036] ppid=17024 vsize=28768336 memory=1894013470465 CPUtime=0.01 cores=0-7
/proc/17026/task/17036/stat : 17036 (java) S 17024 17024 14242 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 28 0 476436181 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045470227056 140047342488194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17037] ppid=17024 vsize=28768336 memory=2357869938433 CPUtime=0 cores=0-7
/proc/17026/task/17037/stat : 17037 (java) S 17024 17024 14242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476436181 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045469173088 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17038] ppid=17024 vsize=28768336 memory=2448064251649 CPUtime=0 cores=0-7
/proc/17026/task/17038/stat : 17038 (java) S 17024 17024 14242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 476436182 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045468120704 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17039] ppid=17024 vsize=28768336 memory=2465244120577 CPUtime=0 cores=0-7
/proc/17026/task/17039/stat : 17039 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045467069008 140047342495643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17040] ppid=17024 vsize=28768336 memory=2469539087873 CPUtime=1.96 cores=0-7
/proc/17026/task/17040/stat : 17040 (java) S 17024 17024 14242 0 -1 1077944384 6443 0 0 0 194 2 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045466015856 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17041] ppid=17024 vsize=28768336 memory=2499603858689 CPUtime=2.54 cores=0-7
/proc/17026/task/17041/stat : 17041 (java) S 17024 17024 14242 0 -1 1077944384 9397 0 0 0 251 3 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045464963056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17042] ppid=17024 vsize=28768336 memory=6791534058613427641 CPUtime=2.41 cores=0-7
/proc/17026/task/17042/stat : 17042 (java) S 17024 17024 14242 0 -1 1077944384 8376 0 0 0 238 3 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045463910768 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17043] ppid=17024 vsize=28768336 memory=-7450754063865434670 CPUtime=1.03 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) S 17024 17024 14242 0 -1 1077944384 5993 0 0 0 101 2 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045462857968 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28768336 memory=-3472574513799858009 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28768336 memory=-7880843606118635149 CPUtime=0.01 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1189 0 0 0 0 1 0 0 20 0 28 0 476436185 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17142] ppid=17024 vsize=28768336 memory=8761640388318109335 CPUtime=13.28 cores=0-7
/proc/17026/task/17142/stat : 17142 (java) R 17024 17024 14242 0 -1 4202560 344 0 0 0 1328 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045139053840 140046962286458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17143] ppid=17024 vsize=28768336 memory=6656426216303648864 CPUtime=13.36 cores=0-7
/proc/17026/task/17143/stat : 17143 (java) R 17024 17024 14242 0 -1 4202560 262 0 0 0 1336 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045141160440 140046962286504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17144] ppid=17024 vsize=28768336 memory=6943526294502006880 CPUtime=13.26 cores=0-7
/proc/17026/task/17144/stat : 17144 (java) R 17024 17024 14242 0 -1 4202560 647 0 0 0 1326 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045142212336 140046962830922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17145] ppid=17024 vsize=28768336 memory=1448 CPUtime=13.39 cores=0-7
/proc/17026/task/17145/stat : 17145 (java) R 17024 17024 14242 0 -1 4202560 959 0 0 0 1339 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045138001656 140046963262274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17146] ppid=17024 vsize=28768336 memory=433836 CPUtime=13.25 cores=0-7
/proc/17026/task/17146/stat : 17146 (java) R 17024 17024 14242 0 -1 4202560 557 0 0 0 1325 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045140107416 140046962286383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17147] ppid=17024 vsize=28768336 memory=7882801729193535844 CPUtime=12.81 cores=0-7
/proc/17026/task/17147/stat : 17147 (java) R 17024 17024 14242 0 -1 4202560 624 0 0 0 1281 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045134843896 140046962286256 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17148] ppid=17024 vsize=28768336 memory=7810462643099822185 CPUtime=13.27 cores=0-7
/proc/17026/task/17148/stat : 17148 (java) R 17024 17024 14242 0 -1 4202560 1253 0 0 0 1327 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045135896728 140046962286504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17149] ppid=17024 vsize=28768336 memory=6227470502376860771 CPUtime=13.2 cores=0-7
/proc/17026/task/17149/stat : 17149 (java) R 17024 17024 14242 0 -1 4202560 491 0 0 0 1320 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045136949176 140046962286526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 142.02 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 467044 KiB

[startup+19.4016 s]
/proc/loadavg: 7.71 8.00 8.10 9/219 17151
/proc/meminfo: memFree=8899972/32770624 swapFree=67021900/67108860
[pid=17024] ppid=17021 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17024/stat : 17024 (xcsp3-exec) S 17021 17024 14242 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476436178 115843072 362 33554432000 4194304 5098028 140732086530176 140732086528280 139810004435580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7827456 140732086539090 140732086539349 140732086539349 140732086542278 0
/proc/17024/statm: 28282 362 304 221 0 87 0
[pid=17026] ppid=17024 vsize=28768336 memory=465596 CPUtime=143.61 cores=0-7
/proc/17026/stat : 17026 (java) S 17024 17024 14242 0 -1 1077944320 53320 0 0 0 14299 62 0 0 20 0 28 0 476436178 29458776064 116399 33554432000 4194304 4196468 140729263611680 140729263594224 140047342477047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
/proc/17026/statm: 7192084 116399 3531 1 0 7153184 0
[pid=17026/tid=17027] ppid=17024 vsize=28768336 memory=42040 CPUtime=1.82 cores=0-7
/proc/17026/task/17027/stat : 17027 (java) S 17024 17024 14242 0 -1 1077944384 9667 0 0 0 176 6 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047346717824 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17028] ppid=17024 vsize=28768336 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/17026/task/17028/stat : 17028 (java) S 17024 17024 14242 0 -1 1077944384 144 0 0 0 4 5 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047295097744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17029] ppid=17024 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/17026/task/17029/stat : 17029 (java) S 17024 17024 14242 0 -1 1077944384 118 0 0 0 3 4 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047294044944 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17030] ppid=17024 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/17026/task/17030/stat : 17030 (java) S 17024 17024 14242 0 -1 1077944384 196 0 0 0 3 4 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047292992656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17031] ppid=17024 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/17026/task/17031/stat : 17031 (java) S 17024 17024 14242 0 -1 1077944384 260 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047291939856 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17032] ppid=17024 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/17026/task/17032/stat : 17032 (java) S 17024 17024 14242 0 -1 1077944384 122 0 0 0 2 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047290886544 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17033] ppid=17024 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/17026/task/17033/stat : 17033 (java) S 17024 17024 14242 0 -1 1077944384 193 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047289833744 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17034] ppid=17024 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/17026/task/17034/stat : 17034 (java) S 17024 17024 14242 0 -1 1077944384 173 0 0 0 3 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047288781456 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17035] ppid=17024 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/17026/task/17035/stat : 17035 (java) S 17024 17024 14242 0 -1 1077944384 117 0 0 0 4 3 0 0 20 0 28 0 476436179 29458776064 116399 33554432000 4194304 4196468 140729263611680 140047287728656 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17036] ppid=17024 vsize=28768336 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/17026/task/17036/stat : 17036 (java) S 17024 17024 14242 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 28 0 476436181 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045470227056 140047342488194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17037] ppid=17024 vsize=28768336 memory=465508 CPUtime=0 cores=0-7
/proc/17026/task/17037/stat : 17037 (java) S 17024 17024 14242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476436181 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045469173088 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17038] ppid=17024 vsize=28768336 memory=1040 CPUtime=0 cores=0-7
/proc/17026/task/17038/stat : 17038 (java) S 17024 17024 14242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 476436182 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045468120704 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17039] ppid=17024 vsize=28768336 memory=2084 CPUtime=0 cores=0-7
/proc/17026/task/17039/stat : 17039 (java) S 17024 17024 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045467069008 140047342495643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17040] ppid=17024 vsize=28768336 memory=1480 CPUtime=1.96 cores=0-7
/proc/17026/task/17040/stat : 17040 (java) R 17024 17024 14242 0 -1 4202560 6447 0 0 0 194 2 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045466015856 140047328157745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17041] ppid=17024 vsize=28768336 memory=3880 CPUtime=2.54 cores=0-7
/proc/17026/task/17041/stat : 17041 (java) R 17024 17024 14242 0 -1 1077944384 9397 0 0 0 251 3 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045464963056 140047342488194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17042] ppid=17024 vsize=28768336 memory=7712 CPUtime=2.42 cores=0-7
/proc/17026/task/17042/stat : 17042 (java) S 17024 17024 14242 0 -1 1077944384 8477 0 0 0 239 3 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045463910768 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17043] ppid=17024 vsize=28768336 memory=465544 CPUtime=1.03 cores=0-7
/proc/17026/task/17043/stat : 17043 (java) S 17024 17024 14242 0 -1 1077944384 5993 0 0 0 101 2 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045462857968 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17044] ppid=17024 vsize=28768336 memory=213442694776076 CPUtime=0 cores=0-7
/proc/17026/task/17044/stat : 17044 (java) S 17024 17024 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476436184 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045154343776 140047342487253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17045] ppid=17024 vsize=28768336 memory=213442694776077 CPUtime=0.01 cores=0-7
/proc/17026/task/17045/stat : 17045 (java) S 17024 17024 14242 0 -1 1077944384 1189 0 0 0 0 1 0 0 20 0 28 0 476436185 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045153291056 140047342488194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17142] ppid=17024 vsize=28768336 memory=213442694776078 CPUtime=13.48 cores=0-7
/proc/17026/task/17142/stat : 17142 (java) R 17024 17024 14242 0 -1 4202560 344 0 0 0 1348 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045139053840 140046962286552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17143] ppid=17024 vsize=28768336 memory=213442694776079 CPUtime=13.56 cores=0-7
/proc/17026/task/17143/stat : 17143 (java) R 17024 17024 14242 0 -1 4202560 262 0 0 0 1356 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045141160440 140046962286449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17144] ppid=17024 vsize=28768336 memory=213442694776080 CPUtime=13.46 cores=0-7
/proc/17026/task/17144/stat : 17144 (java) R 17024 17024 14242 0 -1 4202560 647 0 0 0 1346 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045142212336 140046962286552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17145] ppid=17024 vsize=28768336 memory=213442694776081 CPUtime=13.59 cores=0-7
/proc/17026/task/17145/stat : 17145 (java) R 17024 17024 14242 0 -1 4202560 961 0 0 0 1359 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045138001656 140046962286499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17146] ppid=17024 vsize=28768336 memory=213442694776082 CPUtime=13.45 cores=0-7
/proc/17026/task/17146/stat : 17146 (java) R 17024 17024 14242 0 -1 4202560 557 0 0 0 1345 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045140107416 140046962286288 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17147] ppid=17024 vsize=28768336 memory=213442694776083 CPUtime=13 cores=0-7
/proc/17026/task/17147/stat : 17147 (java) R 17024 17024 14242 0 -1 4202560 624 0 0 0 1300 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045134843896 140046962286398 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17148] ppid=17024 vsize=28768336 memory=6316 CPUtime=13.47 cores=0-7
/proc/17026/task/17148/stat : 17148 (java) R 17024 17024 14242 0 -1 4202560 1253 0 0 0 1347 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045135896728 140046962286499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
[pid=17026/tid=17149] ppid=17024 vsize=28768336 memory=828 CPUtime=13.4 cores=0-7
/proc/17026/task/17149/stat : 17149 (java) R 17024 17024 14242 0 -1 4202560 491 0 0 0 1340 0 0 0 20 0 28 0 476436756 29458776064 116399 33554432000 4194304 4196468 140729263611680 140045136949176 140046962286504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140729263616982 140729263617158 140729263617158 140729263620047 0
Current children cumulated CPU time: 143.61 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 467044 KiB

Child status: 0
Real time (s): 19.4509
CPU time (s): 143.831
CPU user time (s): 143.193
CPU system time (s): 0.638232
CPU usage (%): 739.457
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 475988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.193
system time used= 0.638232
maximum resident set size= 474540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6449
involuntary context switches= 2589


# summary of solver processes directly reported to runsolver:
#   pid: 17024
#   total CPU time (s): 143.831
#   total CPU user time (s): 143.193
#   total CPU system time (s): 0.638232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.17381 second user time and 0.280939 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 19:46:36
IDJOB=4404569
IDBENCH=127988
IDSOLVER=2865
FILE ID=node150/4404569-1569001636
RUNJOBID= node150-1568993963-14269
PBS_JOBID= 21704712
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-5.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-4404569-1569001636/watcher-4404569-1569001636 -o /var/tmp/evaluation-result-4404569-1569001636/solver-4404569-1569001636 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1568993963-14269 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 689877959 HOME/instance-4404569-1569001636.xml

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

MD5SUM BENCH= a365ee41b1fa653da2199bfa573a8fac
RANDOM SEED=689877959

node150.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.79
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.79
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.79
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.79
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:         9354492 kB
MemAvailable:   31827972 kB
Buffers:          169392 kB
Cached:         22190308 kB
SwapCached:         7944 kB
Active:         11145664 kB
Inactive:       11246372 kB
Active(anon):       3212 kB
Inactive(anon):    70272 kB
Active(file):   11142452 kB
Inactive(file): 11176100 kB
Unevictable:      110732 kB
Mlocked:          110732 kB
SwapTotal:      67108860 kB
SwapFree:       67021900 kB
Dirty:             26976 kB
Writeback:             0 kB
AnonPages:        135640 kB
Mapped:            47728 kB
Shmem:             32528 kB
Slab:             613452 kB
SReclaimable:     583388 kB
SUnreclaim:        30064 kB
KernelStack:        3376 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node150 at 2019-09-20 19:46:56