Trace number 4404575

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT1079 64.1971 9.00019

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-06.xml
MD5SUMe9e920efca2956d8591f17ca956249c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1079
Best CPU time to get the best result obtained on this benchmark30.4792
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-4404575-1569002163.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404575-1569002163.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.70/0.47	c solve instance...
0.70/0.49	o 475 
0.70/0.50	o 506 
0.70/0.51	o 521 
0.70/0.51	o 534 
0.70/0.51	o 549 
1.05/0.53	o 600 
1.05/0.53	o 602 
1.05/0.53	o 615 
1.05/0.53	o 660 
1.05/0.54	o 678 
1.05/0.54	o 684 
1.05/0.54	o 686 
1.05/0.55	o 827 
1.05/0.55	o 846 
1.05/0.59	o 862 
1.64/0.61	o 919 
1.64/0.61	o 947 
1.64/0.67	o 968 
2.20/0.71	o 1005 
2.20/0.73	o 1009 
2.20/0.74	o 1024 
2.20/0.75	o 1058 
2.20/0.78	o 1060 
2.20/0.79	o 1069 
2.87/0.81	o 1070 
2.87/0.81	o 1073 
3.66/0.94	o 1079 
63.48/8.99	s OPTIMUM FOUND
63.48/8.99	v <instantiation>
63.48/8.99	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>
63.48/8.99	v 	<values>1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 </values>
63.48/8.99	v </instantiation>

Verifier Data

OK	1079

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404575-1569002163/watcher-4404575-1569002163 -o /tmp/evaluation-result-4404575-1569002163/solver-4404575-1569002163 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568996144-14311 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1354234942 HOME/instance-4404575-1569002163.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=16986, runsolver pid=16983
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 6.09 7.61 7.95 2/211 17007
/proc/meminfo: memFree=24716496/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28227396 memory=28788 CPUtime=0.12 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 5695 0 0 0 11 1 0 0 20 0 20 0 476481090 28904853504 7197 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7056849 7197 3121 1 0 7019032 0
[pid=16988/tid=16989] ppid=16986 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) R 16986 16986 14284 0 -1 4202560 3601 0 0 0 8 0 0 0 20 0 20 0 476481090 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368612443344 140368608222614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28227396 memory=139971926091392 CPUtime=0 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16993] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16993/stat : 16993 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368524904720 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16994] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16994/stat : 16994 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368155892880 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16995] ppid=16986 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/16995/stat : 16995 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368154840080 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16996] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16996/stat : 16996 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368153787280 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16997] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16997/stat : 16997 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 7197 33554432000 4194304 4196468 140730584987328 140368152734480 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16998] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16998/stat : 16998 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481092 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367858833776 140368608221826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16999] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16999/stat : 16999 (java) S 16986 16986 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476481093 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367857779744 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17000] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17000/stat : 17000 (java) S 16986 16986 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476481093 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367856726896 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17001] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17001/stat : 17001 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367855675216 140368608229275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17002] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17002/stat : 17002 (java) S 16986 16986 14284 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367854623600 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17003] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17003/stat : 17003 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367785618160 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17004] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17004/stat : 17004 (java) R 16986 16986 14284 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367784565360 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17005] ppid=16986 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) R 16986 16986 14284 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 20 0 476481095 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367783512560 140368592291166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481096 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481096 28904853504 7197 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30240 KiB

