Trace number 4406991

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 parallelOPT1105 50.5057 7.42216

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-05.xml
MD5SUMfc947c5025dc4a3c0350e3415d914057
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1105
Best CPU time to get the best result obtained on this benchmark20.4113
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-4406991-1569352516.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406991-1569352516.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
0.71/0.47	c solve instance...
0.71/0.49	o 0 
0.71/0.50	o 71 
0.71/0.51	o 596 
0.71/0.51	o 599 
1.08/0.52	o 603 
1.08/0.53	o 647 
1.08/0.53	o 650 
1.08/0.53	o 654 
1.08/0.53	o 663 
1.08/0.54	o 723 
1.08/0.55	o 782 
1.08/0.55	o 793 
1.08/0.55	o 802 
1.08/0.56	o 804 
1.08/0.58	o 808 
1.08/0.58	o 832 
1.08/0.60	o 890 
1.64/0.64	o 893 
1.64/0.66	o 908 
1.64/0.66	o 930 
1.64/0.67	o 952 
1.64/0.68	o 957 
1.64/0.70	o 986 
2.21/0.72	o 994 
2.21/0.73	o 1007 
2.21/0.73	o 1038 
2.21/0.74	o 1044 
2.21/0.78	o 1046 
2.87/0.82	o 1054 
2.87/0.89	o 1078 
5.33/1.13	o 1105 
50.43/7.40	s OPTIMUM FOUND
50.43/7.40	v <instantiation>
50.43/7.40	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>
50.43/7.40	v 	<values>0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 </values>
50.43/7.40	v </instantiation>

Verifier Data

OK	1105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406991-1569352516/watcher-4406991-1569352516 -o /tmp/evaluation-result-4406991-1569352516/solver-4406991-1569352516 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569348286-6176 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 250594781 HOME/instance-4406991-1569352516.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=7764, runsolver pid=7761
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 7.86 8.02 8.17 2/213 7785
/proc/meminfo: memFree=25216256/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28227396 memory=30100 CPUtime=0.12 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 5486 0 0 0 11 1 0 0 20 0 20 0 511189439 28904853504 7525 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7056849 7525 3121 1 0 7019032 0
[pid=7766/tid=7767] ppid=7764 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) R 7764 7764 6149 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 20 0 511189440 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876975878400 139876971658646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28227396 memory=732369836480953317 CPUtime=0 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28227396 memory=139698143499904 CPUtime=0 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7771] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7771/stat : 7771 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876888341008 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7772] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7772/stat : 7772 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876887288720 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7773] ppid=7764 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7766/task/7773/stat : 7773 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876886235920 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7774] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7774/stat : 7774 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876516355216 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7775] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7775/stat : 7775 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 7525 33554432000 4194304 4196468 140735378417760 139876515302416 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7776] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7776/stat : 7776 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189442 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875570055280 139876971657858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7777] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7777/stat : 7777 (java) S 7764 7764 6149 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511189443 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875569001248 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7778] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7778/stat : 7778 (java) S 7764 7764 6149 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511189443 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875567948912 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7779] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7779/stat : 7779 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875566897232 139876971665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7780] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7780/stat : 7780 (java) S 7764 7764 6149 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875565845104 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7781] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7781/stat : 7781 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875564792304 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7782] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7782/stat : 7782 (java) S 7764 7764 6149 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875563740016 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7783] ppid=7764 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) R 7764 7764 6149 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875562687216 139876971658646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189446 28904853504 7525 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31556 KiB

