Trace number 4407277

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT1289 103.972 14.3475

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-04.xml
MD5SUM9de932a4b5bfbe7a07e43c684f6299af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1289
Best CPU time to get the best result obtained on this benchmark77.9471
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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-4407277-1569347635.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407277-1569347635.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.71/0.47	c solve instance...
0.71/0.49	o 170 
0.71/0.50	o 518 
0.71/0.51	o 541 
0.71/0.51	o 552 
1.06/0.52	o 553 
1.06/0.53	o 573 
1.06/0.53	o 577 
1.06/0.53	o 604 
1.06/0.54	o 801 
1.06/0.54	o 888 
1.06/0.54	o 969 
1.06/0.55	o 972 
1.06/0.56	o 1028 
1.06/0.57	o 1039 
1.06/0.57	o 1054 
1.06/0.58	o 1057 
1.06/0.60	o 1101 
1.06/0.61	o 1112 
1.65/0.61	o 1154 
1.65/0.69	o 1162 
1.65/0.70	o 1180 
2.30/0.70	o 1198 
2.30/0.77	o 1200 
2.98/0.80	o 1207 
2.98/0.83	o 1224 
2.98/0.85	o 1240 
3.73/0.93	o 1262 
3.73/0.99	o 1289 
103.69/14.33	s OPTIMUM FOUND
103.69/14.33	v <instantiation>
103.69/14.33	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
103.69/14.33	v 	<values>1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 </values>
103.69/14.33	v </instantiation>

Verifier Data

OK	1289

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407277-1569347635/watcher-4407277-1569347635 -o /var/tmp/evaluation-result-4407277-1569347635/solver-4407277-1569347635 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569335938-19122 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1292990470 HOME/instance-4407277-1569347635.xml 

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

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


[startup+0.102149 s]*
/proc/loadavg: 8.07 8.27 8.13 2/214 23850
/proc/meminfo: memFree=24206352/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28227396 memory=29552 CPUtime=0.12 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 5878 0 0 0 11 1 0 0 20 0 20 0 510703545 28904853504 7388 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7056849 7388 3124 1 0 7019032 0
[pid=23831/tid=23832] ppid=23829 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) R 23829 23829 19095 0 -1 4202560 3820 0 0 0 8 1 0 0 20 0 20 0 510703545 28904853504 7454 33554432000 4194304 4196468 140720454334048 139790401764992 139790397537686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28227396 memory=140248853853824 CPUtime=0 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23836] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23836/stat : 23836 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789945920144 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23837] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23837/stat : 23837 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789944867600 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23838] ppid=23829 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23838/stat : 23838 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789943815056 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23839] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23839/stat : 23839 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789942762512 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23840] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23840/stat : 23840 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789941709968 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23841] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23841/stat : 23841 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703547 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789782296560 139790397536898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23842] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23842/stat : 23842 (java) S 23829 23829 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510703548 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789781242784 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23843] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23843/stat : 23843 (java) S 23829 23829 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510703548 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789780190192 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23844] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23844/stat : 23844 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789779138768 139790397544347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23845] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23845/stat : 23845 (java) S 23829 23829 19095 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789778086384 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23846] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23846/stat : 23846 (java) R 23829 23829 19095 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789575644992 139790381044926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23847] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23847/stat : 23847 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789574593264 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23848] ppid=23829 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) R 23829 23829 19095 0 -1 4202560 310 0 0 0 2 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789573540720 139790389762878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 7454 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31008 KiB

