Trace number 4404551

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 parallelOPT10 978.27 124.789

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-david.xml
MD5SUM8881d200d983e9a0f6a660f33978a65e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark8.86427
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of constraints406
Number of domains1
Minimum domain size87
Maximum domain size87
Distribution of domain sizes[{"size":87,"count":87}]
Minimum variable degree2
Maximum variable degree83
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":5},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":4},{"degree":9,"count":5},{"degree":10,"count":9},{"degree":11,"count":1},{"degree":12,"count":4},{"degree":13,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":22,"count":1},{"degree":29,"count":1},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":36,"count":1},{"degree":83,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4404551-1568994807.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404551-1568994807.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.34/0.95	c solve instance...
2.34/0.99	o 11 
2.84/1.03	o 10 
977.71/124.77	s OPTIMUM FOUND
977.71/124.77	v <instantiation>
977.71/124.77	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] </list>
977.71/124.77	v 	<values>0 1 1 2 2 0 4 2 4 1 2 3 0 1 1 2 2 4 10 6 7 3 3 0 0 0 4 3 6 1 1 4 2 0 2 0 8 0 0 3 0 0 2 2 0 9 1 0 0 1 0 4 4 3 6 0 0 3 3 1 2 0 1 0 0 3 4 1 2 1 1 0 6 8 0 0 4 0 4 2 6 0 5 4 3 0 7 </values>
977.71/124.77	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404551-1568994807/watcher-4404551-1568994807 -o /tmp/evaluation-result-4404551-1568994807/solver-4404551-1568994807 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568991066-1424 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1083313726 HOME/instance-4404551-1568994807.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
Current StackSize limit: 8192 KiB
Starting watchdog thread

solver pid=1737, runsolver pid=1734

[startup+0.100137 s]*
/proc/loadavg: 5.20 6.01 6.67 2/211 1758
/proc/meminfo: memFree=17776204/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28227396 memory=28676 CPUtime=0.12 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 5650 0 0 0 11 1 0 0 20 0 20 0 475734933 28904853504 7169 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7056849 7169 3126 1 0 7019032 0
[pid=1739/tid=1740] ppid=1737 vsize=28227396 memory=-3103912127665269910 CPUtime=0.09 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) R 1737 1737 1397 0 -1 4202560 3595 0 0 0 8 1 0 0 20 0 20 0 475734933 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686959771488 140686955562141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28227396 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28227396 memory=140051553478272 CPUtime=0 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1744] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1744/stat : 1744 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686905003152 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1745] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1745/stat : 1745 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686903949584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1746] ppid=1737 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1739/task/1746/stat : 1746 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686902897040 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1747] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1747/stat : 1747 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686901844496 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1748] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1748/stat : 1748 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 7169 33554432000 4194304 4196468 140721819546304 140686900791952 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1749] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1749/stat : 1749 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734935 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685419301360 140686955551362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1750] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1750/stat : 1750 (java) S 1737 1737 1397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475734936 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685418247584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1751] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1751/stat : 1751 (java) S 1737 1737 1397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475734936 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685417194992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1752] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1752/stat : 1752 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685416143568 140686955558811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1753] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1753/stat : 1753 (java) S 1737 1737 1397 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685415090160 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1754] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1754/stat : 1754 (java) R 1737 1737 1397 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685414037616 140686955551362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1755] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1755/stat : 1755 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140685412985072 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1756] ppid=1737 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) R 1737 1737 1397 0 -1 4202560 316 0 0 0 2 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140684701817200 140686934029888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 7169 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30132 KiB

