Trace number 4404867

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 parallelOPT1109 212.026 28.5629

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-03.xml
MD5SUM370e5889e420807efe2c272780cce411
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1109
Best CPU time to get the best result obtained on this benchmark92.4734
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-4404867-1569004660.xml"  -tl '2016s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404867-1569004660.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.72/0.47	c solve instance...
0.72/0.50	o 113 
0.72/0.51	o 561 
1.03/0.52	o 616 
1.03/0.52	o 621 
1.03/0.53	o 630 
1.03/0.54	o 636 
1.03/0.55	o 701 
1.03/0.55	o 705 
1.03/0.55	o 712 
1.03/0.55	o 725 
1.03/0.56	o 733 
1.03/0.56	o 782 
1.03/0.57	o 813 
1.03/0.57	o 840 
1.03/0.58	o 872 
1.03/0.58	o 965 
1.64/0.64	o 990 
1.64/0.67	o 1017 
2.33/0.72	o 1025 
2.33/0.75	o 1061 
3.04/0.80	o 1062 
3.04/0.84	o 1071 
3.04/0.86	o 1091 
4.52/1.08	o 1098 
6.76/1.30	o 1100 
6.76/1.31	o 1102 
6.76/1.37	o 1109 
211.62/28.55	s OPTIMUM FOUND
211.62/28.55	v <instantiation>
211.62/28.55	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>
211.62/28.55	v 	<values>0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 </values>
211.62/28.55	v </instantiation>

Verifier Data

OK	1109

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404867-1569004660/watcher-4404867-1569004660 -o /var/tmp/evaluation-result-4404867-1569004660/solver-4404867-1569004660 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 127559102 HOME/instance-4404867-1569004660.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 8.18 8.17 8.13 2/211 32710
/proc/meminfo: memFree=25745548/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28227396 memory=28944 CPUtime=0.13 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 5711 0 0 0 12 1 0 0 20 0 20 0 476402422 28904853504 7236 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7056849 7236 3122 1 0 7019032 0
[pid=32691/tid=32692] ppid=32689 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) R 32689 32689 23748 0 -1 4202560 3614 0 0 0 8 0 0 0 20 0 20 0 476402423 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928820860720 139928816649373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28227396 memory=140581943285376 CPUtime=0 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32696] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32696/stat : 32696 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928766090384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32697] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32697/stat : 32697 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928765036816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32698] ppid=32689 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32698/stat : 32698 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928763984272 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32699] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32699/stat : 32699 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928762931728 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32700] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32700/stat : 32700 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 7236 33554432000 4194304 4196468 140733738712912 139928761879184 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32701] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32701/stat : 32701 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402425 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926945040880 139928816638594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32702] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32702/stat : 32702 (java) S 32689 32689 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476402426 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926943987104 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32703] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32703/stat : 32703 (java) S 32689 32689 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476402426 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926942934512 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32704] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32704/stat : 32704 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926941883088 139928816646043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32705] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32705/stat : 32705 (java) R 32689 32689 23748 0 -1 4202560 294 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926940829680 139928816639382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32706] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32706/stat : 32706 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926939777136 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32707] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32707/stat : 32707 (java) S 32689 32689 23748 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926938724592 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32708] ppid=32689 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) R 32689 32689 23748 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926937672048 139928795139185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402429 28904853504 7236 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30400 KiB