[startup+0.211055 s]*
/proc/loadavg: 8.07 8.27 8.13 3/214 23850
/proc/meminfo: memFree=24192892/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28227396 memory=40820 CPUtime=0.34 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 9510 0 0 0 31 3 0 0 20 0 20 0 510703545 28904853504 10205 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7056849 10205 3269 1 0 7019032 0
[pid=23831/tid=23832] ppid=23829 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) R 23829 23829 19095 0 -1 4202560 6651 0 0 0 18 2 0 0 20 0 20 0 510703545 28904853504 10205 33554432000 4194304 4196468 140720454334048 139790401760448 139790397547677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28227396 memory=288370625005565568 CPUtime=0 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23836] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23836/stat : 23836 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789945920144 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23837] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23837/stat : 23837 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789944867600 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23838] ppid=23829 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23838/stat : 23838 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789943815056 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23839] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23839/stat : 23839 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789942762512 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23840] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23840/stat : 23840 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789941709968 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23841] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23841/stat : 23841 (java) S 23829 23829 19095 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 510703547 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789782296560 139790397536898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23842] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23842/stat : 23842 (java) S 23829 23829 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510703548 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789781242784 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23843] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23843/stat : 23843 (java) S 23829 23829 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510703548 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789780190192 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23844] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23844/stat : 23844 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789779138768 139790397544347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23845] ppid=23829 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23831/task/23845/stat : 23845 (java) S 23829 23829 19095 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789778086384 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23846] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23846/stat : 23846 (java) S 23829 23829 19095 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789575645808 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23847] ppid=23829 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/23831/task/23847/stat : 23847 (java) S 23829 23829 19095 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789574593264 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23848] ppid=23829 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) R 23829 23829 19095 0 -1 4202560 714 0 0 0 8 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789573540720 139790376534288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28904853504 10205 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42276 KiB

[startup+0.310837 s]*
/proc/loadavg: 8.07 8.27 8.13 4/214 23850
/proc/meminfo: memFree=24186544/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28231652 memory=49864 CPUtime=0.53 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 10884 0 0 0 49 4 0 0 20 0 20 0 510703545 28909211648 12466 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7057913 12466 3335 1 0 7019032 0
[pid=23831/tid=23832] ppid=23829 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) R 23829 23829 19095 0 -1 4202560 7827 0 0 0 27 2 0 0 20 0 20 0 510703545 28909211648 12466 33554432000 4194304 4196468 140720454334048 139790401759536 139790381606238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23836] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23836/stat : 23836 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789945920144 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23837] ppid=23829 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/23831/task/23837/stat : 23837 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789944867600 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23838] ppid=23829 vsize=28231652 memory=140248734593967 CPUtime=0 cores=0-7
/proc/23831/task/23838/stat : 23838 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789943815056 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23839] ppid=23829 vsize=28231652 memory=140248734596272 CPUtime=0 cores=0-7
/proc/23831/task/23839/stat : 23839 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789942762512 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23840] ppid=23829 vsize=28231652 memory=140248734598576 CPUtime=0 cores=0-7
/proc/23831/task/23840/stat : 23840 (java) S 23829 23829 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510703546 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789941709968 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23841] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23841/stat : 23841 (java) S 23829 23829 19095 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 510703547 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789782296560 139790397536898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23842] ppid=23829 vsize=28231652 memory=280497469204112 CPUtime=0 cores=0-7
/proc/23831/task/23842/stat : 23842 (java) S 23829 23829 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510703548 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789781242784 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23843] ppid=23829 vsize=28231652 memory=280497469211024 CPUtime=0 cores=0-7
/proc/23831/task/23843/stat : 23843 (java) S 23829 23829 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510703548 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789780190192 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23844] ppid=23829 vsize=28231652 memory=280497469152304 CPUtime=0 cores=0-7
/proc/23831/task/23844/stat : 23844 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789779138768 139790397544347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23845] ppid=23829 vsize=28231652 memory=280497469224848 CPUtime=0.03 cores=0-7
/proc/23831/task/23845/stat : 23845 (java) S 23829 23829 19095 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789778086384 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23846] ppid=23829 vsize=28231652 memory=280497469231760 CPUtime=0.03 cores=0-7
/proc/23831/task/23846/stat : 23846 (java) R 23829 23829 19095 0 -1 4202560 319 0 0 0 3 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789575636192 139790379047202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23847] ppid=23829 vsize=28231652 memory=280497469229456 CPUtime=0.02 cores=0-7
/proc/23831/task/23847/stat : 23847 (java) S 23829 23829 19095 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789574593264 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23848] ppid=23829 vsize=28231652 memory=280497469245616 CPUtime=0.12 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) S 23829 23829 19095 0 -1 1077944384 780 0 0 0 12 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789573540720 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510703551 28909211648 12466 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51320 KiB