[startup+0.21059 s]*
/proc/loadavg: 5.20 6.01 6.67 3/211 1758
/proc/meminfo: memFree=17761968/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28227396 memory=41396 CPUtime=0.33 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 9543 0 0 0 30 3 0 0 20 0 20 0 475734933 28904853504 10349 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7056849 10349 3314 1 0 7019032 0
[pid=1739/tid=1740] ppid=1737 vsize=28227396 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) R 1737 1737 1397 0 -1 4202560 6624 0 0 0 17 2 0 0 20 0 20 0 475734933 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686959769936 140686955552150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28227396 memory=3762675671640073888 CPUtime=0 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1744] ppid=1737 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1739/task/1744/stat : 1744 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686905003152 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1745] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1745/stat : 1745 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686903949584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1746] ppid=1737 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1739/task/1746/stat : 1746 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686902897040 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1747] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1747/stat : 1747 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686901844496 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1748] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1748/stat : 1748 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28904853504 10349 33554432000 4194304 4196468 140721819546304 140686900791952 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1749] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1749/stat : 1749 (java) S 1737 1737 1397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475734935 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685419301360 140686955551362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1750] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1750/stat : 1750 (java) S 1737 1737 1397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475734936 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685418247584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1751] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1751/stat : 1751 (java) S 1737 1737 1397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475734936 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685417194992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1752] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1752/stat : 1752 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685416143568 140686955558811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1753] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1753/stat : 1753 (java) S 1737 1737 1397 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685415090160 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1754] ppid=1737 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1739/task/1754/stat : 1754 (java) R 1737 1737 1397 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685414037616 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1755] ppid=1737 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/1739/task/1755/stat : 1755 (java) R 1737 1737 1397 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140685412985072 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1756] ppid=1737 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) R 1737 1737 1397 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140684701817200 140686955552150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28904853504 10349 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42852 KiB

[startup+0.310389 s]*
/proc/loadavg: 5.20 6.01 6.67 4/211 1758
/proc/meminfo: memFree=17754572/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28231652 memory=49740 CPUtime=0.51 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 10785 0 0 0 46 5 0 0 20 0 20 0 475734933 28909211648 12435 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7057913 12435 3346 1 0 7019032 0
[pid=1739/tid=1740] ppid=1737 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) R 1737 1737 1397 0 -1 4202560 7772 0 0 0 26 3 0 0 20 0 20 0 475734933 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686959771704 140686955562141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28231652 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28231652 memory=1720 CPUtime=0 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28231652 memory=6140 CPUtime=0 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1744] ppid=1737 vsize=28231652 memory=14012 CPUtime=0 cores=0-7
/proc/1739/task/1744/stat : 1744 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686905003152 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1745] ppid=1737 vsize=28231652 memory=4104 CPUtime=0 cores=0-7
/proc/1739/task/1745/stat : 1745 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686903949584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1746] ppid=1737 vsize=28231652 memory=2116 CPUtime=0 cores=0-7
/proc/1739/task/1746/stat : 1746 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686902897040 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1747] ppid=1737 vsize=28231652 memory=18572 CPUtime=0 cores=0-7
/proc/1739/task/1747/stat : 1747 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686901844496 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1748] ppid=1737 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1748/stat : 1748 (java) S 1737 1737 1397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475734934 28909211648 12466 33554432000 4194304 4196468 140721819546304 140686900791952 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1749] ppid=1737 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1749/stat : 1749 (java) S 1737 1737 1397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475734935 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685419301360 140686955551362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1750] ppid=1737 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1750/stat : 1750 (java) S 1737 1737 1397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475734936 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685418247584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1751] ppid=1737 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1751/stat : 1751 (java) S 1737 1737 1397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475734936 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685417194992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1752] ppid=1737 vsize=28231652 memory=140051434538447 CPUtime=0 cores=0-7
/proc/1739/task/1752/stat : 1752 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685416143568 140686955558811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1753] ppid=1737 vsize=28231652 memory=67 CPUtime=0.02 cores=0-7
/proc/1739/task/1753/stat : 1753 (java) S 1737 1737 1397 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685415090160 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1754] ppid=1737 vsize=28231652 memory=51172 CPUtime=0.02 cores=0-7
/proc/1739/task/1754/stat : 1754 (java) S 1737 1737 1397 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685414037616 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1755] ppid=1737 vsize=28231652 memory=53476 CPUtime=0.02 cores=0-7
/proc/1739/task/1755/stat : 1755 (java) S 1737 1737 1397 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140685412985072 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1756] ppid=1737 vsize=28231652 memory=55780 CPUtime=0.12 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) S 1737 1737 1397 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140684701817200 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28231652 memory=110297088 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28231652 memory=115843071 CPUtime=0 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734939 28909211648 12466 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51196 KiB