[startup+0.213752 s]*
/proc/loadavg: 8.18 8.17 8.13 2/211 32710
/proc/meminfo: memFree=25732184/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28227396 memory=41152 CPUtime=0.34 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 9537 0 0 0 32 2 0 0 20 0 20 0 476402422 28904853504 10288 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7056849 10288 3301 1 0 7019032 0
[pid=32691/tid=32692] ppid=32689 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) R 32689 32689 23748 0 -1 4202560 6659 0 0 0 18 2 0 0 20 0 20 0 476402423 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928820858976 139928800707934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28227396 memory=288370958094997120 CPUtime=0 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32696] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32696/stat : 32696 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928766090384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32697] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32697/stat : 32697 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928765036816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32698] ppid=32689 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32698/stat : 32698 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928763984272 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32699] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32699/stat : 32699 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928762931728 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32700] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32700/stat : 32700 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402424 28904853504 10288 33554432000 4194304 4196468 140733738712912 139928761879184 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32701] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32701/stat : 32701 (java) S 32689 32689 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476402425 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926945040880 139928816638594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32702] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32702/stat : 32702 (java) S 32689 32689 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476402426 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926943987104 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32703] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32703/stat : 32703 (java) S 32689 32689 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476402426 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926942934512 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32704] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32704/stat : 32704 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926941883088 139928816646043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32705] ppid=32689 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32691/task/32705/stat : 32705 (java) S 32689 32689 23748 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926940829680 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32706] ppid=32689 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32691/task/32706/stat : 32706 (java) S 32689 32689 23748 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926939777136 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32707] ppid=32689 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/32691/task/32707/stat : 32707 (java) S 32689 32689 23748 0 -1 1077944384 297 0 0 0 2 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926938724592 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32708] ppid=32689 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) R 32689 32689 23748 0 -1 4202560 792 0 0 0 8 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926937672048 139928816639382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402428 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402429 28904853504 10288 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42608 KiB

[startup+0.31156 s]*
/proc/loadavg: 8.18 8.17 8.13 4/211 32710
/proc/meminfo: memFree=25724788/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28231652 memory=50140 CPUtime=0.53 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 10908 0 0 0 50 3 0 0 20 0 20 0 476402422 28909211648 12535 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7057913 12535 3363 1 0 7019032 0
[pid=32691/tid=32692] ppid=32689 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) R 32689 32689 23748 0 -1 4202560 7829 0 0 0 27 2 0 0 20 0 20 0 476402423 28909211648 12535 33554432000 4194304 4196468 140733738712912 139928820858560 139928800707934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12535 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12535 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12535 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32696] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32696/stat : 32696 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12600 33554432000 4194304 4196468 140733738712912 139928766090384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32697] ppid=32689 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32691/task/32697/stat : 32697 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12600 33554432000 4194304 4196468 140733738712912 139928765036816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32698] ppid=32689 vsize=28231652 memory=140581795885999 CPUtime=0 cores=0-7
/proc/32691/task/32698/stat : 32698 (java) S 32689 32689 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12600 33554432000 4194304 4196468 140733738712912 139928763984272 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32699] ppid=32689 vsize=28231652 memory=140581795888304 CPUtime=0 cores=0-7
/proc/32691/task/32699/stat : 32699 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12600 33554432000 4194304 4196468 140733738712912 139928762931728 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32700] ppid=32689 vsize=28231652 memory=3472464479977059808 CPUtime=0 cores=0-7
/proc/32691/task/32700/stat : 32700 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402424 28909211648 12600 33554432000 4194304 4196468 140733738712912 139928761879184 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32701] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32701/stat : 32701 (java) S 32689 32689 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476402425 28909211648 12600 33554432000 4194304 4196468 140733738712912 139926945040880 139928816638594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32702] ppid=32689 vsize=28231652 memory=281163591788176 CPUtime=0 cores=0-7
/proc/32691/task/32702/stat : 32702 (java) S 32689 32689 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476402426 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926943987104 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32703] ppid=32689 vsize=28231652 memory=281163591795088 CPUtime=0 cores=0-7
/proc/32691/task/32703/stat : 32703 (java) S 32689 32689 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476402426 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926942934512 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32704] ppid=32689 vsize=28231652 memory=281163591736336 CPUtime=0 cores=0-7
/proc/32691/task/32704/stat : 32704 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926941883088 139928816646043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32705] ppid=32689 vsize=28231652 memory=281163591808912 CPUtime=0.03 cores=0-7
/proc/32691/task/32705/stat : 32705 (java) R 32689 32689 23748 0 -1 4202560 516 0 0 0 3 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926940810696 139928801548677 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32706] ppid=32689 vsize=28231652 memory=281163591815824 CPUtime=0.02 cores=0-7
/proc/32691/task/32706/stat : 32706 (java) S 32689 32689 23748 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926939777136 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32707] ppid=32689 vsize=28231652 memory=281163591813520 CPUtime=0.03 cores=0-7
/proc/32691/task/32707/stat : 32707 (java) S 32689 32689 23748 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926938724592 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32708] ppid=32689 vsize=28231652 memory=281163591829680 CPUtime=0.12 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) S 32689 32689 23748 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926937672048 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476402428 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476402429 28909211648 12605 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51596 KiB