[startup+0.210484 s]*
/proc/loadavg: 6.09 7.61 7.95 2/211 17007
/proc/meminfo: memFree=24702748/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28227396 memory=40764 CPUtime=0.34 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 9499 0 0 0 31 3 0 0 20 0 20 0 476481090 28904853504 10191 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7056849 10191 3279 1 0 7019032 0
[pid=16988/tid=16989] ppid=16986 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) R 16986 16986 14284 0 -1 4202560 6634 0 0 0 18 2 0 0 20 0 20 0 476481090 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368612444800 140368608222614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28227396 memory=288370348077803136 CPUtime=0 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16993] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16993/stat : 16993 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368524904720 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16994] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16994/stat : 16994 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368155892880 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16995] ppid=16986 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/16995/stat : 16995 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368154840080 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16996] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16996/stat : 16996 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368153787280 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16997] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16997/stat : 16997 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28904853504 10191 33554432000 4194304 4196468 140730584987328 140368152734480 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16998] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16998/stat : 16998 (java) S 16986 16986 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476481092 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367858833776 140368608221826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16999] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16999/stat : 16999 (java) S 16986 16986 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476481093 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367857779744 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17000] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17000/stat : 17000 (java) S 16986 16986 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476481093 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367856726896 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17001] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17001/stat : 17001 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367855675216 140368608229275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17002] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17002/stat : 17002 (java) S 16986 16986 14284 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 476481095 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367854623600 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17003] ppid=16986 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16988/task/17003/stat : 17003 (java) S 16986 16986 14284 0 -1 1077944384 298 0 0 0 2 0 0 0 20 0 20 0 476481095 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367785618160 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17004] ppid=16986 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16988/task/17004/stat : 17004 (java) S 16986 16986 14284 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 476481095 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367784565360 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17005] ppid=16986 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) R 16986 16986 14284 0 -1 4202560 778 0 0 0 8 0 0 0 20 0 20 0 476481095 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367783512560 140368587195834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481096 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481096 28904853504 10191 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42216 KiB

[startup+0.310947 s]*
/proc/loadavg: 6.09 7.61 7.95 4/211 17007
/proc/meminfo: memFree=24695352/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28231652 memory=50012 CPUtime=0.52 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 10915 0 0 0 48 4 0 0 20 0 20 0 476481090 28909211648 12503 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7057913 12503 3322 1 0 7019032 0
[pid=16988/tid=16989] ppid=16986 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) R 16986 16986 14284 0 -1 4202560 7808 0 0 0 27 3 0 0 20 0 20 0 476481090 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368612441792 140368592291166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16993] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16993/stat : 16993 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368524904720 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16994] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16994/stat : 16994 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368155892880 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16995] ppid=16986 vsize=28231652 memory=139971776309935 CPUtime=0 cores=0-7
/proc/16988/task/16995/stat : 16995 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368154840080 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16996] ppid=16986 vsize=28231652 memory=139971776312240 CPUtime=0 cores=0-7
/proc/16988/task/16996/stat : 16996 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368153787280 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16997] ppid=16986 vsize=28231652 memory=139971776314544 CPUtime=0 cores=0-7
/proc/16988/task/16997/stat : 16997 (java) S 16986 16986 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476481091 28909211648 12503 33554432000 4194304 4196468 140730584987328 140368152734480 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16998] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16998/stat : 16998 (java) S 16986 16986 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476481092 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367858833776 140368608221826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16999] ppid=16986 vsize=28231652 memory=279943552642960 CPUtime=0 cores=0-7
/proc/16988/task/16999/stat : 16999 (java) S 16986 16986 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476481093 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367857779744 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17000] ppid=16986 vsize=28231652 memory=279943552640656 CPUtime=0 cores=0-7
/proc/16988/task/17000/stat : 17000 (java) S 16986 16986 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476481093 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367856726896 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17001] ppid=16986 vsize=28231652 memory=279943552647568 CPUtime=0 cores=0-7
/proc/16988/task/17001/stat : 17001 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481095 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367855675216 140368608229275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17002] ppid=16986 vsize=28231652 memory=279943552588848 CPUtime=0.03 cores=0-7
/proc/16988/task/17002/stat : 17002 (java) R 16986 16986 14284 0 -1 4202560 438 0 0 0 3 0 0 0 20 0 20 0 476481095 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367854623600 140368589731801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17003] ppid=16986 vsize=28231652 memory=279943552661392 CPUtime=0.03 cores=0-7
/proc/16988/task/17003/stat : 17003 (java) S 16986 16986 14284 0 -1 1077944384 305 0 0 0 3 0 0 0 20 0 20 0 476481095 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367785618160 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17004] ppid=16986 vsize=28231652 memory=279943552668304 CPUtime=0.02 cores=0-7
/proc/16988/task/17004/stat : 17004 (java) S 16986 16986 14284 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 20 0 476481095 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367784565360 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17005] ppid=16986 vsize=28231652 memory=279943552666000 CPUtime=0.12 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) S 16986 16986 14284 0 -1 1077944384 884 0 0 0 12 0 0 0 20 0 20 0 476481095 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367783512560 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476481096 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476481096 28909211648 12503 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51464 KiB

