Trace number 4404711

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 parallelOPT79 207.159 27.4141

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-6.xml
MD5SUM0bc86e74ae8fed70a43ec92abb2586e2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark47.6613
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":8},{"size":5,"count":13},{"size":6,"count":2},{"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-4404711-1569001699.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404711-1569001699.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.12/1.91	c solve instance...
5.81/2.04	o -1000 
14.27/3.13	o -944 
32.25/5.49	o -943 
33.00/5.54	o -937 
34.49/5.70	o -936 
40.85/6.52	o -932 
40.85/6.54	o -931 
43.14/6.83	o -921 
51.87/7.98	o -920 
61.47/9.18	o 78 
69.35/10.15	o 79 
207.13/27.40	s OPTIMUM FOUND
207.13/27.40	v <instantiation>
207.13/27.40	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>
207.13/27.40	v 	<values>5 0 1 2 3 10 7 12 9 4 11 6 17 8 -1 20 15 16 13 18 21 22 23 24 19 0 23 22 21 20 1 4 5 18 19 2 3 6 17 -1 9 8 7 16 15 10 11 12 13 14 0 -3 2 5 5 7 5 5 9 5 7 4 5 -2 0 7 2 9 3 1 3 -3 5 3 -5 </values>
207.13/27.40	v </instantiation>

Verifier Data

OK	79

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 (7415 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-4404711-1569001699/watcher-4404711-1569001699 -o /var/tmp/evaluation-result-4404711-1569001699/solver-4404711-1569001699 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1391964289 HOME/instance-4404711-1569001699.xml 

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

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


[startup+0.100106 s]*
/proc/loadavg: 7.46 7.92 8.12 3/211 21087
/proc/meminfo: memFree=14173892/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28227396 memory=28656 CPUtime=0.12 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 5652 0 0 0 10 2 0 0 20 0 20 0 476111746 28904853504 7164 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7056849 7164 3123 1 0 7019032 0
[pid=21068/tid=21069] ppid=21066 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) R 21066 21066 16074 0 -1 4202560 3591 0 0 0 8 1 0 0 20 0 20 0 476111746 28904853504 7164 33554432000 4194304 4196468 140730996555008 140715038277120 140715017422626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28227396 memory=140114285889152 CPUtime=0 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21073] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21073/stat : 21073 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714950736144 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21074] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21074/stat : 21074 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714949684368 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21075] ppid=21066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21075/stat : 21075 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714948631568 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21076] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21076/stat : 21076 (java) S 21066 21066 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714947578768 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21077] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21077/stat : 21077 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714946525968 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21078] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21078/stat : 21078 (java) S 21066 21066 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714418751856 140715034053250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21079] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21079/stat : 21079 (java) S 21066 21066 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714417697824 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21080] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21080/stat : 21080 (java) S 21066 21066 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714416644976 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21081] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21081/stat : 21081 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714415593296 140715034060699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21082] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21082/stat : 21082 (java) S 21066 21066 16074 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714414541680 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21083] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21083/stat : 21083 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714413488880 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21084] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21084/stat : 21084 (java) R 21066 21066 16074 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714412436080 140715034053250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21085] ppid=21066 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) S 21066 21066 16074 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714411383280 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 7164 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210585 s]*
/proc/loadavg: 7.46 7.92 8.12 3/211 21087
/proc/meminfo: memFree=14160168/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28227396 memory=40992 CPUtime=0.33 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 9533 0 0 0 30 3 0 0 20 0 20 0 476111746 28904853504 10248 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7056849 10248 3290 1 0 7019032 0
[pid=21068/tid=21069] ppid=21066 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) R 21066 21066 16074 0 -1 4202560 6627 0 0 0 17 2 0 0 20 0 20 0 476111746 28904853504 10248 33554432000 4194304 4196468 140730996555008 140715038271824 140715034054038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28227396 memory=288370490437600896 CPUtime=0 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21073] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21073/stat : 21073 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714950736144 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21074] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21074/stat : 21074 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714949684368 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21075] ppid=21066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21075/stat : 21075 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714948631568 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21076] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21076/stat : 21076 (java) S 21066 21066 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714947578768 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21077] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21077/stat : 21077 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111747 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714946525968 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21078] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21078/stat : 21078 (java) S 21066 21066 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714418751856 140715034053250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21079] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21079/stat : 21079 (java) S 21066 21066 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714417697824 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21080] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21080/stat : 21080 (java) S 21066 21066 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476111749 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714416644976 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21081] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21081/stat : 21081 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714415593296 140715034060699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21082] ppid=21066 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21068/task/21082/stat : 21082 (java) S 21066 21066 16074 0 -1 1077944384 403 0 0 0 1 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714414541680 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21083] ppid=21066 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21068/task/21083/stat : 21083 (java) S 21066 21066 16074 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714413488880 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21084] ppid=21066 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/21068/task/21084/stat : 21084 (java) S 21066 21066 16074 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714412436080 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21085] ppid=21066 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) R 21066 21066 16074 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714411383280 140715013011140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28904853504 10248 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42444 KiB