[startup+0.210748 s]*
/proc/loadavg: 7.86 8.02 8.17 3/213 7785
/proc/meminfo: memFree=25203908/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28227396 memory=41460 CPUtime=0.33 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 9026 0 0 0 30 3 0 0 20 0 20 0 511189439 28904853504 10365 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7056849 10365 3309 1 0 7019032 0
[pid=7766/tid=7767] ppid=7764 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) R 7764 7764 6149 0 -1 4202560 6217 0 0 0 17 2 0 0 20 0 20 0 511189440 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876975884368 139876971668637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28227396 memory=279396182660856 CPUtime=0 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28227396 memory=139698143499904 CPUtime=0 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7771] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7771/stat : 7771 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876888341008 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7772] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7772/stat : 7772 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876887288720 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7773] ppid=7764 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7766/task/7773/stat : 7773 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876886235920 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7774] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7774/stat : 7774 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876516355216 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7775] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7775/stat : 7775 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28904853504 10365 33554432000 4194304 4196468 140735378417760 139876515302416 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7776] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7776/stat : 7776 (java) S 7764 7764 6149 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511189442 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875570055280 139876971657858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7777] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7777/stat : 7777 (java) S 7764 7764 6149 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511189443 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875569001248 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7778] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7778/stat : 7778 (java) S 7764 7764 6149 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511189443 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875567948912 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7779] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7779/stat : 7779 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875566897232 139876971665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7780] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7780/stat : 7780 (java) S 7764 7764 6149 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875565845104 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7781] ppid=7764 vsize=28227396 memory=0 CPUtime=0.03 cores=0-7
/proc/7766/task/7781/stat : 7781 (java) S 7764 7764 6149 0 -1 1077944384 266 0 0 0 3 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875564792304 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7782] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7782/stat : 7782 (java) S 7764 7764 6149 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875563740016 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7783] ppid=7764 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) S 7764 7764 6149 0 -1 1077944384 753 0 0 0 8 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875562687216 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189445 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189446 28904853504 10365 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42916 KiB

[startup+0.310603 s]*
/proc/loadavg: 7.86 8.02 8.17 7/213 7785
/proc/meminfo: memFree=25197396/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28231652 memory=50032 CPUtime=0.53 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 10392 0 0 0 49 4 0 0 20 0 20 0 511189439 28909211648 12508 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7057913 12508 3351 1 0 7019032 0
[pid=7766/tid=7767] ppid=7764 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) R 7764 7764 6149 0 -1 4202560 7342 0 0 0 27 3 0 0 20 0 20 0 511189440 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876975874480 139876971668637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7771] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7771/stat : 7771 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876888341008 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7772] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7772/stat : 7772 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876887288720 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7773] ppid=7764 vsize=28231652 memory=139698039253679 CPUtime=0 cores=0-7
/proc/7766/task/7773/stat : 7773 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876886235920 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7774] ppid=7764 vsize=28231652 memory=139698039255984 CPUtime=0 cores=0-7
/proc/7766/task/7774/stat : 7774 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876516355216 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7775] ppid=7764 vsize=28231652 memory=139698039258288 CPUtime=0 cores=0-7
/proc/7766/task/7775/stat : 7775 (java) S 7764 7764 6149 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511189441 28909211648 12508 33554432000 4194304 4196468 140735378417760 139876515302416 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7776] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7776/stat : 7776 (java) S 7764 7764 6149 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511189442 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875570055280 139876971657858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7777] ppid=7764 vsize=28231652 memory=279396078530448 CPUtime=0 cores=0-7
/proc/7766/task/7777/stat : 7777 (java) S 7764 7764 6149 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511189443 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875569001248 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7778] ppid=7764 vsize=28231652 memory=279396078528144 CPUtime=0 cores=0-7
/proc/7766/task/7778/stat : 7778 (java) S 7764 7764 6149 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511189443 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875567948912 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7779] ppid=7764 vsize=28231652 memory=279396078535056 CPUtime=0 cores=0-7
/proc/7766/task/7779/stat : 7779 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875566897232 139876971665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7780] ppid=7764 vsize=28231652 memory=279396078476336 CPUtime=0.01 cores=0-7
/proc/7766/task/7780/stat : 7780 (java) S 7764 7764 6149 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875565845104 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7781] ppid=7764 vsize=28231652 memory=279396078548880 CPUtime=0.06 cores=0-7
/proc/7766/task/7781/stat : 7781 (java) R 7764 7764 6149 0 -1 4202560 367 0 0 0 6 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875564778400 139876953190972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7782] ppid=7764 vsize=28231652 memory=279396078555792 CPUtime=0.01 cores=0-7
/proc/7766/task/7782/stat : 7782 (java) S 7764 7764 6149 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875563740016 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7783] ppid=7764 vsize=28231652 memory=279396078553488 CPUtime=0.12 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) S 7764 7764 6149 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875562687216 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511189445 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511189446 28909211648 12508 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51488 KiB