[startup+0.700921 s]
/proc/loadavg: 5.20 6.01 6.67 5/211 1758
/proc/meminfo: memFree=17745664/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28233776 memory=84884 CPUtime=1.52 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 14858 0 0 0 145 7 0 0 20 0 20 0 475734933 28911386624 21221 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7058444 21221 3453 1 0 7019544 0
[pid=1739/tid=1740] ppid=1737 vsize=28233776 memory=4580 CPUtime=0.68 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) R 1737 1737 1397 0 -1 4202560 9188 0 0 0 63 5 0 0 20 0 20 0 475734933 28911386624 21221 33554432000 4194304 4196468 140721819546304 140686959775136 140686955552150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28911386624 21221 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475734934 28911386624 21221 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28233776 memory=2024 CPUtime=0 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475734934 28911386624 21221 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0

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

[pid=1739/tid=1756] ppid=1737 vsize=28768336 memory=1456 CPUtime=0.81 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) S 1737 1737 1397 0 -1 1077944384 8416 0 0 0 79 2 0 0 20 0 28 0 475734939 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684701817200 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28768336 memory=697840 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475734939 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28768336 memory=920 CPUtime=0.02 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1367 0 0 0 1 1 0 0 20 0 28 0 475734939 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1775] ppid=1737 vsize=28768336 memory=4252 CPUtime=120.8 cores=0-7
/proc/1739/task/1775/stat : 1775 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12073 7 0 0 20 0 28 0 475735037 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684688628912 140686577490977 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1776] ppid=1737 vsize=28768336 memory=1728 CPUtime=120.6 cores=0-7
/proc/1739/task/1776/stat : 1776 (java) R 1737 1737 1397 0 -1 4202560 1459 0 0 0 12054 6 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684684419648 140686576712667 0 4 0 16800975 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1777] ppid=1737 vsize=28768336 memory=18572 CPUtime=120.52 cores=0-7
/proc/1739/task/1777/stat : 1777 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12047 5 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684683365984 140686576453937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1778] ppid=1737 vsize=28768336 memory=12024 CPUtime=120.4 cores=0-7
/proc/1739/task/1778/stat : 1778 (java) R 1737 1737 1397 0 -1 4202560 9922 0 0 0 12033 7 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684690735304 140686578554449 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1779] ppid=1737 vsize=28768336 memory=1556 CPUtime=120.75 cores=0-7
/proc/1739/task/1779/stat : 1779 (java) R 1737 1737 1397 0 -1 4202560 5113 0 0 0 12071 4 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684689682272 140686576712868 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1780] ppid=1737 vsize=28768336 memory=500 CPUtime=120.49 cores=0-7
/proc/1739/task/1780/stat : 1780 (java) R 1737 1737 1397 0 -1 4202560 5335 0 0 0 12044 5 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684685471808 140686578348750 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1781] ppid=1737 vsize=28768336 memory=928 CPUtime=120.64 cores=0-7
/proc/1739/task/1781/stat : 1781 (java) R 1737 1737 1397 0 -1 4202560 4062 0 0 0 12060 4 0 0 20 0 28 0 475735038 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684687577280 140686577007042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1782] ppid=1737 vsize=28768336 memory=1808 CPUtime=120.24 cores=0-7
/proc/1739/task/1782/stat : 1782 (java) R 1737 1737 1397 0 -1 4202560 3842 0 0 0 12017 7 0 0 20 0 28 0 475735039 29458776064 185833 33554432000 4194304 4196468 140721819546304 140684686524640 140686578224826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 975.28 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 744788 KiB