[startup+0.311811 s]*
/proc/loadavg: 7.46 7.92 8.12 3/211 21087
/proc/meminfo: memFree=14154212/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28231652 memory=49928 CPUtime=0.52 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 10879 0 0 0 48 4 0 0 20 0 20 0 476111746 28909211648 12482 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7057913 12482 3350 1 0 7019032 0
[pid=21068/tid=21069] ppid=21066 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) R 21066 21066 16074 0 -1 4202560 7785 0 0 0 27 3 0 0 20 0 20 0 476111746 28909211648 12482 33554432000 4194304 4196468 140730996555008 140715038270304 140715034064029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21073] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21073/stat : 21073 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714950736144 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21074] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21074/stat : 21074 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714949684368 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21075] ppid=21066 vsize=28231652 memory=140114181319343 CPUtime=0 cores=0-7
/proc/21068/task/21075/stat : 21075 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714948631568 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21076] ppid=21066 vsize=28231652 memory=140114181321648 CPUtime=0 cores=0-7
/proc/21068/task/21076/stat : 21076 (java) S 21066 21066 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714947578768 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21077] ppid=21066 vsize=28231652 memory=140114181323952 CPUtime=0 cores=0-7
/proc/21068/task/21077/stat : 21077 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111747 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714946525968 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21078] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21078/stat : 21078 (java) S 21066 21066 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476111749 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714418751856 140715034053250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21079] ppid=21066 vsize=28231652 memory=280228362661776 CPUtime=0 cores=0-7
/proc/21068/task/21079/stat : 21079 (java) S 21066 21066 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476111749 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714417697824 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21080] ppid=21066 vsize=28231652 memory=280228362659472 CPUtime=0 cores=0-7
/proc/21068/task/21080/stat : 21080 (java) S 21066 21066 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476111749 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714416644976 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21081] ppid=21066 vsize=28231652 memory=280228362666384 CPUtime=0 cores=0-7
/proc/21068/task/21081/stat : 21081 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714415593296 140715034060699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21082] ppid=21066 vsize=28231652 memory=280228362607664 CPUtime=0.02 cores=0-7
/proc/21068/task/21082/stat : 21082 (java) S 21066 21066 16074 0 -1 1077944384 409 0 0 0 2 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714414541680 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21083] ppid=21066 vsize=28231652 memory=280228362680208 CPUtime=0.02 cores=0-7
/proc/21068/task/21083/stat : 21083 (java) S 21066 21066 16074 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714413488880 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21084] ppid=21066 vsize=28231652 memory=280228362687120 CPUtime=0.02 cores=0-7
/proc/21068/task/21084/stat : 21084 (java) R 21066 21066 16074 0 -1 4202560 283 0 0 0 2 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714412426192 140715015566431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21085] ppid=21066 vsize=28231652 memory=280228362684816 CPUtime=0.12 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) S 21066 21066 16074 0 -1 1077944384 834 0 0 0 12 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714411383280 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111752 28909211648 12482 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51380 KiB