[startup+0.708232 s]
/proc/loadavg: 8.18 8.17 8.13 3/219 32726
/proc/meminfo: memFree=25674992/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28832852 memory=186160 CPUtime=2.33 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 18488 0 0 0 224 9 0 0 20 0 28 0 476402422 29524840448 46540 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7208213 46540 3486 1 0 7169313 0
[pid=32691/tid=32692] ppid=32689 vsize=28832852 memory=281163592187568 CPUtime=0.47 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) S 32689 32689 23748 0 -1 1077944384 9059 0 0 0 44 3 0 0 20 0 28 0 476402423 29524840448 46540 33554432000 4194304 4196468 140733738712912 139928820868224 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28832852 memory=140581796094832 CPUtime=0 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 476402424 29524840448 46540 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 476402424 29524840448 46540 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476402424 29524840448 46540 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0

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

[pid=32691/tid=32708] ppid=32689 vsize=28832852 memory=1534 CPUtime=0.5 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) S 32689 32689 23748 0 -1 1077944384 4100 0 0 0 49 1 0 0 20 0 28 0 476402428 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926937672048 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28832852 memory=1 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476402428 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1071 0 0 0 0 0 0 0 20 0 28 0 476402429 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=468] ppid=32689 vsize=28832852 memory=1 CPUtime=24.64 cores=0-7
/proc/32691/task/468/stat : 468 (java) S 32689 32689 23748 0 -1 1077944384 791 0 0 0 2445 19 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926924245200 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=469] ppid=32689 vsize=28832852 memory=0 CPUtime=24.33 cores=0-7
/proc/32691/task/469/stat : 469 (java) S 32689 32689 23748 0 -1 1077944384 466 0 0 0 2415 18 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926917931280 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=470] ppid=32689 vsize=28832852 memory=140581795861606 CPUtime=24.52 cores=0-7
/proc/32691/task/470/stat : 470 (java) S 32689 32689 23748 0 -1 1077944384 804 0 0 0 2435 17 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926925299328 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=471] ppid=32689 vsize=28832852 memory=281163592107136 CPUtime=24.94 cores=0-7
/proc/32691/task/471/stat : 471 (java) S 32689 32689 23748 0 -1 1077944384 903 0 0 0 2480 14 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926923193696 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=472] ppid=32689 vsize=28832852 memory=6944656592455097440 CPUtime=24.85 cores=0-7
/proc/32691/task/472/stat : 472 (java) S 32689 32689 23748 0 -1 1077944384 621 0 0 0 2465 20 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926918979984 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=473] ppid=32689 vsize=28832852 memory=0 CPUtime=24.87 cores=0-7
/proc/32691/task/473/stat : 473 (java) S 32689 32689 23748 0 -1 1077944384 1027 0 0 0 2470 17 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926926348816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=474] ppid=32689 vsize=28832852 memory=0 CPUtime=24.94 cores=0-7
/proc/32691/task/474/stat : 474 (java) S 32689 32689 23748 0 -1 1077944384 869 0 0 0 2477 17 0 0 20 0 28 0 476402560 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926921085584 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=475] ppid=32689 vsize=28832852 memory=0 CPUtime=24.42 cores=0-7
/proc/32691/task/475/stat : 475 (java) S 32689 32689 23748 0 -1 1077944384 857 0 0 0 2422 20 0 0 20 0 28 0 476402561 29524840448 159706 33554432000 4194304 4196468 140733738712912 139926922138384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 207.81 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 640280 KiB