[startup+124.604 s]
/proc/loadavg: 7.54 6.65 6.82 9/219 1790
/proc/meminfo: memFree=17108528/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28768336 memory=745504 CPUtime=976.89 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 98006 0 0 0 97571 118 0 0 20 0 28 0 475734933 29458776064 186376 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7192084 186376 3537 1 0 7153184 0
[pid=1739/tid=1740] ppid=1737 vsize=28768336 memory=1728 CPUtime=0.94 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) S 1737 1737 1397 0 -1 1077944384 9300 0 0 0 89 5 0 0 20 0 28 0 475734933 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686959780992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28768336 memory=1412 CPUtime=0.45 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1257 0 0 0 40 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28768336 memory=3512 CPUtime=0.48 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1438 0 0 0 43 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28768336 memory=1456 CPUtime=0.46 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 1943 0 0 0 40 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1744] ppid=1737 vsize=28768336 memory=164 CPUtime=0.47 cores=0-7
/proc/1739/task/1744/stat : 1744 (java) S 1737 1737 1397 0 -1 1077944384 1196 0 0 0 42 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686905003152 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1745] ppid=1737 vsize=28768336 memory=576574510189602056 CPUtime=0.47 cores=0-7
/proc/1739/task/1745/stat : 1745 (java) S 1737 1737 1397 0 -1 1077944384 1504 0 0 0 41 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686903949584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1746] ppid=1737 vsize=28768336 memory=2670695 CPUtime=0.49 cores=0-7
/proc/1739/task/1746/stat : 1746 (java) S 1737 1737 1397 0 -1 1077944384 2686 0 0 0 43 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686902897040 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1747] ppid=1737 vsize=28768336 memory=7367994820020691277 CPUtime=0.48 cores=0-7
/proc/1739/task/1747/stat : 1747 (java) S 1737 1737 1397 0 -1 1077944384 1190 0 0 0 42 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686901844496 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1748] ppid=1737 vsize=28768336 memory=7367994820071022925 CPUtime=0.48 cores=0-7
/proc/1739/task/1748/stat : 1748 (java) S 1737 1737 1397 0 -1 1077944384 1357 0 0 0 42 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686900791952 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1749] ppid=1737 vsize=28768336 memory=590006741536699693 CPUtime=0.38 cores=0-7
/proc/1739/task/1749/stat : 1749 (java) S 1737 1737 1397 0 -1 1077944384 4337 0 0 0 30 8 0 0 20 0 28 0 475734935 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685419301360 140686955551362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1750] ppid=1737 vsize=28768336 memory=576460758282499373 CPUtime=0 cores=0-7
/proc/1739/task/1750/stat : 1750 (java) S 1737 1737 1397 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 475734936 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685418247648 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1751] ppid=1737 vsize=28768336 memory=288284472154260269 CPUtime=0 cores=0-7
/proc/1739/task/1751/stat : 1751 (java) S 1737 1737 1397 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 475734936 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685417194992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1752] ppid=1737 vsize=28768336 memory=7079765598914236496 CPUtime=0 cores=0-7
/proc/1739/task/1752/stat : 1752 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685416143568 140686955558811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1753] ppid=1737 vsize=28768336 memory=4639622827774857296 CPUtime=1.37 cores=0-7
/proc/1739/task/1753/stat : 1753 (java) S 1737 1737 1397 0 -1 1077944384 8273 0 0 0 136 1 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685415090160 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1754] ppid=1737 vsize=28768336 memory=576600396259226925 CPUtime=1.55 cores=0-7
/proc/1739/task/1754/stat : 1754 (java) S 1737 1737 1397 0 -1 1077944384 11966 0 0 0 152 3 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685414037616 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1755] ppid=1737 vsize=28768336 memory=288284472154260269 CPUtime=1.55 cores=0-7
/proc/1739/task/1755/stat : 1755 (java) S 1737 1737 1397 0 -1 1077944384 7472 0 0 0 153 2 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685412985072 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1756] ppid=1737 vsize=28768336 memory=280102868877552 CPUtime=0.81 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) S 1737 1737 1397 0 -1 1077944384 8416 0 0 0 79 2 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684701817200 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28768336 memory=288284472154260269 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28768336 memory=-2026666227646606628 CPUtime=0.02 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1367 0 0 0 1 1 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1775] ppid=1737 vsize=28768336 memory=280102871115472 CPUtime=121 cores=0-7
/proc/1739/task/1775/stat : 1775 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12093 7 0 0 20 0 28 0 475735037 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684688628912 140686576712512 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1776] ppid=1737 vsize=28768336 memory=288284472154260269 CPUtime=120.79 cores=0-7
/proc/1739/task/1776/stat : 1776 (java) R 1737 1737 1397 0 -1 4202560 1459 0 0 0 12073 6 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684684419392 140686578348486 0 4 0 16800975 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1777] ppid=1737 vsize=28768336 memory=6944656592455360604 CPUtime=120.72 cores=0-7
/proc/1739/task/1777/stat : 1777 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12067 5 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684683366080 140686578348472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1778] ppid=1737 vsize=28768336 memory=6944656592455097440 CPUtime=120.6 cores=0-7
/proc/1739/task/1778/stat : 1778 (java) R 1737 1737 1397 0 -1 4202560 9922 0 0 0 12053 7 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684690735304 140686576453890 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1779] ppid=1737 vsize=28768336 memory=280102869938888 CPUtime=120.95 cores=0-7
/proc/1739/task/1779/stat : 1779 (java) R 1737 1737 1397 0 -1 4202560 5113 0 0 0 12091 4 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684689682760 140686576713024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1780] ppid=1737 vsize=28768336 memory=6943526294502006880 CPUtime=120.69 cores=0-7
/proc/1739/task/1780/stat : 1780 (java) R 1737 1737 1397 0 -1 4202560 5335 0 0 0 12064 5 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684685470640 140686577343251 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1781] ppid=1737 vsize=28768336 memory=610365298836600109 CPUtime=120.84 cores=0-7
/proc/1739/task/1781/stat : 1781 (java) R 1737 1737 1397 0 -1 4202560 4063 0 0 0 12080 4 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684687577280 140686578704230 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1782] ppid=1737 vsize=28768336 memory=288284472154260269 CPUtime=120.44 cores=0-7
/proc/1739/task/1782/stat : 1782 (java) R 1737 1737 1397 0 -1 4202560 3842 0 0 0 12037 7 0 0 20 0 28 0 475735039 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684686524736 140686577077248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 976.89 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 746960 KiB