[startup+0.701011 s]
/proc/loadavg: 7.46 7.92 8.12 5/211 21087
/proc/meminfo: memFree=14121952/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28233776 memory=126016 CPUtime=1.95 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 16530 0 0 0 189 6 0 0 20 0 20 0 476111746 28911386624 31504 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7058444 31504 3459 1 0 7019544 0
[pid=21068/tid=21069] ppid=21066 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) R 21066 21066 16074 0 -1 4202560 9175 0 0 0 64 4 0 0 20 0 20 0 476111746 28911386624 31504 33554432000 4194304 4196468 140730996555008 140715038279728 140715018122590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28233776 memory=140114181530480 CPUtime=0 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28911386624 31504 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28911386624 31504 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28233776 memory=1200 CPUtime=0 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476111747 28911386624 31504 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0

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

[pid=21068/tid=21085] ppid=21066 vsize=28768336 memory=0 CPUtime=0.94 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) S 21066 21066 16074 0 -1 1077944384 9106 0 0 0 90 4 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714411383280 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 402 0 0 0 0 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21176] ppid=21066 vsize=28768336 memory=6791534058613427641 CPUtime=16.2 cores=0-7
/proc/21068/task/21176/stat : 21176 (java) R 21066 21066 16074 0 -1 4202560 520 0 0 0 1620 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714324134520 140714628615402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21177] ppid=21066 vsize=28768336 memory=462296 CPUtime=16.14 cores=0-7
/proc/21068/task/21177/stat : 21177 (java) R 21066 21066 16074 0 -1 4202560 160 0 0 0 1614 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714323082608 140714628615207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21178] ppid=21066 vsize=28768336 memory=1732 CPUtime=16.13 cores=0-7
/proc/21068/task/21178/stat : 21178 (java) R 21066 21066 16074 0 -1 4202560 379 0 0 0 1613 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714327294440 140714628615642 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21179] ppid=21066 vsize=28768336 memory=8317482817917895235 CPUtime=16.18 cores=0-7
/proc/21068/task/21179/stat : 21179 (java) R 21066 21066 16074 0 -1 4202560 697 0 0 0 1618 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714328346984 140714628615394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21180] ppid=21066 vsize=28768336 memory=4872558044660077418 CPUtime=16.2 cores=0-7
/proc/21068/task/21180/stat : 21180 (java) R 21066 21066 16074 0 -1 4202560 678 0 0 0 1620 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714329399192 140714628615296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21181] ppid=21066 vsize=28768336 memory=0 CPUtime=16.16 cores=0-7
/proc/21068/task/21181/stat : 21181 (java) R 21066 21066 16074 0 -1 4202560 474 0 0 0 1616 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714325188712 140714628615664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21182] ppid=21066 vsize=28768336 memory=0 CPUtime=15.97 cores=0-7
/proc/21068/task/21182/stat : 21182 (java) R 21066 21066 16074 0 -1 4202560 305 0 0 0 1597 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714326241256 140714628615521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21183] ppid=21066 vsize=28768336 memory=0 CPUtime=16.14 cores=0-7
/proc/21068/task/21183/stat : 21183 (java) R 21066 21066 16074 0 -1 4202560 771 0 0 0 1614 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714404349240 140714628615354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 199.18 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 463820 KiB