[startup+0.711777 s]
/proc/loadavg: 7.86 8.02 8.17 9/221 7809
/proc/meminfo: memFree=25129140/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28833880 memory=197088 CPUtime=2.21 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 19232 0 0 0 209 12 0 0 20 0 27 0 511189439 29525893120 49272 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7208470 49272 3488 1 0 7169570 0
[pid=7766/tid=7767] ppid=7764 vsize=28833880 memory=0 CPUtime=0.47 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) S 7764 7764 6149 0 -1 1077944384 8570 0 0 0 43 4 0 0 20 0 27 0 511189440 29525893120 49272 33554432000 4194304 4196468 140735378417760 139876975887488 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 27 0 511189441 29525893120 49272 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 511189441 29525893120 49272 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 27 0 511189441 29525893120 49272 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0

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

[pid=7766/tid=7783] ppid=7764 vsize=28833880 memory=1398722017469774279 CPUtime=0.49 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) S 7764 7764 6149 0 -1 1077944384 2776 0 0 0 49 0 0 0 20 0 28 0 511189445 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875562687216 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511189445 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) R 7764 7764 6149 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 511189446 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8034] ppid=7764 vsize=28833880 memory=0 CPUtime=4.49 cores=0-7
/proc/7766/task/8034/stat : 8034 (java) R 7764 7764 6149 0 -1 4202560 177 0 0 0 441 8 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875548208032 139876569154942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8035] ppid=7764 vsize=28833880 memory=22244 CPUtime=4.23 cores=0-7
/proc/7766/task/8035/stat : 8035 (java) R 7764 7764 6149 0 -1 4202560 47 0 0 0 414 9 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875547156352 139876956023824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8036] ppid=7764 vsize=28833880 memory=-7449383003082255507 CPUtime=4.5 cores=0-7
/proc/7766/task/8036/stat : 8036 (java) R 7764 7764 6149 0 -1 1077944384 81 0 0 0 443 7 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875545051296 139876971657858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8037] ppid=7764 vsize=28833880 memory=6944656592455360608 CPUtime=4.68 cores=0-7
/proc/7766/task/8037/stat : 8037 (java) R 7764 7764 6149 0 -1 4202560 122 0 0 0 463 5 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875473936512 139876566668783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8038] ppid=7764 vsize=28833880 memory=-8412652169811693427 CPUtime=4.53 cores=0-7
/proc/7766/task/8038/stat : 8038 (java) R 7764 7764 6149 0 -1 4202560 77 0 0 0 448 5 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875543998976 139876566536637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8039] ppid=7764 vsize=28833880 memory=-7819220407477041013 CPUtime=4.53 cores=0-7
/proc/7766/task/8039/stat : 8039 (java) S 7764 7764 6149 0 -1 1077944384 133 0 0 0 445 8 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875546104192 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8040] ppid=7764 vsize=28833880 memory=0 CPUtime=4.51 cores=0-7
/proc/7766/task/8040/stat : 8040 (java) R 7764 7764 6149 0 -1 4202560 164 0 0 0 443 8 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875474988800 139876570531401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8041] ppid=7764 vsize=28833880 memory=2241 CPUtime=4.3 cores=0-7
/proc/7766/task/8041/stat : 8041 (java) R 7764 7764 6149 0 -1 4202560 76 0 0 0 422 8 0 0 20 0 28 0 511189553 29525893120 151316 33554432000 4194304 4196468 140735378417760 139875549261344 139876569373035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 42.79 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 606720 KiB