[startup+0.701299 s]
/proc/loadavg: 6.09 7.61 7.95 4/212 17024
/proc/meminfo: memFree=24643680/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28833880 memory=187684 CPUtime=2.2 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 18776 0 0 0 210 10 0 0 20 0 28 0 476481090 29525893120 46921 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7208470 46921 3489 1 0 7169570 0
[pid=16988/tid=16989] ppid=16986 vsize=28833880 memory=0 CPUtime=0.46 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) S 16986 16986 14284 0 -1 1077944384 9035 0 0 0 43 3 0 0 20 0 28 0 476481090 29525893120 46921 33554432000 4194304 4196468 140730584987328 140368612451456 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 476481091 29525893120 46921 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 476481091 29525893120 46921 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 476481091 29525893120 46921 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0

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

[pid=16988/tid=17005] ppid=16986 vsize=28833880 memory=0 CPUtime=0.48 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) S 16986 16986 14284 0 -1 1077944384 2974 0 0 0 47 1 0 0 20 0 28 0 476481095 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367783512560 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17224] ppid=16986 vsize=28833880 memory=0 CPUtime=6.72 cores=0-7
/proc/16988/task/17224/stat : 17224 (java) S 16986 16986 14284 0 -1 1077944384 261 0 0 0 663 9 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367769270976 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17225] ppid=16986 vsize=28833880 memory=0 CPUtime=6.65 cores=0-7
/proc/16988/task/17225/stat : 17225 (java) R 16986 16986 14284 0 -1 1077944384 207 0 0 0 658 7 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367771377280 140368608220885 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17226] ppid=16986 vsize=28833880 memory=0 CPUtime=6.7 cores=0-7
/proc/16988/task/17226/stat : 17226 (java) R 16986 16986 14284 0 -1 4202560 433 0 0 0 662 8 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367767167488 140368208560378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17227] ppid=16986 vsize=28833880 memory=0 CPUtime=6.79 cores=0-7
/proc/16988/task/17227/stat : 17227 (java) R 16986 16986 14284 0 -1 4202560 232 0 0 0 671 8 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367764009248 140368209540544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17228] ppid=16986 vsize=28833880 memory=0 CPUtime=6.87 cores=0-7
/proc/16988/task/17228/stat : 17228 (java) R 16986 16986 14284 0 -1 4202560 506 0 0 0 680 7 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367768219904 140368209392080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17229] ppid=16986 vsize=28833880 memory=0 CPUtime=6.76 cores=0-7
/proc/16988/task/17229/stat : 17229 (java) S 16986 16986 14284 0 -1 1077944384 321 0 0 0 669 7 0 0 20 0 28 0 476481184 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367762956416 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17230] ppid=16986 vsize=28833880 memory=0 CPUtime=6.93 cores=0-7
/proc/16988/task/17230/stat : 17230 (java) R 16986 16986 14284 0 -1 4202560 276 0 0 0 685 8 0 0 20 0 28 0 476481185 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367766114304 140368208872420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17231] ppid=16986 vsize=28833880 memory=0 CPUtime=6.69 cores=0-7
/proc/16988/task/17231/stat : 17231 (java) R 16986 16986 14284 0 -1 4202560 195 0 0 0 660 9 0 0 20 0 28 0 476481187 29525893120 85504 33554432000 4194304 4196468 140730584987328 140367770324864 140368208872425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 59.65 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 343468 KiB