[startup+0.701729 s]
/proc/loadavg: 8.07 8.27 8.13 7/221 23873
/proc/meminfo: memFree=24124008/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28899416 memory=186516 CPUtime=2.3 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 18353 0 0 0 219 11 0 0 20 0 26 0 510703545 29593001984 46629 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7224854 46629 3484 1 0 7185954 0
[pid=23831/tid=23832] ppid=23829 vsize=28899416 memory=280497469603504 CPUtime=0.47 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) S 23829 23829 19095 0 -1 1077944384 9057 0 0 0 43 4 0 0 20 0 26 0 510703545 29593001984 46629 33554432000 4194304 4196468 140720454334048 139790401766528 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28899416 memory=140248734802800 CPUtime=0 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 26 0 510703546 29593001984 46629 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28899416 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 26 0 510703546 29593001984 46629 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28899416 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 26 0 510703546 29593001984 46629 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0

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

[pid=23831/tid=23848] ppid=23829 vsize=28899416 memory=8098124601384850280 CPUtime=0.5 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) S 23829 23829 19095 0 -1 1077944384 3581 0 0 0 49 1 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789573540720 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28899416 memory=3473455226960294709 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28899416 memory=3760822563776967985 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1106 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24075] ppid=23829 vsize=28899416 memory=3760822563776967985 CPUtime=11.68 cores=0-7
/proc/23831/task/24075/stat : 24075 (java) S 23829 23829 19095 0 -1 1077944384 944 0 0 0 1158 10 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789555903296 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24076] ppid=23829 vsize=28899416 memory=7450455052569372772 CPUtime=11.55 cores=0-7
/proc/23831/task/24076/stat : 24076 (java) R 23829 23829 19095 0 -1 4202560 346 0 0 0 1143 12 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789554851840 139789999632312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24077] ppid=23829 vsize=28899416 memory=4423754645145938788 CPUtime=11.66 cores=0-7
/proc/23831/task/24077/stat : 24077 (java) R 23829 23829 19095 0 -1 4202560 728 0 0 0 1158 8 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789556957312 139789998782053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24078] ppid=23829 vsize=28899416 memory=6944656592455097440 CPUtime=12.17 cores=0-7
/proc/23831/task/24078/stat : 24078 (java) R 23829 23829 19095 0 -1 4202560 865 0 0 0 1209 8 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789559062784 139790001118995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24079] ppid=23829 vsize=28899416 memory=6943526294502006880 CPUtime=11.86 cores=0-7
/proc/23831/task/24079/stat : 24079 (java) R 23829 23829 19095 0 -1 4202560 690 0 0 0 1173 13 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789562220928 139789999848078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24080] ppid=23829 vsize=28899416 memory=-2897801490638248215 CPUtime=11.9 cores=0-7
/proc/23831/task/24080/stat : 24080 (java) R 23829 23829 19095 0 -1 1077944384 669 0 0 0 1177 13 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789561168384 139790397535957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24081] ppid=23829 vsize=28899416 memory=0 CPUtime=11.7 cores=0-7
/proc/23831/task/24081/stat : 24081 (java) R 23829 23829 19095 0 -1 4202560 348 0 0 0 1162 8 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789558009376 139789998601688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24082] ppid=23829 vsize=28899416 memory=0 CPUtime=12.21 cores=0-7
/proc/23831/task/24082/stat : 24082 (java) R 23829 23829 19095 0 -1 4202560 731 0 0 0 1211 10 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789552746240 139789999850099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 101.61 s
Current children cumulated vsize: 29012544 KiB
Current children cumulated memory: 614012 KiB