[startup+7.20183 s]
/proc/loadavg: 7.79 8.00 8.16 8/220 8041
/proc/meminfo: memFree=24638980/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28833880 memory=607716 CPUtime=48.9 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 31452 0 0 0 4801 89 0 0 20 0 28 0 511189439 29525893120 151929 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7208470 151929 3503 1 0 7169570 0
[pid=7766/tid=7767] ppid=7764 vsize=28833880 memory=8470556300224009365 CPUtime=0.47 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) S 7764 7764 6149 0 -1 1077944384 8570 0 0 0 43 4 0 0 20 0 28 0 511189440 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876975887488 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28833880 memory=4138389656478512682 CPUtime=0.01 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28833880 memory=8681835568847626885 CPUtime=0.01 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28833880 memory=0 CPUtime=0.02 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 70 0 0 0 1 1 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7771] ppid=7764 vsize=28833880 memory=0 CPUtime=0.01 cores=0-7
/proc/7766/task/7771/stat : 7771 (java) S 7764 7764 6149 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876888341008 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7772] ppid=7764 vsize=28833880 memory=6935657029852811344 CPUtime=0.01 cores=0-7
/proc/7766/task/7772/stat : 7772 (java) S 7764 7764 6149 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876887288720 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7773] ppid=7764 vsize=28833880 memory=7302956718888608595 CPUtime=0.01 cores=0-7
/proc/7766/task/7773/stat : 7773 (java) S 7764 7764 6149 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876886235920 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7774] ppid=7764 vsize=28833880 memory=7886128541282677042 CPUtime=0.01 cores=0-7
/proc/7766/task/7774/stat : 7774 (java) S 7764 7764 6149 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876516355216 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7775] ppid=7764 vsize=28833880 memory=64820 CPUtime=0.01 cores=0-7
/proc/7766/task/7775/stat : 7775 (java) S 7764 7764 6149 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876515302416 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7776] ppid=7764 vsize=28833880 memory=3616 CPUtime=0.01 cores=0-7
/proc/7766/task/7776/stat : 7776 (java) S 7764 7764 6149 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 28 0 511189442 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875570055280 139876971657858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7777] ppid=7764 vsize=28833880 memory=2273 CPUtime=0 cores=0-7
/proc/7766/task/7777/stat : 7777 (java) S 7764 7764 6149 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511189443 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875569001312 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7778] ppid=7764 vsize=28833880 memory=2244 CPUtime=0 cores=0-7
/proc/7766/task/7778/stat : 7778 (java) S 7764 7764 6149 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 511189443 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875567948928 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7779] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7779/stat : 7779 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875566897232 139876971665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7780] ppid=7764 vsize=28833880 memory=3472328296227681489 CPUtime=0.93 cores=0-7
/proc/7766/task/7780/stat : 7780 (java) S 7764 7764 6149 0 -1 1077944384 2919 0 0 0 92 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875565845104 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7781] ppid=7764 vsize=28833880 memory=52612 CPUtime=0.97 cores=0-7
/proc/7766/task/7781/stat : 7781 (java) S 7764 7764 6149 0 -1 1077944384 5281 0 0 0 96 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875564792304 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7782] ppid=7764 vsize=28833880 memory=6944652177228980320 CPUtime=0.95 cores=0-7
/proc/7766/task/7782/stat : 7782 (java) S 7764 7764 6149 0 -1 1077944384 2846 0 0 0 95 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875563740016 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7783] ppid=7764 vsize=28833880 memory=0 CPUtime=0.5 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) S 7764 7764 6149 0 -1 1077944384 3433 0 0 0 49 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875562687216 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28833880 memory=46 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28833880 memory=-4695052241013923951 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) S 7764 7764 6149 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511189446 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8034] ppid=7764 vsize=28833880 memory=6656426216303648864 CPUtime=5.26 cores=0-7
/proc/7766/task/8034/stat : 8034 (java) R 7764 7764 6149 0 -1 4202560 227 0 0 0 517 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875548207936 139876956148030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8035] ppid=7764 vsize=28833880 memory=6944656592455359580 CPUtime=4.97 cores=0-7
/proc/7766/task/8035/stat : 8035 (java) R 7764 7764 6149 0 -1 4202560 84 0 0 0 487 10 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875547156352 139876569372978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8036] ppid=7764 vsize=28833880 memory=0 CPUtime=5.24 cores=0-7
/proc/7766/task/8036/stat : 8036 (java) R 7764 7764 6149 0 -1 4202560 205 0 0 0 517 7 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875545051392 139876569373038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8037] ppid=7764 vsize=28833880 memory=3 CPUtime=5.45 cores=0-7
/proc/7766/task/8037/stat : 8037 (java) S 7764 7764 6149 0 -1 1077944384 168 0 0 0 539 6 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875473936512 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8038] ppid=7764 vsize=28833880 memory=288230574492221466 CPUtime=5.29 cores=0-7
/proc/7766/task/8038/stat : 8038 (java) R 7764 7764 6149 0 -1 4202560 122 0 0 0 524 5 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875543998880 139876971658646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8039] ppid=7764 vsize=28833880 memory=288230583166042426 CPUtime=5.3 cores=0-7
/proc/7766/task/8039/stat : 8039 (java) R 7764 7764 6149 0 -1 4202560 209 0 0 0 521 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875546104192 139876569240884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8040] ppid=7764 vsize=28833880 memory=14126732391221673 CPUtime=5.29 cores=0-7
/proc/7766/task/8040/stat : 8040 (java) R 7764 7764 6149 0 -1 4202560 283 0 0 0 520 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875474988800 139876569373115 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8041] ppid=7764 vsize=28833880 memory=3184237618115158256 CPUtime=5.04 cores=0-7
/proc/7766/task/8041/stat : 8041 (java) R 7764 7764 6149 0 -1 4202560 124 0 0 0 495 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875549261440 139876971658646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 48.9 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 609172 KiB