[startup+27.2014 s]
/proc/loadavg: 7.64 7.93 8.12 9/219 21183
/proc/meminfo: memFree=13741764/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28768336 memory=462368 CPUtime=205.56 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 44735 0 0 0 20487 69 0 0 20 0 28 0 476111746 29458776064 115592 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7192084 115592 3526 1 0 7153184 0
[pid=21068/tid=21069] ppid=21066 vsize=28768336 memory=4206468019014099040 CPUtime=1.83 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) S 21066 21066 16074 0 -1 1077944384 9666 0 0 0 176 7 0 0 20 0 28 0 476111746 29458776064 115592 33554432000 4194304 4196468 140730996555008 140715038282880 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28768336 memory=1399103955520229747 CPUtime=0.08 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 163 0 0 0 3 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28768336 memory=-7965959130280075168 CPUtime=0.09 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 175 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28768336 memory=8292088564187963537 CPUtime=0.08 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 182 0 0 0 3 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21073] ppid=21066 vsize=28768336 memory=6942411325102840164 CPUtime=0.09 cores=0-7
/proc/21068/task/21073/stat : 21073 (java) S 21066 21066 16074 0 -1 1077944384 219 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714950736144 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21074] ppid=21066 vsize=28768336 memory=6942411325102840164 CPUtime=0.09 cores=0-7
/proc/21068/task/21074/stat : 21074 (java) S 21066 21066 16074 0 -1 1077944384 310 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714949684368 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21075] ppid=21066 vsize=28768336 memory=56 CPUtime=0.09 cores=0-7
/proc/21068/task/21075/stat : 21075 (java) S 21066 21066 16074 0 -1 1077944384 157 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714948631568 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21076] ppid=21066 vsize=28768336 memory=0 CPUtime=0.09 cores=0-7
/proc/21068/task/21076/stat : 21076 (java) S 21066 21066 16074 0 -1 1077944384 178 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714947578768 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21077] ppid=21066 vsize=28768336 memory=0 CPUtime=0.08 cores=0-7
/proc/21068/task/21077/stat : 21077 (java) S 21066 21066 16074 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714946525968 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21078] ppid=21066 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/21068/task/21078/stat : 21078 (java) S 21066 21066 16074 0 -1 1077944384 543 0 0 0 1 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714418751856 140715034053250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21079] ppid=21066 vsize=28768336 memory=6299802978650451056 CPUtime=0 cores=0-7
/proc/21068/task/21079/stat : 21079 (java) S 21066 21066 16074 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714417697888 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21080] ppid=21066 vsize=28768336 memory=7595137640066935909 CPUtime=0 cores=0-7
/proc/21068/task/21080/stat : 21080 (java) S 21066 21066 16074 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714416644992 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21081] ppid=21066 vsize=28768336 memory=7450478154930082147 CPUtime=0 cores=0-7
/proc/21068/task/21081/stat : 21081 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714415593296 140715034060699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21082] ppid=21066 vsize=28768336 memory=0 CPUtime=1.73 cores=0-7
/proc/21068/task/21082/stat : 21082 (java) S 21066 21066 16074 0 -1 1077944384 5374 0 0 0 172 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714414541680 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21083] ppid=21066 vsize=28768336 memory=-2748367524519556131 CPUtime=1.95 cores=0-7
/proc/21068/task/21083/stat : 21083 (java) S 21066 21066 16074 0 -1 1077944384 4988 0 0 0 193 2 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714413488880 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21084] ppid=21066 vsize=28768336 memory=2110464789098148 CPUtime=1.99 cores=0-7
/proc/21068/task/21084/stat : 21084 (java) S 21066 21066 16074 0 -1 1077944384 4213 0 0 0 198 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714412436080 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21085] ppid=21066 vsize=28768336 memory=1452 CPUtime=0.94 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) S 21066 21066 16074 0 -1 1077944384 9106 0 0 0 90 4 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714411383280 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28768336 memory=3612 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28768336 memory=43364 CPUtime=0.01 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 402 0 0 0 0 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21176] ppid=21066 vsize=28768336 memory=992 CPUtime=17 cores=0-7
/proc/21068/task/21176/stat : 21176 (java) R 21066 21066 16074 0 -1 4202560 520 0 0 0 1700 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714324134520 140714628615596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21177] ppid=21066 vsize=28768336 memory=2044 CPUtime=16.94 cores=0-7
/proc/21068/task/21177/stat : 21177 (java) R 21066 21066 16074 0 -1 4202560 160 0 0 0 1694 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714323082608 140714628615642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21178] ppid=21066 vsize=28768336 memory=1432 CPUtime=16.91 cores=0-7
/proc/21068/task/21178/stat : 21178 (java) R 21066 21066 16074 0 -1 4202560 382 0 0 0 1691 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714327294440 140714628615315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21179] ppid=21066 vsize=28768336 memory=11624 CPUtime=16.98 cores=0-7
/proc/21068/task/21179/stat : 21179 (java) R 21066 21066 16074 0 -1 4202560 699 0 0 0 1698 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714328346984 140714628615619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21180] ppid=21066 vsize=28768336 memory=740 CPUtime=17 cores=0-7
/proc/21068/task/21180/stat : 21180 (java) R 21066 21066 16074 0 -1 4202560 678 0 0 0 1700 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714329399192 140714628615516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21181] ppid=21066 vsize=28768336 memory=1056 CPUtime=16.96 cores=0-7
/proc/21068/task/21181/stat : 21181 (java) R 21066 21066 16074 0 -1 4202560 474 0 0 0 1696 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714325188712 140714628615637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21182] ppid=21066 vsize=28768336 memory=1552 CPUtime=16.77 cores=0-7
/proc/21068/task/21182/stat : 21182 (java) R 21066 21066 16074 0 -1 4202560 305 0 0 0 1677 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714326241256 140714628615642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21183] ppid=21066 vsize=28768336 memory=804 CPUtime=16.94 cores=0-7
/proc/21068/task/21183/stat : 21183 (java) R 21066 21066 16074 0 -1 4202560 771 0 0 0 1694 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714404349240 140714628615485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 205.56 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 463820 KiB