[startup+8.80121 s]
/proc/loadavg: 5.95 7.52 7.91 8/219 17231
/proc/meminfo: memFree=24401004/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28833880 memory=346120 CPUtime=62.75 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 33109 0 0 0 6183 92 0 0 20 0 28 0 476481090 29525893120 86530 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7208470 86530 3518 1 0 7169570 0
[pid=16988/tid=16989] ppid=16986 vsize=28833880 memory=2244 CPUtime=0.47 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) S 16986 16986 14284 0 -1 1077944384 9036 0 0 0 44 3 0 0 20 0 28 0 476481090 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368612451456 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28833880 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 362 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28833880 memory=0 CPUtime=0.03 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 114 0 0 0 2 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28833880 memory=0 CPUtime=0.02 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16993] ppid=16986 vsize=28833880 memory=0 CPUtime=0.02 cores=0-7
/proc/16988/task/16993/stat : 16993 (java) S 16986 16986 14284 0 -1 1077944384 790 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368524904720 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16994] ppid=16986 vsize=28833880 memory=988 CPUtime=0.02 cores=0-7
/proc/16988/task/16994/stat : 16994 (java) S 16986 16986 14284 0 -1 1077944384 168 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368155892880 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16995] ppid=16986 vsize=28833880 memory=2020 CPUtime=0.02 cores=0-7
/proc/16988/task/16995/stat : 16995 (java) S 16986 16986 14284 0 -1 1077944384 132 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368154840080 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16996] ppid=16986 vsize=28833880 memory=1428 CPUtime=0.02 cores=0-7
/proc/16988/task/16996/stat : 16996 (java) S 16986 16986 14284 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368153787280 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16997] ppid=16986 vsize=28833880 memory=279943552563888 CPUtime=0.02 cores=0-7
/proc/16988/task/16997/stat : 16997 (java) S 16986 16986 14284 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86530 33554432000 4194304 4196468 140730584987328 140368152734480 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16998] ppid=16986 vsize=28833880 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/16988/task/16998/stat : 16998 (java) S 16986 16986 14284 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 28 0 476481092 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367858833776 140368608221826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16999] ppid=16986 vsize=28833880 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/16988/task/16999/stat : 16999 (java) S 16986 16986 14284 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476481093 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367857779808 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17000] ppid=16986 vsize=28833880 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16988/task/17000/stat : 17000 (java) S 16986 16986 14284 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476481093 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367856726912 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17001] ppid=16986 vsize=28833880 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16988/task/17001/stat : 17001 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476481095 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367855675216 140368608229275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17002] ppid=16986 vsize=28833880 memory=6656426216303648864 CPUtime=0.81 cores=0-7
/proc/16988/task/17002/stat : 17002 (java) S 16986 16986 14284 0 -1 1077944384 2853 0 0 0 80 1 0 0 20 0 28 0 476481095 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367854623600 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17003] ppid=16986 vsize=28833880 memory=6944656592387989600 CPUtime=0.72 cores=0-7
/proc/16988/task/17003/stat : 17003 (java) S 16986 16986 14284 0 -1 1077944384 3156 0 0 0 71 1 0 0 20 0 28 0 476481095 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367785618160 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17004] ppid=16986 vsize=28833880 memory=279943553735392 CPUtime=0.79 cores=0-7
/proc/16988/task/17004/stat : 17004 (java) S 16986 16986 14284 0 -1 1077944384 4290 0 0 0 78 1 0 0 20 0 28 0 476481095 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367784565360 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17005] ppid=16986 vsize=28833880 memory=6944656592455097440 CPUtime=0.48 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) S 16986 16986 14284 0 -1 1077944384 2974 0 0 0 47 1 0 0 20 0 28 0 476481095 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367783512560 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28833880 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28833880 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17224] ppid=16986 vsize=28833880 memory=6944656592387989600 CPUtime=7.1 cores=0-7
/proc/16988/task/17224/stat : 17224 (java) R 16986 16986 14284 0 -1 4202560 264 0 0 0 701 9 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367769270976 140368208640574 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17225] ppid=16986 vsize=28833880 memory=6944652177228980320 CPUtime=7.03 cores=0-7
/proc/16988/task/17225/stat : 17225 (java) R 16986 16986 14284 0 -1 4202560 209 0 0 0 695 8 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367771377280 140368208873557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17226] ppid=16986 vsize=28833880 memory=3546357246083022192 CPUtime=7.08 cores=0-7
/proc/16988/task/17226/stat : 17226 (java) R 16986 16986 14284 0 -1 4202560 434 0 0 0 700 8 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367767167392 140368209600105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17227] ppid=16986 vsize=28833880 memory=279943552908016 CPUtime=7.18 cores=0-7
/proc/16988/task/17227/stat : 17227 (java) R 16986 16986 14284 0 -1 4202560 236 0 0 0 710 8 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367764009248 140368209540453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17228] ppid=16986 vsize=28833880 memory=1804 CPUtime=7.26 cores=0-7
/proc/16988/task/17228/stat : 17228 (java) R 16986 16986 14284 0 -1 1077944384 511 0 0 0 719 7 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367768219904 140368608220885 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17229] ppid=16986 vsize=28833880 memory=920 CPUtime=7.15 cores=0-7
/proc/16988/task/17229/stat : 17229 (java) S 16986 16986 14284 0 -1 1077944384 323 0 0 0 708 7 0 0 20 0 28 0 476481184 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367762956416 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17230] ppid=16986 vsize=28833880 memory=4436 CPUtime=7.32 cores=0-7
/proc/16988/task/17230/stat : 17230 (java) R 16986 16986 14284 0 -1 4202560 278 0 0 0 724 8 0 0 20 0 28 0 476481185 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367766114208 140368206080320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17231] ppid=16986 vsize=28833880 memory=4108 CPUtime=7.07 cores=0-7
/proc/16988/task/17231/stat : 17231 (java) S 16986 16986 14284 0 -1 1077944384 199 0 0 0 698 9 0 0 20 0 28 0 476481187 29525893120 86530 33554432000 4194304 4196468 140730584987328 140367770324864 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 62.75 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 347572 KiB