[startup+14.2012 s]
/proc/loadavg: 8.26 8.30 8.15 8/221 24082
/proc/meminfo: memFree=23621772/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28899416 memory=612556 CPUtime=102.99 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 54286 0 0 0 10186 113 0 0 20 0 28 0 510703545 29593001984 153139 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7224854 153139 3520 1 0 7185954 0
[pid=23831/tid=23832] ppid=23829 vsize=28899416 memory=3617007572437191842 CPUtime=0.47 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) S 23829 23829 19095 0 -1 1077944384 9057 0 0 0 43 4 0 0 20 0 28 0 510703545 29593001984 153139 33554432000 4194304 4196468 140720454334048 139790401766528 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28899416 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28899416 memory=8836 CPUtime=0.02 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 80 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28899416 memory=11044 CPUtime=0.03 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 498 0 0 0 2 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23836] ppid=23829 vsize=28899416 memory=0 CPUtime=0.02 cores=0-7
/proc/23831/task/23836/stat : 23836 (java) S 23829 23829 19095 0 -1 1077944384 139 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789945920144 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23837] ppid=23829 vsize=28899416 memory=7649399380020048946 CPUtime=0.02 cores=0-7
/proc/23831/task/23837/stat : 23837 (java) S 23829 23829 19095 0 -1 1077944384 464 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789944867600 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23838] ppid=23829 vsize=28899416 memory=5787213827499184208 CPUtime=0.02 cores=0-7
/proc/23831/task/23838/stat : 23838 (java) S 23829 23829 19095 0 -1 1077944384 494 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789943815056 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23839] ppid=23829 vsize=28899416 memory=30103705535 CPUtime=0.01 cores=0-7
/proc/23831/task/23839/stat : 23839 (java) S 23829 23829 19095 0 -1 1077944384 586 0 0 0 1 0 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789942762512 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23840] ppid=23829 vsize=28899416 memory=7661613902665592468 CPUtime=0.03 cores=0-7
/proc/23831/task/23840/stat : 23840 (java) S 23829 23829 19095 0 -1 1077944384 198 0 0 0 2 1 0 0 20 0 28 0 510703546 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789941709968 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23841] ppid=23829 vsize=28899416 memory=7309450296971060563 CPUtime=0.01 cores=0-7
/proc/23831/task/23841/stat : 23841 (java) S 23829 23829 19095 0 -1 1077944384 1409 0 0 0 1 0 0 0 20 0 28 0 510703547 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789782296560 139790397536898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23842] ppid=23829 vsize=28899416 memory=7378397488545426275 CPUtime=0 cores=0-7
/proc/23831/task/23842/stat : 23842 (java) S 23829 23829 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510703548 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789781242848 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23843] ppid=23829 vsize=28899416 memory=4639074098508484695 CPUtime=0 cores=0-7
/proc/23831/task/23843/stat : 23843 (java) S 23829 23829 19095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 510703548 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789780190192 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23844] ppid=23829 vsize=28899416 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23844/stat : 23844 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789779138768 139790397544347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23845] ppid=23829 vsize=28899416 memory=-7399350170322123884 CPUtime=1.06 cores=0-7
/proc/23831/task/23845/stat : 23845 (java) S 23829 23829 19095 0 -1 1077944384 9063 0 0 0 104 2 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789778086384 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23846] ppid=23829 vsize=28899416 memory=280497468997872 CPUtime=1.22 cores=0-7
/proc/23831/task/23846/stat : 23846 (java) S 23829 23829 19095 0 -1 1077944384 8915 0 0 0 120 2 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789575645808 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23847] ppid=23829 vsize=28899416 memory=7524512692651257697 CPUtime=1.11 cores=0-7
/proc/23831/task/23847/stat : 23847 (java) S 23829 23829 19095 0 -1 1077944384 7755 0 0 0 110 1 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789574593264 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23848] ppid=23829 vsize=28899416 memory=5787213827046467687 CPUtime=0.5 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) S 23829 23829 19095 0 -1 1077944384 3581 0 0 0 49 1 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789573540720 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28899416 memory=6225757359946815586 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28899416 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1106 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24075] ppid=23829 vsize=28899416 memory=280497470468544 CPUtime=11.84 cores=0-7
/proc/23831/task/24075/stat : 24075 (java) R 23829 23829 19095 0 -1 4202560 945 0 0 0 1174 10 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789555903296 139790382766972 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24076] ppid=23829 vsize=28899416 memory=2110599342520004 CPUtime=11.71 cores=0-7
/proc/23831/task/24076/stat : 24076 (java) R 23829 23829 19095 0 -1 1077944384 346 0 0 0 1159 12 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789554851840 139790397535957 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24077] ppid=23829 vsize=28899416 memory=6935652554312077392 CPUtime=11.85 cores=0-7
/proc/23831/task/24077/stat : 24077 (java) R 23829 23829 19095 0 -1 4202560 730 0 0 0 1176 9 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789556957216 139789999147776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24078] ppid=23829 vsize=28899416 memory=6655300316396806240 CPUtime=12.34 cores=0-7
/proc/23831/task/24078/stat : 24078 (java) R 23829 23829 19095 0 -1 4202560 865 0 0 0 1225 9 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789559062784 139790000032040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24079] ppid=23829 vsize=28899416 memory=7084559500045412457 CPUtime=12.02 cores=0-7
/proc/23831/task/24079/stat : 24079 (java) R 23829 23829 19095 0 -1 4202560 691 0 0 0 1189 13 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789562220928 139789999633680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24080] ppid=23829 vsize=28899416 memory=0 CPUtime=12.08 cores=0-7
/proc/23831/task/24080/stat : 24080 (java) R 23829 23829 19095 0 -1 4202560 669 0 0 0 1195 13 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789561168384 139789999849009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24081] ppid=23829 vsize=28899416 memory=0 CPUtime=11.88 cores=0-7
/proc/23831/task/24081/stat : 24081 (java) R 23829 23829 19095 0 -1 4202560 349 0 0 0 1180 8 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789558009472 139789999256892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24082] ppid=23829 vsize=28899416 memory=7307741763140086098 CPUtime=12.39 cores=0-7
/proc/23831/task/24082/stat : 24082 (java) R 23829 23829 19095 0 -1 4202560 732 0 0 0 1229 10 0 0 20 0 28 0 510703644 29593001984 153139 33554432000 4194304 4196468 140720454334048 139789552746240 139789998781601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 102.99 s
Current children cumulated vsize: 29012544 KiB
Current children cumulated memory: 614012 KiB