[startup+27.4012 s]
/proc/loadavg: 7.64 7.93 8.12 9/219 21183
/proc/meminfo: memFree=13741764/32770624 swapFree=66972344/67108860
[pid=21066] ppid=21063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21066/stat : 21066 (xcsp3-exec) S 21063 21066 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476111746 115843072 363 33554432000 4194304 5098028 140734831961760 140734831959864 140499840754300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38518784 140734831969105 140734831969365 140734831969365 140734831972294 0
/proc/21066/statm: 28282 363 304 221 0 87 0
[pid=21068] ppid=21066 vsize=28768336 memory=462368 CPUtime=207.13 cores=0-7
/proc/21068/stat : 21068 (java) S 21066 21066 16074 0 -1 1077944320 44856 0 0 0 20644 69 0 0 20 0 28 0 476111746 29458776064 115592 33554432000 4194304 4196468 140730996555008 140730996537552 140715034042103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
/proc/21068/statm: 7192084 115592 3526 1 0 7153184 0
[pid=21068/tid=21069] ppid=21066 vsize=28768336 memory=4476 CPUtime=1.83 cores=0-7
/proc/21068/task/21069/stat : 21069 (java) S 21066 21066 16074 0 -1 1077944384 9666 0 0 0 176 7 0 0 20 0 28 0 476111746 29458776064 115592 33554432000 4194304 4196468 140730996555008 140715038282880 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21070] ppid=21066 vsize=28768336 memory=4100 CPUtime=0.08 cores=0-7
/proc/21068/task/21070/stat : 21070 (java) S 21066 21066 16074 0 -1 1077944384 163 0 0 0 3 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714953894544 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21071] ppid=21066 vsize=28768336 memory=1412 CPUtime=0.09 cores=0-7
/proc/21068/task/21071/stat : 21071 (java) S 21066 21066 16074 0 -1 1077944384 175 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714952841744 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21072] ppid=21066 vsize=28768336 memory=3264 CPUtime=0.08 cores=0-7
/proc/21068/task/21072/stat : 21072 (java) S 21066 21066 16074 0 -1 1077944384 182 0 0 0 3 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714951788944 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21073] ppid=21066 vsize=28768336 memory=1452 CPUtime=0.09 cores=0-7
/proc/21068/task/21073/stat : 21073 (java) S 21066 21066 16074 0 -1 1077944384 219 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714950736144 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21074] ppid=21066 vsize=28768336 memory=462368 CPUtime=0.09 cores=0-7
/proc/21068/task/21074/stat : 21074 (java) S 21066 21066 16074 0 -1 1077944384 310 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714949684368 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21075] ppid=21066 vsize=28768336 memory=1732 CPUtime=0.09 cores=0-7
/proc/21068/task/21075/stat : 21075 (java) S 21066 21066 16074 0 -1 1077944384 157 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714948631568 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21076] ppid=21066 vsize=28768336 memory=7011348500760777560 CPUtime=0.09 cores=0-7
/proc/21068/task/21076/stat : 21076 (java) S 21066 21066 16074 0 -1 1077944384 178 0 0 0 4 5 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714947578768 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21077] ppid=21066 vsize=28768336 memory=3612 CPUtime=0.08 cores=0-7
/proc/21068/task/21077/stat : 21077 (java) S 21066 21066 16074 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 28 0 476111747 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714946525968 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21078] ppid=21066 vsize=28768336 memory=43364 CPUtime=0.01 cores=0-7
/proc/21068/task/21078/stat : 21078 (java) S 21066 21066 16074 0 -1 1077944384 543 0 0 0 1 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714418751856 140715034053250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21079] ppid=21066 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/21068/task/21079/stat : 21079 (java) S 21066 21066 16074 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714417697888 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21080] ppid=21066 vsize=28768336 memory=462368 CPUtime=0 cores=0-7
/proc/21068/task/21080/stat : 21080 (java) S 21066 21066 16074 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476111749 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714416644992 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21081] ppid=21066 vsize=28768336 memory=462368 CPUtime=0 cores=0-7
/proc/21068/task/21081/stat : 21081 (java) S 21066 21066 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714415593296 140715034060699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21082] ppid=21066 vsize=28768336 memory=14012 CPUtime=1.73 cores=0-7
/proc/21068/task/21082/stat : 21082 (java) S 21066 21066 16074 0 -1 1077944384 5374 0 0 0 172 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714414541680 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21083] ppid=21066 vsize=28768336 memory=19472 CPUtime=1.95 cores=0-7
/proc/21068/task/21083/stat : 21083 (java) S 21066 21066 16074 0 -1 1077944384 4988 0 0 0 193 2 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714413488880 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21084] ppid=21066 vsize=28768336 memory=12024 CPUtime=1.99 cores=0-7
/proc/21068/task/21084/stat : 21084 (java) S 21066 21066 16074 0 -1 1077944384 4213 0 0 0 198 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714412436080 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21085] ppid=21066 vsize=28768336 memory=2120 CPUtime=0.94 cores=0-7
/proc/21068/task/21085/stat : 21085 (java) S 21066 21066 16074 0 -1 1077944384 9106 0 0 0 90 4 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714411383280 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21086] ppid=21066 vsize=28768336 memory=500 CPUtime=0 cores=0-7
/proc/21068/task/21086/stat : 21086 (java) S 21066 21066 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714410330720 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21087] ppid=21066 vsize=28768336 memory=1556 CPUtime=0.01 cores=0-7
/proc/21068/task/21087/stat : 21087 (java) S 21066 21066 16074 0 -1 1077944384 402 0 0 0 0 1 0 0 20 0 28 0 476111752 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714409278000 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21176] ppid=21066 vsize=28768336 memory=43364 CPUtime=17.2 cores=0-7
/proc/21068/task/21176/stat : 21176 (java) R 21066 21066 16074 0 -1 1077944384 545 0 0 0 1720 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714324140848 140715034053250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21177] ppid=21066 vsize=28768336 memory=992 CPUtime=17.14 cores=0-7
/proc/21068/task/21177/stat : 21177 (java) R 21066 21066 16074 0 -1 1077944384 179 0 0 0 1714 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714323088080 140715034052309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21178] ppid=21066 vsize=28768336 memory=2044 CPUtime=17.1 cores=0-7
/proc/21068/task/21178/stat : 21178 (java) R 21066 21066 16074 0 -1 1077944384 400 0 0 0 1710 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714327299664 140715034052309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21179] ppid=21066 vsize=28768336 memory=1432 CPUtime=17.18 cores=0-7
/proc/21068/task/21179/stat : 21179 (java) R 21066 21066 16074 0 -1 4202560 700 0 0 0 1718 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714328352208 140714621142684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21180] ppid=21066 vsize=28768336 memory=11624 CPUtime=17.2 cores=0-7
/proc/21068/task/21180/stat : 21180 (java) R 21066 21066 16074 0 -1 4202560 687 0 0 0 1720 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714329404720 140714621097490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21181] ppid=21066 vsize=28768336 memory=740 CPUtime=17.16 cores=0-7
/proc/21068/task/21181/stat : 21181 (java) R 21066 21066 16074 0 -1 1077944384 519 0 0 0 1716 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714325193936 140715034052309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21182] ppid=21066 vsize=28768336 memory=1056 CPUtime=16.97 cores=0-7
/proc/21068/task/21182/stat : 21182 (java) R 21066 21066 16074 0 -1 1077944384 325 0 0 0 1697 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714326246480 140715034052309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
[pid=21068/tid=21183] ppid=21066 vsize=28768336 memory=1552 CPUtime=17.14 cores=0-7
/proc/21068/task/21183/stat : 21183 (java) R 21066 21066 16074 0 -1 4202560 771 0 0 0 1714 0 0 0 20 0 28 0 476112762 29458776064 115592 33554432000 4194304 4196468 140730996555008 140714404352976 140715034063450 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140730996556758 140730996556934 140730996556934 140730996559823 0
Current children cumulated CPU time: 207.13 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 463820 KiB