[startup+124.706 s]
/proc/loadavg: 7.54 6.65 6.82 9/219 1790
/proc/meminfo: memFree=17108528/32770624 swapFree=66998140/67108860
[pid=1737] ppid=1734 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (xcsp3-exec) S 1734 1737 1397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475734933 115843072 364 33554432000 4194304 5098028 140733942086032 140733942084136 139638248530556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17338368 140733942092661 140733942092905 140733942092905 140733942095818 0
/proc/1737/statm: 28282 364 305 221 0 87 0
[pid=1739] ppid=1737 vsize=28768336 memory=745504 CPUtime=977.71 cores=0-7
/proc/1739/stat : 1739 (java) S 1737 1737 1397 0 -1 1077944320 98006 0 0 0 97653 118 0 0 20 0 28 0 475734933 29458776064 186376 33554432000 4194304 4196468 140721819546304 140721819528848 140686955540215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
/proc/1739/statm: 7192084 186376 3537 1 0 7153184 0
[pid=1739/tid=1740] ppid=1737 vsize=28768336 memory=15272903708130 CPUtime=0.94 cores=0-7
/proc/1739/task/1740/stat : 1740 (java) S 1737 1737 1397 0 -1 1077944384 9300 0 0 0 89 5 0 0 20 0 28 0 475734933 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686959780992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1741] ppid=1737 vsize=28768336 memory=706356 CPUtime=0.45 cores=0-7
/proc/1739/task/1741/stat : 1741 (java) S 1737 1737 1397 0 -1 1077944384 1257 0 0 0 40 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686908160784 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1742] ppid=1737 vsize=28768336 memory=1376 CPUtime=0.48 cores=0-7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1737 1397 0 -1 1077944384 1438 0 0 0 43 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686907108240 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1743] ppid=1737 vsize=28768336 memory=1128 CPUtime=0.46 cores=0-7
/proc/1739/task/1743/stat : 1743 (java) S 1737 1737 1397 0 -1 1077944384 1943 0 0 0 40 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686906055696 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1744] ppid=1737 vsize=28768336 memory=33 CPUtime=0.47 cores=0-7
/proc/1739/task/1744/stat : 1744 (java) S 1737 1737 1397 0 -1 1077944384 1196 0 0 0 42 5 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686905003152 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1745] ppid=1737 vsize=28768336 memory=5794256289301948524 CPUtime=0.47 cores=0-7
/proc/1739/task/1745/stat : 1745 (java) S 1737 1737 1397 0 -1 1077944384 1504 0 0 0 41 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686903949584 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1746] ppid=1737 vsize=28768336 memory=652792 CPUtime=0.49 cores=0-7
/proc/1739/task/1746/stat : 1746 (java) S 1737 1737 1397 0 -1 1077944384 2686 0 0 0 43 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686902897040 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1747] ppid=1737 vsize=28768336 memory=1456 CPUtime=0.48 cores=0-7
/proc/1739/task/1747/stat : 1747 (java) S 1737 1737 1397 0 -1 1077944384 1190 0 0 0 42 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686901844496 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1748] ppid=1737 vsize=28768336 memory=9492 CPUtime=0.48 cores=0-7
/proc/1739/task/1748/stat : 1748 (java) S 1737 1737 1397 0 -1 1077944384 1357 0 0 0 42 6 0 0 20 0 28 0 475734934 29458776064 186376 33554432000 4194304 4196468 140721819546304 140686900791952 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1749] ppid=1737 vsize=28768336 memory=1548 CPUtime=0.38 cores=0-7
/proc/1739/task/1749/stat : 1749 (java) S 1737 1737 1397 0 -1 1077944384 4337 0 0 0 30 8 0 0 20 0 28 0 475734935 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685419301360 140686955551362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1750] ppid=1737 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/1739/task/1750/stat : 1750 (java) S 1737 1737 1397 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 475734936 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685418247648 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1751] ppid=1737 vsize=28768336 memory=2241 CPUtime=0 cores=0-7
/proc/1739/task/1751/stat : 1751 (java) S 1737 1737 1397 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 475734936 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685417194992 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1752] ppid=1737 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/1739/task/1752/stat : 1752 (java) S 1737 1737 1397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685416143568 140686955558811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1753] ppid=1737 vsize=28768336 memory=675048 CPUtime=1.37 cores=0-7
/proc/1739/task/1753/stat : 1753 (java) S 1737 1737 1397 0 -1 1077944384 8273 0 0 0 136 1 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685415090160 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1754] ppid=1737 vsize=28768336 memory=7450477063907600490 CPUtime=1.55 cores=0-7
/proc/1739/task/1754/stat : 1754 (java) S 1737 1737 1397 0 -1 1077944384 11966 0 0 0 152 3 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685414037616 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1755] ppid=1737 vsize=28768336 memory=280102870195616 CPUtime=1.55 cores=0-7
/proc/1739/task/1755/stat : 1755 (java) S 1737 1737 1397 0 -1 1077944384 7472 0 0 0 153 2 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140685412985072 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1756] ppid=1737 vsize=28768336 memory=6689 CPUtime=0.81 cores=0-7
/proc/1739/task/1756/stat : 1756 (java) S 1737 1737 1397 0 -1 1077944384 8416 0 0 0 79 2 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684701817200 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1757] ppid=1737 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/1739/task/1757/stat : 1757 (java) S 1737 1737 1397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684700764896 140686955550421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1758] ppid=1737 vsize=28768336 memory=12062 CPUtime=0.02 cores=0-7
/proc/1739/task/1758/stat : 1758 (java) S 1737 1737 1397 0 -1 1077944384 1367 0 0 0 1 1 0 0 20 0 28 0 475734939 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684699712432 140686955551362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1775] ppid=1737 vsize=28768336 memory=12051 CPUtime=121.1 cores=0-7
/proc/1739/task/1775/stat : 1775 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12103 7 0 0 20 0 28 0 475735037 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684688628912 140686576714290 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1776] ppid=1737 vsize=28768336 memory=12086 CPUtime=120.9 cores=0-7
/proc/1739/task/1776/stat : 1776 (java) R 1737 1737 1397 0 -1 4202560 1459 0 0 0 12084 6 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684684419552 140686577492768 0 4 0 16800975 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1777] ppid=1737 vsize=28768336 memory=18572 CPUtime=120.82 cores=0-7
/proc/1739/task/1777/stat : 1777 (java) R 1737 1737 1397 0 -1 4202560 1361 0 0 0 12077 5 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684683365984 140686576716041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1778] ppid=1737 vsize=28768336 memory=12024 CPUtime=120.7 cores=0-7
/proc/1739/task/1778/stat : 1778 (java) R 1737 1737 1397 0 -1 4202560 9922 0 0 0 12063 7 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684690734736 140686570525154 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1779] ppid=1737 vsize=28768336 memory=1556 CPUtime=121.05 cores=0-7
/proc/1739/task/1779/stat : 1779 (java) R 1737 1737 1397 0 -1 4202560 5113 0 0 0 12101 4 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684689682272 140686578600188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1780] ppid=1737 vsize=28768336 memory=743332 CPUtime=120.8 cores=0-7
/proc/1739/task/1780/stat : 1780 (java) R 1737 1737 1397 0 -1 4202560 5335 0 0 0 12075 5 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684685471712 140686576713506 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1781] ppid=1737 vsize=28768336 memory=3624 CPUtime=120.94 cores=0-7
/proc/1739/task/1781/stat : 1781 (java) R 1737 1737 1397 0 -1 4202560 4063 0 0 0 12090 4 0 0 20 0 28 0 475735038 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684687577184 140686576712489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
[pid=1739/tid=1782] ppid=1737 vsize=28768336 memory=43524 CPUtime=120.54 cores=0-7
/proc/1739/task/1782/stat : 1782 (java) R 1737 1737 1397 0 -1 4202560 3842 0 0 0 12047 7 0 0 20 0 28 0 475735039 29458776064 186376 33554432000 4194304 4196468 140721819546304 140684686524736 140686577561400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18886656 140721819550698 140721819550870 140721819550870 140721819553743 0
Current children cumulated CPU time: 977.71 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 746960 KiB