[startup+8.90154 s]
/proc/loadavg: 5.95 7.52 7.91 8/219 17231
/proc/meminfo: memFree=24401004/32770624 swapFree=66999084/67108860
[pid=16986] ppid=16983 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16986/stat : 16986 (xcsp3-exec) S 16983 16986 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476481089 115843072 363 33554432000 4194304 5098028 140733213551376 140733213549480 139874577846908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32759808 140733213553525 140733213553769 140733213553769 140733213556682 0
/proc/16986/statm: 28282 363 305 221 0 87 0
[pid=16988] ppid=16986 vsize=28833880 memory=345600 CPUtime=63.48 cores=0-7
/proc/16988/stat : 16988 (java) S 16986 16986 14284 0 -1 1077944320 33574 0 0 0 6255 93 0 0 20 0 28 0 476481090 29525893120 86400 33554432000 4194304 4196468 140730584987328 140730584969872 140368608210679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
/proc/16988/statm: 7208470 86400 3518 1 0 7169570 0
[pid=16988/tid=16989] ppid=16986 vsize=28833880 memory=47 CPUtime=0.47 cores=0-7
/proc/16988/task/16989/stat : 16989 (java) S 16986 16986 14284 0 -1 1077944384 9036 0 0 0 44 3 0 0 20 0 28 0 476481090 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368612451456 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16990] ppid=16986 vsize=28833880 memory=2 CPUtime=0.02 cores=0-7
/proc/16988/task/16990/stat : 16990 (java) S 16986 16986 14284 0 -1 1077944384 363 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368528063120 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16991] ppid=16986 vsize=28833880 memory=139976221058687 CPUtime=0.03 cores=0-7
/proc/16988/task/16991/stat : 16991 (java) S 16986 16986 14284 0 -1 1077944384 116 0 0 0 2 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368527010320 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16992] ppid=16986 vsize=28833880 memory=6944652177228980320 CPUtime=0.02 cores=0-7
/proc/16988/task/16992/stat : 16992 (java) S 16986 16986 14284 0 -1 1077944384 150 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368525957520 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16993] ppid=16986 vsize=28833880 memory=1452 CPUtime=0.02 cores=0-7
/proc/16988/task/16993/stat : 16993 (java) S 16986 16986 14284 0 -1 1077944384 792 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368524904720 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16994] ppid=16986 vsize=28833880 memory=346120 CPUtime=0.02 cores=0-7
/proc/16988/task/16994/stat : 16994 (java) S 16986 16986 14284 0 -1 1077944384 169 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368155892880 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16995] ppid=16986 vsize=28833880 memory=1452 CPUtime=0.02 cores=0-7
/proc/16988/task/16995/stat : 16995 (java) S 16986 16986 14284 0 -1 1077944384 133 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368154840080 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16996] ppid=16986 vsize=28833880 memory=342016 CPUtime=0.02 cores=0-7
/proc/16988/task/16996/stat : 16996 (java) S 16986 16986 14284 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368153787280 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16997] ppid=16986 vsize=28833880 memory=0 CPUtime=0.02 cores=0-7
/proc/16988/task/16997/stat : 16997 (java) S 16986 16986 14284 0 -1 1077944384 150 0 0 0 1 1 0 0 20 0 28 0 476481091 29525893120 86400 33554432000 4194304 4196468 140730584987328 140368152734480 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16998] ppid=16986 vsize=28833880 memory=0 CPUtime=0.01 cores=0-7
/proc/16988/task/16998/stat : 16998 (java) S 16986 16986 14284 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 28 0 476481092 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367858833776 140368608221826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=16999] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/16999/stat : 16999 (java) S 16986 16986 14284 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476481093 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367857779808 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17000] ppid=16986 vsize=28833880 memory=0 CPUtime=0 cores=0-7
/proc/16988/task/17000/stat : 17000 (java) S 16986 16986 14284 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476481093 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367856726912 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17001] ppid=16986 vsize=28833880 memory=139976221058687 CPUtime=0 cores=0-7
/proc/16988/task/17001/stat : 17001 (java) S 16986 16986 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476481095 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367855675216 140368608229275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17002] ppid=16986 vsize=28833880 memory=7302704883431074157 CPUtime=0.81 cores=0-7
/proc/16988/task/17002/stat : 17002 (java) S 16986 16986 14284 0 -1 1077944384 2853 0 0 0 80 1 0 0 20 0 28 0 476481095 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367854623600 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17003] ppid=16986 vsize=28833880 memory=7302704883431074157 CPUtime=0.73 cores=0-7
/proc/16988/task/17003/stat : 17003 (java) S 16986 16986 14284 0 -1 1077944384 3600 0 0 0 72 1 0 0 20 0 28 0 476481095 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367785618160 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17004] ppid=16986 vsize=28833880 memory=7739837716655466092 CPUtime=0.79 cores=0-7
/proc/16988/task/17004/stat : 17004 (java) S 16986 16986 14284 0 -1 1077944384 4290 0 0 0 78 1 0 0 20 0 28 0 476481095 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367784565360 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17005] ppid=16986 vsize=28833880 memory=1452 CPUtime=0.48 cores=0-7
/proc/16988/task/17005/stat : 17005 (java) S 16986 16986 14284 0 -1 1077944384 2974 0 0 0 47 1 0 0 20 0 28 0 476481095 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367783512560 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17006] ppid=16986 vsize=28833880 memory=342968 CPUtime=0 cores=0-7
/proc/16988/task/17006/stat : 17006 (java) S 16986 16986 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367782460000 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17007] ppid=16986 vsize=28833880 memory=10000 CPUtime=0 cores=0-7
/proc/16988/task/17007/stat : 17007 (java) S 16986 16986 14284 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 28 0 476481096 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367781407280 140368608221826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17224] ppid=16986 vsize=28833880 memory=22923 CPUtime=7.18 cores=0-7
/proc/16988/task/17224/stat : 17224 (java) R 16986 16986 14284 0 -1 4202560 264 0 0 0 709 9 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367769270976 140368208873628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17225] ppid=16986 vsize=28833880 memory=0 CPUtime=7.13 cores=0-7
/proc/16988/task/17225/stat : 17225 (java) R 16986 16986 14284 0 -1 4202560 209 0 0 0 705 8 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367771377280 140368208784669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17226] ppid=16986 vsize=28833880 memory=1452 CPUtime=7.16 cores=0-7
/proc/16988/task/17226/stat : 17226 (java) S 16986 16986 14284 0 -1 1077944384 435 0 0 0 708 8 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367767167488 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17227] ppid=16986 vsize=28833880 memory=346120 CPUtime=7.28 cores=0-7
/proc/16988/task/17227/stat : 17227 (java) R 16986 16986 14284 0 -1 4202560 243 0 0 0 720 8 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367764009248 140368209541810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17228] ppid=16986 vsize=28833880 memory=1452 CPUtime=7.35 cores=0-7
/proc/16988/task/17228/stat : 17228 (java) R 16986 16986 14284 0 -1 1077944384 511 0 0 0 728 7 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367768219904 140368608220885 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17229] ppid=16986 vsize=28833880 memory=344500 CPUtime=7.23 cores=0-7
/proc/16988/task/17229/stat : 17229 (java) S 16986 16986 14284 0 -1 1077944384 323 0 0 0 716 7 0 0 20 0 28 0 476481184 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367762956416 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17230] ppid=16986 vsize=28833880 memory=0 CPUtime=7.41 cores=0-7
/proc/16988/task/17230/stat : 17230 (java) S 16986 16986 14284 0 -1 1077944384 280 0 0 0 733 8 0 0 20 0 28 0 476481185 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367766114304 140368608220885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
[pid=16988/tid=17231] ppid=16986 vsize=28833880 memory=147978803250836 CPUtime=7.16 cores=0-7
/proc/16988/task/17231/stat : 17231 (java) R 16986 16986 14284 0 -1 4202560 199 0 0 0 707 9 0 0 20 0 28 0 476481187 29525893120 86400 33554432000 4194304 4196468 140730584987328 140367770324864 140368208873616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140730584994794 140730584994966 140730584994966 140730584997839 0
Current children cumulated CPU time: 63.48 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 347052 KiB