[startup+14.3013 s]
/proc/loadavg: 8.26 8.30 8.15 8/221 24082
/proc/meminfo: memFree=23621772/32770624 swapFree=66976772/67108860
[pid=23829] ppid=23826 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23829/stat : 23829 (xcsp3-exec) S 23826 23829 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510703545 115843072 364 33554432000 4194304 5098028 140728115594832 140728115592936 139869957468796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26521600 140728115598167 140728115598426 140728115598426 140728115601350 0
/proc/23829/statm: 28282 364 305 221 0 87 0
[pid=23831] ppid=23829 vsize=28899416 memory=608964 CPUtime=103.69 cores=0-7
/proc/23831/stat : 23831 (java) S 23829 23829 19095 0 -1 1077944320 54314 0 0 0 10256 113 0 0 20 0 28 0 510703545 29593001984 152241 33554432000 4194304 4196468 140720454334048 140720454316592 139790397525751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
/proc/23831/statm: 7224854 152241 3520 1 0 7185954 0
[pid=23831/tid=23832] ppid=23829 vsize=28899416 memory=612556 CPUtime=0.47 cores=0-7
/proc/23831/task/23832/stat : 23832 (java) S 23829 23829 19095 0 -1 1077944384 9057 0 0 0 43 4 0 0 20 0 28 0 510703545 29593001984 152241 33554432000 4194304 4196468 140720454334048 139790401766528 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23833] ppid=23829 vsize=28899416 memory=1686 CPUtime=0.01 cores=0-7
/proc/23831/task/23833/stat : 23833 (java) S 23829 23829 19095 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139790317377808 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23834] ppid=23829 vsize=28899416 memory=33075 CPUtime=0.03 cores=0-7
/proc/23831/task/23834/stat : 23834 (java) S 23829 23829 19095 0 -1 1077944384 85 0 0 0 2 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139790316325264 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23835] ppid=23829 vsize=28899416 memory=0 CPUtime=0.03 cores=0-7
/proc/23831/task/23835/stat : 23835 (java) S 23829 23829 19095 0 -1 1077944384 498 0 0 0 2 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139790315272720 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23836] ppid=23829 vsize=28899416 memory=242592637827634 CPUtime=0.02 cores=0-7
/proc/23831/task/23836/stat : 23836 (java) S 23829 23829 19095 0 -1 1077944384 139 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789945920144 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23837] ppid=23829 vsize=28899416 memory=0 CPUtime=0.02 cores=0-7
/proc/23831/task/23837/stat : 23837 (java) S 23829 23829 19095 0 -1 1077944384 464 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789944867600 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23838] ppid=23829 vsize=28899416 memory=4420 CPUtime=0.02 cores=0-7
/proc/23831/task/23838/stat : 23838 (java) S 23829 23829 19095 0 -1 1077944384 494 0 0 0 1 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789943815056 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23839] ppid=23829 vsize=28899416 memory=0 CPUtime=0.01 cores=0-7
/proc/23831/task/23839/stat : 23839 (java) S 23829 23829 19095 0 -1 1077944384 586 0 0 0 1 0 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789942762512 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23840] ppid=23829 vsize=28899416 memory=0 CPUtime=0.03 cores=0-7
/proc/23831/task/23840/stat : 23840 (java) S 23829 23829 19095 0 -1 1077944384 198 0 0 0 2 1 0 0 20 0 28 0 510703546 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789941709968 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23841] ppid=23829 vsize=28899416 memory=0 CPUtime=0.01 cores=0-7
/proc/23831/task/23841/stat : 23841 (java) S 23829 23829 19095 0 -1 1077944384 1410 0 0 0 1 0 0 0 20 0 28 0 510703547 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789782296560 139790397536898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23842] ppid=23829 vsize=28899416 memory=140248734650704 CPUtime=0 cores=0-7
/proc/23831/task/23842/stat : 23842 (java) S 23829 23829 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510703548 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789781242848 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23843] ppid=23829 vsize=28899416 memory=0 CPUtime=0 cores=0-7
/proc/23831/task/23843/stat : 23843 (java) S 23829 23829 19095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 510703548 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789780190192 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23844] ppid=23829 vsize=28899416 memory=4580 CPUtime=0 cores=0-7
/proc/23831/task/23844/stat : 23844 (java) S 23829 23829 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789779138768 139790397544347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23845] ppid=23829 vsize=28899416 memory=3620 CPUtime=1.06 cores=0-7
/proc/23831/task/23845/stat : 23845 (java) S 23829 23829 19095 0 -1 1077944384 9063 0 0 0 104 2 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789778086384 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23846] ppid=23829 vsize=28899416 memory=1660 CPUtime=1.22 cores=0-7
/proc/23831/task/23846/stat : 23846 (java) S 23829 23829 19095 0 -1 1077944384 8915 0 0 0 120 2 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789575645808 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23847] ppid=23829 vsize=28899416 memory=65084 CPUtime=1.11 cores=0-7
/proc/23831/task/23847/stat : 23847 (java) S 23829 23829 19095 0 -1 1077944384 7755 0 0 0 110 1 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789574593264 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23848] ppid=23829 vsize=28899416 memory=988 CPUtime=0.5 cores=0-7
/proc/23831/task/23848/stat : 23848 (java) S 23829 23829 19095 0 -1 1077944384 3581 0 0 0 49 1 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789573540720 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23849] ppid=23829 vsize=28899416 memory=4536 CPUtime=0 cores=0-7
/proc/23831/task/23849/stat : 23849 (java) S 23829 23829 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789572487392 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=23850] ppid=23829 vsize=28899416 memory=4104 CPUtime=0 cores=0-7
/proc/23831/task/23850/stat : 23850 (java) S 23829 23829 19095 0 -1 1077944384 1106 0 0 0 0 0 0 0 20 0 28 0 510703551 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789571434928 139790397536898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24075] ppid=23829 vsize=28899416 memory=1412 CPUtime=11.93 cores=0-7
/proc/23831/task/24075/stat : 24075 (java) R 23829 23829 19095 0 -1 4202560 951 0 0 0 1183 10 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789555903296 139789999633680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24076] ppid=23829 vsize=28899416 memory=2824 CPUtime=11.81 cores=0-7
/proc/23831/task/24076/stat : 24076 (java) R 23829 23829 19095 0 -1 1077944384 347 0 0 0 1169 12 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789554851840 139790397535957 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24077] ppid=23829 vsize=28899416 memory=33 CPUtime=11.91 cores=0-7
/proc/23831/task/24077/stat : 24077 (java) R 23829 23829 19095 0 -1 4202560 734 0 0 0 1182 9 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789556957312 139789999633680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24078] ppid=23829 vsize=28899416 memory=7684433391216329530 CPUtime=12.44 cores=0-7
/proc/23831/task/24078/stat : 24078 (java) R 23829 23829 19095 0 -1 4202560 866 0 0 0 1235 9 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789559062784 139790001056696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24079] ppid=23829 vsize=28899416 memory=-7533229591096564640 CPUtime=12.11 cores=0-7
/proc/23831/task/24079/stat : 24079 (java) R 23829 23829 19095 0 -1 4202560 694 0 0 0 1198 13 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789562220928 139789999848069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24080] ppid=23829 vsize=28899416 memory=-7384474665255210089 CPUtime=12.16 cores=0-7
/proc/23831/task/24080/stat : 24080 (java) R 23829 23829 19095 0 -1 4202560 671 0 0 0 1203 13 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789561168288 139789999848710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24081] ppid=23829 vsize=28899416 memory=206828445154330 CPUtime=11.97 cores=0-7
/proc/23831/task/24081/stat : 24081 (java) S 23829 23829 19095 0 -1 1077944384 352 0 0 0 1188 9 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789558009472 139790397535957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
[pid=23831/tid=24082] ppid=23829 vsize=28899416 memory=0 CPUtime=12.48 cores=0-7
/proc/23831/task/24082/stat : 24082 (java) R 23829 23829 19095 0 -1 4202560 734 0 0 0 1238 10 0 0 20 0 28 0 510703644 29593001984 152241 33554432000 4194304 4196468 140720454334048 139789552746240 139789998780946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35725312 140720454341596 140720454341771 140720454341771 140720454344655 0
Current children cumulated CPU time: 103.69 s
Current children cumulated vsize: 29012544 KiB
Current children cumulated memory: 610420 KiB