[startup+7.4017 s]
/proc/loadavg: 7.79 8.00 8.16 8/220 8041
/proc/meminfo: memFree=24638980/32770624 swapFree=66936716/67108860
[pid=7764] ppid=7761 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7764/stat : 7764 (xcsp3-exec) S 7761 7764 6149 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511189439 115843072 364 33554432000 4194304 5098028 140723076729920 140723076728024 140702431842940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18145280 140723076735862 140723076736105 140723076736105 140723076739018 0
/proc/7764/statm: 28282 364 305 221 0 87 0
[pid=7766] ppid=7764 vsize=28833880 memory=607716 CPUtime=50.43 cores=0-7
/proc/7766/stat : 7766 (java) S 7764 7764 6149 0 -1 1077944320 31516 0 0 0 4953 90 0 0 20 0 28 0 511189439 29525893120 151929 33554432000 4194304 4196468 140735378417760 140735378400304 139876971646711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
/proc/7766/statm: 7208470 151929 3503 1 0 7169570 0
[pid=7766/tid=7767] ppid=7764 vsize=28833880 memory=6944656592455360604 CPUtime=0.47 cores=0-7
/proc/7766/task/7767/stat : 7767 (java) S 7764 7764 6149 0 -1 1077944384 8570 0 0 0 43 4 0 0 20 0 28 0 511189440 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876975887488 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7768] ppid=7764 vsize=28833880 memory=279396078321904 CPUtime=0.01 cores=0-7
/proc/7766/task/7768/stat : 7768 (java) S 7764 7764 6149 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876891498896 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7769] ppid=7764 vsize=28833880 memory=0 CPUtime=0.01 cores=0-7
/proc/7766/task/7769/stat : 7769 (java) S 7764 7764 6149 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876890446096 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7770] ppid=7764 vsize=28833880 memory=279396078441824 CPUtime=0.02 cores=0-7
/proc/7766/task/7770/stat : 7770 (java) S 7764 7764 6149 0 -1 1077944384 70 0 0 0 1 1 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876889393808 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7771] ppid=7764 vsize=28833880 memory=7597404790178074989 CPUtime=0.01 cores=0-7
/proc/7766/task/7771/stat : 7771 (java) S 7764 7764 6149 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876888341008 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7772] ppid=7764 vsize=28833880 memory=302076668502107183 CPUtime=0.01 cores=0-7
/proc/7766/task/7772/stat : 7772 (java) S 7764 7764 6149 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876887288720 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7773] ppid=7764 vsize=28833880 memory=2811385 CPUtime=0.01 cores=0-7
/proc/7766/task/7773/stat : 7773 (java) S 7764 7764 6149 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876886235920 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7774] ppid=7764 vsize=28833880 memory=3979265850300720122 CPUtime=0.01 cores=0-7
/proc/7766/task/7774/stat : 7774 (java) S 7764 7764 6149 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876516355216 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7775] ppid=7764 vsize=28833880 memory=288230574492221466 CPUtime=0.01 cores=0-7
/proc/7766/task/7775/stat : 7775 (java) S 7764 7764 6149 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 28 0 511189441 29525893120 151929 33554432000 4194304 4196468 140735378417760 139876515302416 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7776] ppid=7764 vsize=28833880 memory=301741382048153914 CPUtime=0.01 cores=0-7
/proc/7766/task/7776/stat : 7776 (java) S 7764 7764 6149 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 28 0 511189442 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875570055280 139876971657858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7777] ppid=7764 vsize=28833880 memory=14126732391221673 CPUtime=0 cores=0-7
/proc/7766/task/7777/stat : 7777 (java) S 7764 7764 6149 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 511189443 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875569001312 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7778] ppid=7764 vsize=28833880 memory=279396078740160 CPUtime=0 cores=0-7
/proc/7766/task/7778/stat : 7778 (java) S 7764 7764 6149 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 511189443 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875567948928 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7779] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7779/stat : 7779 (java) S 7764 7764 6149 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875566897232 139876971665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7780] ppid=7764 vsize=28833880 memory=0 CPUtime=0.93 cores=0-7
/proc/7766/task/7780/stat : 7780 (java) S 7764 7764 6149 0 -1 1077944384 2919 0 0 0 92 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875565845104 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7781] ppid=7764 vsize=28833880 memory=0 CPUtime=0.97 cores=0-7
/proc/7766/task/7781/stat : 7781 (java) S 7764 7764 6149 0 -1 1077944384 5281 0 0 0 96 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875564792304 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7782] ppid=7764 vsize=28833880 memory=0 CPUtime=0.95 cores=0-7
/proc/7766/task/7782/stat : 7782 (java) S 7764 7764 6149 0 -1 1077944384 2846 0 0 0 95 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875563740016 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7783] ppid=7764 vsize=28833880 memory=0 CPUtime=0.5 cores=0-7
/proc/7766/task/7783/stat : 7783 (java) S 7764 7764 6149 0 -1 1077944384 3451 0 0 0 49 1 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875562687216 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7784] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7784/stat : 7784 (java) S 7764 7764 6149 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511189445 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875561634144 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=7785] ppid=7764 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/7766/task/7785/stat : 7785 (java) S 7764 7764 6149 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511189446 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875560581424 139876971657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8034] ppid=7764 vsize=28833880 memory=0 CPUtime=5.45 cores=0-7
/proc/7766/task/8034/stat : 8034 (java) S 7764 7764 6149 0 -1 1077944384 230 0 0 0 536 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875548208032 139876971656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8035] ppid=7764 vsize=28833880 memory=0 CPUtime=5.17 cores=0-7
/proc/7766/task/8035/stat : 8035 (java) R 7764 7764 6149 0 -1 4202560 84 0 0 0 506 11 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875547156256 139876568995879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8036] ppid=7764 vsize=28833880 memory=0 CPUtime=5.43 cores=0-7
/proc/7766/task/8036/stat : 8036 (java) R 7764 7764 6149 0 -1 4202560 208 0 0 0 535 8 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875545051296 139876570746380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8037] ppid=7764 vsize=28833880 memory=0 CPUtime=5.64 cores=0-7
/proc/7766/task/8037/stat : 8037 (java) R 7764 7764 6149 0 -1 4202560 178 0 0 0 558 6 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875473936512 139876570595189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8038] ppid=7764 vsize=28833880 memory=0 CPUtime=5.48 cores=0-7
/proc/7766/task/8038/stat : 8038 (java) R 7764 7764 6149 0 -1 1077944384 128 0 0 0 543 5 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875543998880 139876971657858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8039] ppid=7764 vsize=28833880 memory=0 CPUtime=5.48 cores=0-7
/proc/7766/task/8039/stat : 8039 (java) R 7764 7764 6149 0 -1 4202560 214 0 0 0 539 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875546104192 139876569372299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8040] ppid=7764 vsize=28833880 memory=0 CPUtime=5.48 cores=0-7
/proc/7766/task/8040/stat : 8040 (java) R 7764 7764 6149 0 -1 4202560 300 0 0 0 539 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875474988800 139876570532472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
[pid=7766/tid=8041] ppid=7764 vsize=28833880 memory=0 CPUtime=5.23 cores=0-7
/proc/7766/task/8041/stat : 8041 (java) R 7764 7764 6149 0 -1 4202560 127 0 0 0 514 9 0 0 20 0 28 0 511189553 29525893120 151929 33554432000 4194304 4196468 140735378417760 139875549261344 139876569597526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17383424 140735378424810 140735378424982 140735378424982 140735378427855 0
Current children cumulated CPU time: 50.43 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 609172 KiB