[startup+28.4019 s]
/proc/loadavg: 7.86 8.09 8.10 8/219 479
/proc/meminfo: memFree=25135976/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28832852 memory=647016 CPUtime=210.85 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 54987 0 0 0 20891 194 0 0 20 0 28 0 476402422 29524840448 161754 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7208213 161754 3519 1 0 7169313 0
[pid=32691/tid=32692] ppid=32689 vsize=28832852 memory=624556 CPUtime=0.47 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) S 32689 32689 23748 0 -1 1077944384 9059 0 0 0 44 3 0 0 20 0 28 0 476402423 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928820868224 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28832852 memory=13996 CPUtime=0.1 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 729 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28832852 memory=14080 CPUtime=0.12 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 409 0 0 0 8 4 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28832852 memory=1456 CPUtime=0.12 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 363 0 0 0 9 3 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32696] ppid=32689 vsize=28832852 memory=623976 CPUtime=0.1 cores=0-7
/proc/32691/task/32696/stat : 32696 (java) S 32689 32689 23748 0 -1 1077944384 553 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928766090384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32697] ppid=32689 vsize=28832852 memory=55148 CPUtime=0.11 cores=0-7
/proc/32691/task/32697/stat : 32697 (java) S 32689 32689 23748 0 -1 1077944384 1026 0 0 0 7 4 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928765036816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32698] ppid=32689 vsize=28832852 memory=988 CPUtime=0.1 cores=0-7
/proc/32691/task/32698/stat : 32698 (java) S 32689 32689 23748 0 -1 1077944384 465 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928763984272 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32699] ppid=32689 vsize=28832852 memory=4104 CPUtime=0.09 cores=0-7
/proc/32691/task/32699/stat : 32699 (java) S 32689 32689 23748 0 -1 1077944384 472 0 0 0 7 2 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928762931728 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32700] ppid=32689 vsize=28832852 memory=1412 CPUtime=0.11 cores=0-7
/proc/32691/task/32700/stat : 32700 (java) S 32689 32689 23748 0 -1 1077944384 375 0 0 0 8 3 0 0 20 0 28 0 476402424 29524840448 161754 33554432000 4194304 4196468 140733738712912 139928761879184 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32701] ppid=32689 vsize=28832852 memory=3028 CPUtime=0.05 cores=0-7
/proc/32691/task/32701/stat : 32701 (java) S 32689 32689 23748 0 -1 1077944384 1780 0 0 0 4 1 0 0 20 0 28 0 476402425 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926945040880 139928816638594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32702] ppid=32689 vsize=28832852 memory=1456 CPUtime=0 cores=0-7
/proc/32691/task/32702/stat : 32702 (java) S 32689 32689 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476402426 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926943987168 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32703] ppid=32689 vsize=28832852 memory=864 CPUtime=0 cores=0-7
/proc/32691/task/32703/stat : 32703 (java) S 32689 32689 23748 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476402426 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926942934512 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32704] ppid=32689 vsize=28832852 memory=1976 CPUtime=0 cores=0-7
/proc/32691/task/32704/stat : 32704 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926941883088 139928816646043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32705] ppid=32689 vsize=28832852 memory=2496 CPUtime=1.16 cores=0-7
/proc/32691/task/32705/stat : 32705 (java) S 32689 32689 23748 0 -1 1077944384 7813 0 0 0 113 3 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926940829680 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32706] ppid=32689 vsize=28832852 memory=1760 CPUtime=1.35 cores=0-7
/proc/32691/task/32706/stat : 32706 (java) S 32689 32689 23748 0 -1 1077944384 9257 0 0 0 132 3 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926939777136 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32707] ppid=32689 vsize=28832852 memory=111636 CPUtime=1.12 cores=0-7
/proc/32691/task/32707/stat : 32707 (java) S 32689 32689 23748 0 -1 1077944384 5789 0 0 0 110 2 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926938724592 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32708] ppid=32689 vsize=28832852 memory=804 CPUtime=0.5 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) S 32689 32689 23748 0 -1 1077944384 4100 0 0 0 49 1 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926937672048 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28832852 memory=1804 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476402428 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28832852 memory=916 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1071 0 0 0 0 0 0 0 20 0 28 0 476402429 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=468] ppid=32689 vsize=28832852 memory=4764 CPUtime=25.01 cores=0-7
/proc/32691/task/468/stat : 468 (java) R 32689 32689 23748 0 -1 4202560 792 0 0 0 2482 19 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926924246208 139928444506739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=469] ppid=32689 vsize=28832852 memory=1660 CPUtime=24.7 cores=0-7
/proc/32691/task/469/stat : 469 (java) R 32689 32689 23748 0 -1 4202560 467 0 0 0 2452 18 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926917931520 139928444108014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=470] ppid=32689 vsize=28832852 memory=4104 CPUtime=24.89 cores=0-7
/proc/32691/task/470/stat : 470 (java) R 32689 32689 23748 0 -1 4202560 804 0 0 0 2472 17 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926925299328 139928444303755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=471] ppid=32689 vsize=28832852 memory=2241 CPUtime=25.31 cores=0-7
/proc/32691/task/471/stat : 471 (java) R 32689 32689 23748 0 -1 4202560 904 0 0 0 2517 14 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926923194112 139928446077222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=472] ppid=32689 vsize=28832852 memory=2244 CPUtime=25.23 cores=0-7
/proc/32691/task/472/stat : 472 (java) R 32689 32689 23748 0 -1 4202560 623 0 0 0 2503 20 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926918983456 140733739190029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=473] ppid=32689 vsize=28832852 memory=712 CPUtime=25.24 cores=0-7
/proc/32691/task/473/stat : 473 (java) R 32689 32689 23748 0 -1 4202560 1027 0 0 0 2507 17 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926926352288 139928446077161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=474] ppid=32689 vsize=28832852 memory=6656426216303648864 CPUtime=25.32 cores=0-7
/proc/32691/task/474/stat : 474 (java) R 32689 32689 23748 0 -1 4202560 869 0 0 0 2515 17 0 0 20 0 28 0 476402560 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926921089056 139928444506709 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=475] ppid=32689 vsize=28832852 memory=6656426216303648864 CPUtime=24.78 cores=0-7
/proc/32691/task/475/stat : 475 (java) R 32689 32689 23748 0 -1 1077944384 859 0 0 0 2458 20 0 0 20 0 28 0 476402561 29524840448 161754 33554432000 4194304 4196468 140733738712912 139926922141952 139928816637653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 210.85 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 648472 KiB