Child status: 0
Real time (s): 27.4141
CPU time (s): 207.159
CPU user time (s): 206.458
CPU system time (s): 0.700758
CPU usage (%): 755.666
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 463820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.458
system time used= 0.700758
maximum resident set size= 462604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6238
involuntary context switches= 3047


# summary of solver processes directly reported to runsolver:
#   pid: 21066
#   total CPU time (s): 207.159
#   total CPU user time (s): 206.458
#   total CPU system time (s): 0.700758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.230952 second user time and 0.400469 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 19:47:36
IDJOB=4404711
IDBENCH=128027
IDSOLVER=2865
FILE ID=node117/4404711-1569001699
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-6.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-4404711-1569001699/watcher-4404711-1569001699 -o /var/tmp/evaluation-result-4404711-1569001699/solver-4404711-1569001699 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1391964289 HOME/instance-4404711-1569001699.xml

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

MD5SUM BENCH= 0bc86e74ae8fed70a43ec92abb2586e2
RANDOM SEED=1391964289

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:        14189636 kB
MemAvailable:   31831280 kB
Buffers:          143764 kB
Cached:         17403368 kB
SwapCached:        27724 kB
Active:          8698840 kB
Inactive:        8880896 kB
Active(anon):       4652 kB
Inactive(anon):    68808 kB
Active(file):    8694188 kB
Inactive(file):  8812088 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972344 kB
Dirty:             27060 kB
Writeback:             0 kB
AnonPages:        125700 kB
Mapped:            48124 kB
Shmem:             32500 kB
Slab:             592420 kB
SReclaimable:     563828 kB
SUnreclaim:        28592 kB
KernelStack:        3712 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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 19:48:03