Child status: 0
Real time (s): 7.42216
CPU time (s): 50.5057
CPU user time (s): 49.5808
CPU system time (s): 0.924906
CPU usage (%): 680.472
Max. virtual memory (cumulated for all children) (KiB): 28949000
Max. memory (cumulated for all children) (KiB): 609172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5808
system time used= 0.924906
maximum resident set size= 607952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234071
involuntary context switches= 418


# summary of solver processes directly reported to runsolver:
#   pid: 7764
#   total CPU time (s): 50.5057
#   total CPU user time (s): 49.5808
#   total CPU system time (s): 0.924906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079508 second user time and 0.133533 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-24 21:14:34
IDJOB=4406991
IDBENCH=133449
IDSOLVER=2871
FILE ID=node141/4406991-1569352516
RUNJOBID= node141-1569348286-6176
PBS_JOBID= 21705079
Free space on /tmp= 22932 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-05.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 /tmp/evaluation-result-4406991-1569352516/watcher-4406991-1569352516 -o /tmp/evaluation-result-4406991-1569352516/solver-4406991-1569352516 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569348286-6176 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 250594781 HOME/instance-4406991-1569352516.xml

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

MD5SUM BENCH= fc947c5025dc4a3c0350e3415d914057
RANDOM SEED=250594781

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        25234600 kB
MemAvailable:   31807964 kB
Buffers:          102732 kB
Cached:          6749668 kB
SwapCached:        62112 kB
Active:          3391788 kB
Inactive:        3529064 kB
Active(anon):       4956 kB
Inactive(anon):   116760 kB
Active(file):    3386832 kB
Inactive(file):  3412304 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66936716 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:        118488 kB
Mapped:            54020 kB
Shmem:             44676 kB
Slab:             209368 kB
SReclaimable:     180128 kB
SUnreclaim:        29240 kB
KernelStack:        3632 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22904 MiB
End job on node141 at 2019-09-24 21:14:41