Child status: 0
Real time (s): 124.789
CPU time (s): 978.27
CPU user time (s): 977.073
CPU system time (s): 1.1966
CPU usage (%): 783.939
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 746960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.073
system time used= 1.1966
maximum resident set size= 746360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77541
involuntary context switches= 10238


# summary of solver processes directly reported to runsolver:
#   pid: 1737
#   total CPU time (s): 978.27
#   total CPU user time (s): 977.073
#   total CPU system time (s): 1.1966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38922 second user time and 1.14249 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 16:52:06
IDJOB=4404551
IDBENCH=120637
IDSOLVER=2865
FILE ID=node106/4404551-1568994807
RUNJOBID= node106-1568991066-1424
PBS_JOBID= 21704730
Free space on /tmp= 23488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-david.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-4404551-1568994807/watcher-4404551-1568994807 -o /tmp/evaluation-result-4404551-1568994807/solver-4404551-1568994807 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568991066-1424 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1083313726 HOME/instance-4404551-1568994807.xml

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

MD5SUM BENCH= 8881d200d983e9a0f6a660f33978a65e
RANDOM SEED=1083313726

node106.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.79
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.79
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.79
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.79
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:        17791788 kB
MemAvailable:   31851728 kB
Buffers:           61092 kB
Cached:         14071932 kB
SwapCached:         4044 kB
Active:          6738452 kB
Inactive:        7402588 kB
Active(anon):       4332 kB
Inactive(anon):    46076 kB
Active(file):    6734120 kB
Inactive(file):  7356512 kB
Unevictable:      109088 kB
Mlocked:          109088 kB
SwapTotal:      67108860 kB
SwapFree:       66998140 kB
Dirty:             26104 kB
Writeback:             0 kB
AnonPages:        232620 kB
Mapped:            48840 kB
Shmem:             33904 kB
Slab:             427112 kB
SReclaimable:     397768 kB
SUnreclaim:        29344 kB
KernelStack:        3712 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23460 MiB
End job on node106 at 2019-09-20 16:54:11