Child status: 0
Real time (s): 14.3475
CPU time (s): 103.972
CPU user time (s): 102.822
CPU system time (s): 1.15059
CPU usage (%): 724.674
Max. virtual memory (cumulated for all children) (KiB): 29014720
Max. memory (cumulated for all children) (KiB): 627968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.822
system time used= 1.15059
maximum resident set size= 626512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55690
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= 226442
involuntary context switches= 476


# summary of solver processes directly reported to runsolver:
#   pid: 23829
#   total CPU time (s): 103.972
#   total CPU user time (s): 102.822
#   total CPU system time (s): 1.15059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.155302 second user time and 0.206074 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-24 19:53:14
IDJOB=4407277
IDBENCH=133461
IDSOLVER=2872
FILE ID=node124/4407277-1569347635
RUNJOBID= node124-1569335938-19122
PBS_JOBID= 21705061
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-04.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-4407277-1569347635/watcher-4407277-1569347635 -o /var/tmp/evaluation-result-4407277-1569347635/solver-4407277-1569347635 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569335938-19122 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1292990470 HOME/instance-4407277-1569347635.xml

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

MD5SUM BENCH= 9de932a4b5bfbe7a07e43c684f6299af
RANDOM SEED=1292990470

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24223272 kB
MemAvailable:   31812032 kB
Buffers:          141000 kB
Cached:          7532692 kB
SwapCached:        29076 kB
Active:          3827880 kB
Inactive:        3881848 kB
Active(anon):       4188 kB
Inactive(anon):    89624 kB
Active(file):    3823692 kB
Inactive(file):  3792224 kB
Unevictable:      108336 kB
Mlocked:          108336 kB
SwapTotal:      67108860 kB
SwapFree:       66976772 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        204916 kB
Mapped:            58156 kB
Shmem:             49092 kB
Slab:             430264 kB
SReclaimable:     401304 kB
SUnreclaim:        28960 kB
KernelStack:        3904 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node124 at 2019-09-24 19:53:28