Child status: 0
Real time (s): 9.00019
CPU time (s): 64.1971
CPU user time (s): 63.2513
CPU system time (s): 0.945795
CPU usage (%): 713.286
Max. virtual memory (cumulated for all children) (KiB): 28947008
Max. memory (cumulated for all children) (KiB): 347572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.2513
system time used= 0.945795
maximum resident set size= 348168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196485
involuntary context switches= 253


# summary of solver processes directly reported to runsolver:
#   pid: 16986
#   total CPU time (s): 64.1971
#   total CPU user time (s): 63.2513
#   total CPU system time (s): 0.945795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097637 second user time and 0.141474 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 19:55:23
IDJOB=4404575
IDBENCH=133451
IDSOLVER=2865
FILE ID=node123/4404575-1569002163
RUNJOBID= node123-1568996144-14311
PBS_JOBID= 21704738
Free space on /tmp= 25920 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-06.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-4404575-1569002163/watcher-4404575-1569002163 -o /tmp/evaluation-result-4404575-1569002163/solver-4404575-1569002163 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568996144-14311 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1354234942 HOME/instance-4404575-1569002163.xml

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=1354234942

node123.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.49
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.49
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.49
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.49
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:        24732516 kB
MemAvailable:   31845888 kB
Buffers:           50360 kB
Cached:          7194324 kB
SwapCached:         7076 kB
Active:          3562900 kB
Inactive:        3694828 kB
Active(anon):       2968 kB
Inactive(anon):    57452 kB
Active(file):    3559932 kB
Inactive(file):  3637376 kB
Unevictable:      107156 kB
Mlocked:          107156 kB
SwapTotal:      67108860 kB
SwapFree:       66999084 kB
Dirty:             26136 kB
Writeback:             4 kB
AnonPages:        113448 kB
Mapped:            51116 kB
Shmem:             39060 kB
Slab:             374924 kB
SReclaimable:     344524 kB
SUnreclaim:        30400 kB
KernelStack:        3392 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25892 MiB
End job on node123 at 2019-09-20 19:55:32