[startup+28.5015 s]
/proc/loadavg: 7.86 8.09 8.10 8/219 479
/proc/meminfo: memFree=25135976/32770624 swapFree=66966844/67108860
[pid=32689] ppid=32686 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32689/stat : 32689 (xcsp3-exec) S 32686 32689 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476402422 115843072 364 33554432000 4194304 5098028 140725359134752 140725359132856 140586249749116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31047680 140725359137624 140725359137882 140725359137882 140725359140806 0
/proc/32689/statm: 28282 364 305 221 0 87 0
[pid=32691] ppid=32689 vsize=28832852 memory=647528 CPUtime=211.62 cores=0-7
/proc/32691/stat : 32691 (java) S 32689 32689 23748 0 -1 1077944320 55001 0 0 0 20967 195 0 0 20 0 28 0 476402422 29524840448 161882 33554432000 4194304 4196468 140733738712912 140733738695456 139928816627447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
/proc/32691/statm: 7208213 161882 3519 1 0 7169313 0
[pid=32691/tid=32692] ppid=32689 vsize=28832852 memory=637236 CPUtime=0.47 cores=0-7
/proc/32691/task/32692/stat : 32692 (java) S 32689 32689 23748 0 -1 1077944384 9059 0 0 0 44 3 0 0 20 0 28 0 476402423 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928820868224 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32693] ppid=32689 vsize=28832852 memory=0 CPUtime=0.1 cores=0-7
/proc/32691/task/32693/stat : 32693 (java) S 32689 32689 23748 0 -1 1077944384 730 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928769248016 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32694] ppid=32689 vsize=28832852 memory=1456 CPUtime=0.12 cores=0-7
/proc/32691/task/32694/stat : 32694 (java) S 32689 32689 23748 0 -1 1077944384 411 0 0 0 8 4 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928768195472 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32695] ppid=32689 vsize=28832852 memory=637236 CPUtime=0.12 cores=0-7
/proc/32691/task/32695/stat : 32695 (java) S 32689 32689 23748 0 -1 1077944384 364 0 0 0 9 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928767142928 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32696] ppid=32689 vsize=28832852 memory=647016 CPUtime=0.1 cores=0-7
/proc/32691/task/32696/stat : 32696 (java) S 32689 32689 23748 0 -1 1077944384 556 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928766090384 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32697] ppid=32689 vsize=28832852 memory=1456 CPUtime=0.11 cores=0-7
/proc/32691/task/32697/stat : 32697 (java) S 32689 32689 23748 0 -1 1077944384 1027 0 0 0 7 4 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928765036816 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32698] ppid=32689 vsize=28832852 memory=281163592208992 CPUtime=0.1 cores=0-7
/proc/32691/task/32698/stat : 32698 (java) S 32689 32689 23748 0 -1 1077944384 466 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928763984272 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32699] ppid=32689 vsize=28832852 memory=164 CPUtime=0.1 cores=0-7
/proc/32691/task/32699/stat : 32699 (java) S 32689 32689 23748 0 -1 1077944384 473 0 0 0 7 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928762931728 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32700] ppid=32689 vsize=28832852 memory=0 CPUtime=0.11 cores=0-7
/proc/32691/task/32700/stat : 32700 (java) S 32689 32689 23748 0 -1 1077944384 378 0 0 0 8 3 0 0 20 0 28 0 476402424 29524840448 161882 33554432000 4194304 4196468 140733738712912 139928761879184 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32701] ppid=32689 vsize=28832852 memory=1456 CPUtime=0.06 cores=0-7
/proc/32691/task/32701/stat : 32701 (java) S 32689 32689 23748 0 -1 1077944384 1780 0 0 0 5 1 0 0 20 0 28 0 476402425 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926945040880 139928816638594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32702] ppid=32689 vsize=28832852 memory=623648 CPUtime=0 cores=0-7
/proc/32691/task/32702/stat : 32702 (java) S 32689 32689 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476402426 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926943987168 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32703] ppid=32689 vsize=28832852 memory=281163592127168 CPUtime=0 cores=0-7
/proc/32691/task/32703/stat : 32703 (java) S 32689 32689 23748 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476402426 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926942934512 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32704] ppid=32689 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32704/stat : 32704 (java) S 32689 32689 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926941883088 139928816646043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32705] ppid=32689 vsize=28832852 memory=3608 CPUtime=1.16 cores=0-7
/proc/32691/task/32705/stat : 32705 (java) S 32689 32689 23748 0 -1 1077944384 7813 0 0 0 113 3 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926940829680 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32706] ppid=32689 vsize=28832852 memory=55148 CPUtime=1.35 cores=0-7
/proc/32691/task/32706/stat : 32706 (java) S 32689 32689 23748 0 -1 1077944384 9257 0 0 0 132 3 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926939777136 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32707] ppid=32689 vsize=28832852 memory=1444 CPUtime=1.12 cores=0-7
/proc/32691/task/32707/stat : 32707 (java) S 32689 32689 23748 0 -1 1077944384 5789 0 0 0 110 2 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926938724592 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32708] ppid=32689 vsize=28832852 memory=864 CPUtime=0.5 cores=0-7
/proc/32691/task/32708/stat : 32708 (java) S 32689 32689 23748 0 -1 1077944384 4100 0 0 0 49 1 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926937672048 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32709] ppid=32689 vsize=28832852 memory=281163591962784 CPUtime=0 cores=0-7
/proc/32691/task/32709/stat : 32709 (java) S 32689 32689 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476402428 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926936619744 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=32710] ppid=32689 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/32691/task/32710/stat : 32710 (java) S 32689 32689 23748 0 -1 1077944384 1071 0 0 0 0 0 0 0 20 0 28 0 476402429 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926935567280 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=468] ppid=32689 vsize=28832852 memory=0 CPUtime=25.11 cores=0-7
/proc/32691/task/468/stat : 468 (java) R 32689 32689 23748 0 -1 4202560 792 0 0 0 2491 20 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926924246208 139928444506439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=469] ppid=32689 vsize=28832852 memory=1456 CPUtime=24.79 cores=0-7
/proc/32691/task/469/stat : 469 (java) R 32689 32689 23748 0 -1 4202560 467 0 0 0 2461 18 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926917931424 139928796352576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=470] ppid=32689 vsize=28832852 memory=1456 CPUtime=24.99 cores=0-7
/proc/32691/task/470/stat : 470 (java) R 32689 32689 23748 0 -1 4202560 805 0 0 0 2482 17 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926925299232 139928800966224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=471] ppid=32689 vsize=28832852 memory=3608 CPUtime=25.42 cores=0-7
/proc/32691/task/471/stat : 471 (java) S 32689 32689 23748 0 -1 1077944384 904 0 0 0 2527 15 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926923194016 139928816638594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=472] ppid=32689 vsize=28832852 memory=3608 CPUtime=25.32 cores=0-7
/proc/32691/task/472/stat : 472 (java) S 32689 32689 23748 0 -1 1077944384 623 0 0 0 2512 20 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926918983552 139928816637653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=473] ppid=32689 vsize=28832852 memory=55148 CPUtime=25.34 cores=0-7
/proc/32691/task/473/stat : 473 (java) R 32689 32689 23748 0 -1 4202560 1027 0 0 0 2517 17 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926926352384 139928441712757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=474] ppid=32689 vsize=28832852 memory=988 CPUtime=25.41 cores=0-7
/proc/32691/task/474/stat : 474 (java) R 32689 32689 23748 0 -1 4202560 869 0 0 0 2524 17 0 0 20 0 28 0 476402560 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926921089152 139928444872795 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
[pid=32691/tid=475] ppid=32689 vsize=28832852 memory=2020 CPUtime=24.88 cores=0-7
/proc/32691/task/475/stat : 475 (java) R 32689 32689 23748 0 -1 1077944384 859 0 0 0 2467 21 0 0 20 0 28 0 476402561 29524840448 161882 33554432000 4194304 4196468 140733738712912 139926922141952 139928816637653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36724736 140733738718172 140733738718347 140733738718347 140733738721231 0
Current children cumulated CPU time: 211.62 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 648984 KiB

Child status: 0
Real time (s): 28.5629
CPU time (s): 212.026
CPU user time (s): 210.046
CPU system time (s): 1.97978
CPU usage (%): 742.312
Max. virtual memory (cumulated for all children) (KiB): 28947728
Max. memory (cumulated for all children) (KiB): 648984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.046
system time used= 1.97978
maximum resident set size= 649064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 447874
involuntary context switches= 757


# summary of solver processes directly reported to runsolver:
#   pid: 32689
#   total CPU time (s): 212.026
#   total CPU user time (s): 210.046
#   total CPU system time (s): 1.97978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.270582 second user time and 0.360957 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 20:36:57
IDJOB=4404867
IDBENCH=133453
IDSOLVER=2866
FILE ID=node145/4404867-1569004660
RUNJOBID= node145-1568994215-23775
PBS_JOBID= 21704717
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404867-1569004660/watcher-4404867-1569004660 -o /var/tmp/evaluation-result-4404867-1569004660/solver-4404867-1569004660 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 127559102 HOME/instance-4404867-1569004660.xml

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

MD5SUM BENCH= 370e5889e420807efe2c272780cce411
RANDOM SEED=127559102

node145.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.59
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.59
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.59
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.59
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:        25762236 kB
MemAvailable:   31817996 kB
Buffers:           97512 kB
Cached:          6119584 kB
SwapCached:        32484 kB
Active:          3018376 kB
Inactive:        3233600 kB
Active(anon):       3848 kB
Inactive(anon):    79836 kB
Active(file):    3014528 kB
Inactive(file):  3153764 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:        117708 kB
Mapped:            50764 kB
Shmem:             40640 kB
Slab:             344816 kB
SReclaimable:     315928 kB
SUnreclaim:        28888 kB
KernelStack:        3648 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506808 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node145 at 2019-09-20 20:37:26