Trace number 4404226

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT 979.992 123.766

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404226-1569012465.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404226-1569012465.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.37/1.38	c solve instance...
979.65/123.74	s SATISFIABLE
979.65/123.74	v <instantiation>
979.65/123.74	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] </list>
979.65/123.74	v 	<values>24 24 45 20 46 59 51 58 10 0 19 46 67 19 43 25 26 41 0 26 59 58 57 33 0 0 52 53 53 51 19 43 18 49 51 51 55 26 43 66 38 2 38 0 61 18 0 21 57 56 0 25 </values>
979.65/123.74	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404226-1569012465/watcher-4404226-1569012465 -o /var/tmp/evaluation-result-4404226-1569012465/solver-4404226-1569012465 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569005419-13542 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1955241530 HOME/instance-4404226-1569012465.xml 

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

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


[startup+0.100116 s]*
/proc/loadavg: 7.76 8.21 8.29 3/211 14822
/proc/meminfo: memFree=26186980/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28227396 memory=28932 CPUtime=0.12 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 5712 0 0 0 11 1 0 0 20 0 20 0 477495128 28904853504 7233 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7056849 7233 3122 1 0 7019032 0
[pid=14803/tid=14804] ppid=14801 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) R 14801 14801 13515 0 -1 4202560 3618 0 0 0 8 0 0 0 20 0 20 0 477495128 28904853504 7233 33554432000 4194304 4196468 140721866593712 139962041058112 139962017470514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28227396 memory=140704622962304 CPUtime=0 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14808] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14808/stat : 14808 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961986288784 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14809] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14809/stat : 14809 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961985235216 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14810] ppid=14801 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14810/stat : 14810 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961984182672 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14811] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14811/stat : 14811 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961983130128 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14812] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14812/stat : 14812 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 7233 33554432000 4194304 4196468 140721866593712 139961982077584 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14813] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14813/stat : 14813 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495130 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960165452272 139962036836994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14814] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14814/stat : 14814 (java) S 14801 14801 13515 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477495131 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960164398496 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14815] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14815/stat : 14815 (java) S 14801 14801 13515 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477495131 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960163345904 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14816] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14816/stat : 14816 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495133 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960162294480 139962036844443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14817] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14817/stat : 14817 (java) S 14801 14801 13515 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 477495133 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960161241072 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14818] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14818/stat : 14818 (java) S 14801 14801 13515 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477495133 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960160188528 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14819] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14819/stat : 14819 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495133 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960159135984 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14820] ppid=14801 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) R 14801 14801 13515 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 20 0 477495133 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960158083440 139962036847194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495134 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495134 28904853504 7233 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30380 KiB

[startup+0.210346 s]*
/proc/loadavg: 7.76 8.21 8.29 2/211 14822
/proc/meminfo: memFree=26172416/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28227396 memory=40932 CPUtime=0.33 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 9506 0 0 0 30 3 0 0 20 0 20 0 477495128 28904853504 10233 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7056849 10233 3298 1 0 7019032 0
[pid=14803/tid=14804] ppid=14801 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) R 14801 14801 13515 0 -1 4202560 6654 0 0 0 18 2 0 0 20 0 20 0 477495128 28904853504 10233 33554432000 4194304 4196468 140721866593712 139962041056496 139962020906334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28227396 memory=3907356648860411552 CPUtime=0 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14808] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14808/stat : 14808 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961986288784 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14809] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14809/stat : 14809 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961985235216 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14810] ppid=14801 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14810/stat : 14810 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961984182672 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14811] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14811/stat : 14811 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961983130128 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14812] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14812/stat : 14812 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495129 28904853504 10233 33554432000 4194304 4196468 140721866593712 139961982077584 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14813] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14813/stat : 14813 (java) S 14801 14801 13515 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477495130 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960165452272 139962036836994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14814] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14814/stat : 14814 (java) S 14801 14801 13515 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477495131 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960164398496 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14815] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14815/stat : 14815 (java) S 14801 14801 13515 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477495131 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960163345904 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14816] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14816/stat : 14816 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495133 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960162294480 139962036844443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14817] ppid=14801 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14803/task/14817/stat : 14817 (java) S 14801 14801 13515 0 -1 1077944384 423 0 0 0 1 0 0 0 20 0 20 0 477495133 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960161241072 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14818] ppid=14801 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14803/task/14818/stat : 14818 (java) R 14801 14801 13515 0 -1 4202560 289 0 0 0 1 0 0 0 20 0 20 0 477495133 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960160188528 139962036836994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14819] ppid=14801 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/14803/task/14819/stat : 14819 (java) S 14801 14801 13515 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 477495133 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960159135984 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14820] ppid=14801 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) R 14801 14801 13515 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 20 0 477495133 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960158083440 139962036847194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495134 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495134 28904853504 10233 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42380 KiB

[startup+0.30974 s]*
/proc/loadavg: 7.76 8.21 8.29 3/211 14822
/proc/meminfo: memFree=26168072/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28231652 memory=49420 CPUtime=0.52 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 10769 0 0 0 48 4 0 0 20 0 20 0 477495128 28909211648 12355 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7057913 12355 3338 1 0 7019032 0
[pid=14803/tid=14804] ppid=14801 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) R 14801 14801 13515 0 -1 4202560 7740 0 0 0 27 3 0 0 20 0 20 0 477495128 28909211648 12355 33554432000 4194304 4196468 140721866593712 139962041056960 139962020906334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14808] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14808/stat : 14808 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961986288784 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14809] ppid=14801 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/14803/task/14809/stat : 14809 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961985235216 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14810] ppid=14801 vsize=28231652 memory=140704470889391 CPUtime=0 cores=0-7
/proc/14803/task/14810/stat : 14810 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961984182672 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14811] ppid=14801 vsize=28231652 memory=140704470891696 CPUtime=0 cores=0-7
/proc/14803/task/14811/stat : 14811 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961983130128 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14812] ppid=14801 vsize=28231652 memory=140704470894000 CPUtime=0 cores=0-7
/proc/14803/task/14812/stat : 14812 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495129 28909211648 12355 33554432000 4194304 4196468 140721866593712 139961982077584 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14813] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14813/stat : 14813 (java) S 14801 14801 13515 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477495130 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960165452272 139962036836994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14814] ppid=14801 vsize=28231652 memory=281408941794960 CPUtime=0 cores=0-7
/proc/14803/task/14814/stat : 14814 (java) S 14801 14801 13515 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477495131 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960164398496 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14815] ppid=14801 vsize=28231652 memory=281408941801872 CPUtime=0 cores=0-7
/proc/14803/task/14815/stat : 14815 (java) S 14801 14801 13515 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477495131 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960163345904 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14816] ppid=14801 vsize=28231652 memory=281408941743152 CPUtime=0 cores=0-7
/proc/14803/task/14816/stat : 14816 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495133 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960162294480 139962036844443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14817] ppid=14801 vsize=28231652 memory=281408941815696 CPUtime=0.03 cores=0-7
/proc/14803/task/14817/stat : 14817 (java) R 14801 14801 13515 0 -1 4202560 513 0 0 0 3 0 0 0 20 0 20 0 477495133 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960161231456 139962016481025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14818] ppid=14801 vsize=28231652 memory=281408941822608 CPUtime=0.02 cores=0-7
/proc/14803/task/14818/stat : 14818 (java) S 14801 14801 13515 0 -1 1077944384 293 0 0 0 2 0 0 0 20 0 20 0 477495133 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960160188528 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14819] ppid=14801 vsize=28231652 memory=281408941820304 CPUtime=0.02 cores=0-7
/proc/14803/task/14819/stat : 14819 (java) S 14801 14801 13515 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 477495133 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960159135984 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14820] ppid=14801 vsize=28231652 memory=281408941836464 CPUtime=0.12 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) S 14801 14801 13515 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 20 0 477495133 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960158083440 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477495134 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495134 28909211648 12355 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50868 KiB

[startup+0.700986 s]
/proc/loadavg: 7.76 8.21 8.29 6/211 14822
/proc/meminfo: memFree=26149064/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28233776 memory=96084 CPUtime=1.78 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 16204 0 0 0 171 7 0 0 20 0 20 0 477495128 28911386624 24021 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7058444 24021 3455 1 0 7019544 0
[pid=14803/tid=14804] ppid=14801 vsize=28233776 memory=281408942194352 CPUtime=0.67 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) R 14801 14801 13515 0 -1 4202560 9324 0 0 0 63 4 0 0 20 0 20 0 477495128 28911386624 24021 33554432000 4194304 4196468 140721866593712 139962041059616 139961664109807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28233776 memory=140704471098224 CPUtime=0 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28911386624 24086 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477495129 28911386624 24086 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477495129 28911386624 24086 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0

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

[pid=14803/tid=14820] ppid=14801 vsize=28768336 memory=7163657370232776815 CPUtime=0.91 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) S 14801 14801 13515 0 -1 1077944384 9146 0 0 0 89 2 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960158083440 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28768336 memory=7163657370232776815 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28768336 memory=3540 CPUtime=0.03 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1060 0 0 0 1 2 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14823] ppid=14801 vsize=28768336 memory=1228 CPUtime=120.2 cores=0-7
/proc/14803/task/14823/stat : 14823 (java) R 14801 14801 13515 0 -1 4202560 962 0 0 0 12019 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960146758904 139961668331094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14824] ppid=14801 vsize=28768336 memory=10600 CPUtime=120.76 cores=0-7
/proc/14803/task/14824/stat : 14824 (java) R 14801 14801 13515 0 -1 4202560 731 0 0 0 12076 0 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960145707624 139961670364234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14825] ppid=14801 vsize=28768336 memory=1736 CPUtime=119.61 cores=0-7
/proc/14803/task/14825/stat : 14825 (java) R 14801 14801 13515 0 -1 4202560 9438 0 0 0 11918 43 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960144653960 139961668803877 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14826] ppid=14801 vsize=28768336 memory=6072 CPUtime=120.76 cores=0-7
/proc/14803/task/14826/stat : 14826 (java) R 14801 14801 13515 0 -1 4202560 7650 0 0 0 12044 32 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960143604368 139961665401472 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14827] ppid=14801 vsize=28768336 memory=636 CPUtime=120.89 cores=0-7
/proc/14803/task/14827/stat : 14827 (java) R 14801 14801 13515 0 -1 4202560 1624 0 0 0 12088 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960142548904 139961665401488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14828] ppid=14801 vsize=28768336 memory=2836 CPUtime=120.08 cores=0-7
/proc/14803/task/14828/stat : 14828 (java) R 14801 14801 13515 0 -1 4202560 1543 0 0 0 12006 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960141496568 139961667751457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14829] ppid=14801 vsize=28768336 memory=1056 CPUtime=120.62 cores=0-7
/proc/14803/task/14829/stat : 14829 (java) R 14801 14801 13515 0 -1 4202560 778 0 0 0 12060 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960140443816 139961668194542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14830] ppid=14801 vsize=28768336 memory=1568 CPUtime=121.01 cores=0-7
/proc/14803/task/14830/stat : 14830 (java) R 14801 14801 13515 0 -1 4202560 1660 0 0 0 12098 3 0 0 20 0 28 0 477495270 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960139391480 139961668192200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 975.65 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2239032 KiB

[startup+123.602 s]
/proc/loadavg: 8.05 8.19 8.27 9/219 14836
/proc/meminfo: memFree=23975908/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28768336 memory=2237584 CPUtime=978.85 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 89326 0 0 0 97740 145 0 0 20 0 28 0 477495128 29458776064 559396 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7192084 559396 3533 1 0 7153184 0
[pid=14803/tid=14804] ppid=14801 vsize=28768336 memory=988 CPUtime=1.34 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) S 14801 14801 13515 0 -1 1077944384 9531 0 0 0 128 6 0 0 20 0 28 0 477495128 29458776064 559396 33554432000 4194304 4196468 140721866593712 139962041066624 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28768336 memory=2024 CPUtime=0.13 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 741 0 0 0 8 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28768336 memory=1416 CPUtime=0.16 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 721 0 0 0 10 6 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28768336 memory=6791534058613427641 CPUtime=0.16 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 420 0 0 0 11 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14808] ppid=14801 vsize=28768336 memory=14008 CPUtime=0.13 cores=0-7
/proc/14803/task/14808/stat : 14808 (java) S 14801 14801 13515 0 -1 1077944384 596 0 0 0 9 4 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961986288784 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14809] ppid=14801 vsize=28768336 memory=12040 CPUtime=0.14 cores=0-7
/proc/14803/task/14809/stat : 14809 (java) S 14801 14801 13515 0 -1 1077944384 938 0 0 0 9 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961985235216 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14810] ppid=14801 vsize=28768336 memory=3616 CPUtime=0.15 cores=0-7
/proc/14803/task/14810/stat : 14810 (java) S 14801 14801 13515 0 -1 1077944384 1350 0 0 0 10 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961984182672 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14811] ppid=14801 vsize=28768336 memory=55824 CPUtime=0.15 cores=0-7
/proc/14803/task/14811/stat : 14811 (java) S 14801 14801 13515 0 -1 1077944384 1441 0 0 0 11 4 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961983130128 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14812] ppid=14801 vsize=28768336 memory=988 CPUtime=0.1 cores=0-7
/proc/14803/task/14812/stat : 14812 (java) S 14801 14801 13515 0 -1 1077944384 705 0 0 0 7 3 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961982077584 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14813] ppid=14801 vsize=28768336 memory=2836 CPUtime=0.04 cores=0-7
/proc/14803/task/14813/stat : 14813 (java) S 14801 14801 13515 0 -1 1077944384 3054 0 0 0 3 1 0 0 20 0 28 0 477495130 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960165452272 139962036836994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14814] ppid=14801 vsize=28768336 memory=-8707038579349950309 CPUtime=0 cores=0-7
/proc/14803/task/14814/stat : 14814 (java) S 14801 14801 13515 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 477495131 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960164398560 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14815] ppid=14801 vsize=28768336 memory=-8341965534556230502 CPUtime=0 cores=0-7
/proc/14803/task/14815/stat : 14815 (java) S 14801 14801 13515 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 477495131 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960163345920 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14816] ppid=14801 vsize=28768336 memory=-8253362762722141311 CPUtime=0 cores=0-7
/proc/14803/task/14816/stat : 14816 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960162294480 139962036844443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14817] ppid=14801 vsize=28768336 memory=4713745541279610410 CPUtime=2.7 cores=0-7
/proc/14803/task/14817/stat : 14817 (java) S 14801 14801 13515 0 -1 1077944384 9803 0 0 0 269 1 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960161241072 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14818] ppid=14801 vsize=28768336 memory=-6520471753822164382 CPUtime=2.55 cores=0-7
/proc/14803/task/14818/stat : 14818 (java) S 14801 14801 13515 0 -1 1077944384 11099 0 0 0 254 1 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960160188528 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14819] ppid=14801 vsize=28768336 memory=8514701219730522529 CPUtime=2.83 cores=0-7
/proc/14803/task/14819/stat : 14819 (java) S 14801 14801 13515 0 -1 1077944384 12982 0 0 0 280 3 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960159135984 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14820] ppid=14801 vsize=28768336 memory=30224 CPUtime=0.91 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) S 14801 14801 13515 0 -1 1077944384 9146 0 0 0 89 2 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960158083440 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28768336 memory=1556 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28768336 memory=500 CPUtime=0.03 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1060 0 0 0 1 2 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14823] ppid=14801 vsize=28768336 memory=6791534058613427641 CPUtime=120.6 cores=0-7
/proc/14803/task/14823/stat : 14823 (java) R 14801 14801 13515 0 -1 4202560 962 0 0 0 12059 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960146758904 139961668288632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14824] ppid=14801 vsize=28768336 memory=4872558044660077418 CPUtime=121.16 cores=0-7
/proc/14803/task/14824/stat : 14824 (java) R 14801 14801 13515 0 -1 4202560 731 0 0 0 12116 0 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960145707624 139961667751573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14825] ppid=14801 vsize=28768336 memory=6791534058613427641 CPUtime=120.01 cores=0-7
/proc/14803/task/14825/stat : 14825 (java) R 14801 14801 13515 0 -1 4202560 9446 0 0 0 11958 43 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960144653960 139961667690413 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14826] ppid=14801 vsize=28768336 memory=0 CPUtime=121.16 cores=0-7
/proc/14803/task/14826/stat : 14826 (java) R 14801 14801 13515 0 -1 4202560 7662 0 0 0 12084 32 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960143604368 139961668804431 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14827] ppid=14801 vsize=28768336 memory=0 CPUtime=121.29 cores=0-7
/proc/14803/task/14827/stat : 14827 (java) R 14801 14801 13515 0 -1 4202560 1624 0 0 0 12128 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960142548904 139961665401488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14828] ppid=14801 vsize=28768336 memory=0 CPUtime=120.47 cores=0-7
/proc/14803/task/14828/stat : 14828 (java) R 14801 14801 13515 0 -1 4202560 1544 0 0 0 12045 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960141496568 139961668192402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14829] ppid=14801 vsize=28768336 memory=0 CPUtime=121.02 cores=0-7
/proc/14803/task/14829/stat : 14829 (java) R 14801 14801 13515 0 -1 4202560 778 0 0 0 12100 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960140443816 139961668191909 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14830] ppid=14801 vsize=28768336 memory=0 CPUtime=121.41 cores=0-7
/proc/14803/task/14830/stat : 14830 (java) R 14801 14801 13515 0 -1 4202560 1663 0 0 0 12138 3 0 0 20 0 28 0 477495270 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960139391480 139961668191987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 978.85 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2239032 KiB

[startup+123.702 s]
/proc/loadavg: 8.05 8.19 8.27 9/219 14836
/proc/meminfo: memFree=23975908/32770624 swapFree=67001836/67108860
[pid=14801] ppid=14798 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14801/stat : 14801 (xcsp3-exec) S 14798 14801 13515 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477495127 115843072 362 33554432000 4194304 5098028 140721978514944 140721978513048 140143855972988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9584640 140721978520401 140721978520661 140721978520661 140721978523590 0
/proc/14801/statm: 28282 362 304 221 0 87 0
[pid=14803] ppid=14801 vsize=28768336 memory=2237584 CPUtime=979.65 cores=0-7
/proc/14803/stat : 14803 (java) S 14801 14801 13515 0 -1 1077944320 89352 0 0 0 97820 145 0 0 20 0 28 0 477495128 29458776064 559396 33554432000 4194304 4196468 140721866593712 140721866576256 139962036825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
/proc/14803/statm: 7192084 559396 3533 1 0 7153184 0
[pid=14803/tid=14804] ppid=14801 vsize=28768336 memory=2237584 CPUtime=1.34 cores=0-7
/proc/14803/task/14804/stat : 14804 (java) S 14801 14801 13515 0 -1 1077944384 9531 0 0 0 128 6 0 0 20 0 28 0 477495128 29458776064 559396 33554432000 4194304 4196468 140721866593712 139962041066624 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14805] ppid=14801 vsize=28768336 memory=2237584 CPUtime=0.13 cores=0-7
/proc/14803/task/14805/stat : 14805 (java) S 14801 14801 13515 0 -1 1077944384 741 0 0 0 8 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961989446416 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14806] ppid=14801 vsize=28768336 memory=1448 CPUtime=0.16 cores=0-7
/proc/14803/task/14806/stat : 14806 (java) S 14801 14801 13515 0 -1 1077944384 721 0 0 0 10 6 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961988393872 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14807] ppid=14801 vsize=28768336 memory=281408942191504 CPUtime=0.16 cores=0-7
/proc/14803/task/14807/stat : 14807 (java) S 14801 14801 13515 0 -1 1077944384 420 0 0 0 11 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961987341328 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14808] ppid=14801 vsize=28768336 memory=2273 CPUtime=0.13 cores=0-7
/proc/14803/task/14808/stat : 14808 (java) S 14801 14801 13515 0 -1 1077944384 596 0 0 0 9 4 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961986288784 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14809] ppid=14801 vsize=28768336 memory=932 CPUtime=0.14 cores=0-7
/proc/14803/task/14809/stat : 14809 (java) S 14801 14801 13515 0 -1 1077944384 938 0 0 0 9 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961985235216 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14810] ppid=14801 vsize=28768336 memory=1448 CPUtime=0.15 cores=0-7
/proc/14803/task/14810/stat : 14810 (java) S 14801 14801 13515 0 -1 1077944384 1350 0 0 0 10 5 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961984182672 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14811] ppid=14801 vsize=28768336 memory=1448 CPUtime=0.15 cores=0-7
/proc/14803/task/14811/stat : 14811 (java) S 14801 14801 13515 0 -1 1077944384 1441 0 0 0 11 4 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961983130128 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14812] ppid=14801 vsize=28768336 memory=3616 CPUtime=0.1 cores=0-7
/proc/14803/task/14812/stat : 14812 (java) S 14801 14801 13515 0 -1 1077944384 705 0 0 0 7 3 0 0 20 0 28 0 477495129 29458776064 559396 33554432000 4194304 4196468 140721866593712 139961982077584 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14813] ppid=14801 vsize=28768336 memory=281408942286464 CPUtime=0.04 cores=0-7
/proc/14803/task/14813/stat : 14813 (java) S 14801 14801 13515 0 -1 1077944384 3054 0 0 0 3 1 0 0 20 0 28 0 477495130 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960165452272 139962036836994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14814] ppid=14801 vsize=28768336 memory=7374206141647511658 CPUtime=0 cores=0-7
/proc/14803/task/14814/stat : 14814 (java) S 14801 14801 13515 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 477495131 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960164398560 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14815] ppid=14801 vsize=28768336 memory=-7387978673071944896 CPUtime=0 cores=0-7
/proc/14803/task/14815/stat : 14815 (java) S 14801 14801 13515 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 477495131 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960163345920 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14816] ppid=14801 vsize=28768336 memory=7100839878744574056 CPUtime=0 cores=0-7
/proc/14803/task/14816/stat : 14816 (java) S 14801 14801 13515 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960162294480 139962036844443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14817] ppid=14801 vsize=28768336 memory=4783494139404706144 CPUtime=2.7 cores=0-7
/proc/14803/task/14817/stat : 14817 (java) S 14801 14801 13515 0 -1 1077944384 9803 0 0 0 269 1 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960161241072 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14818] ppid=14801 vsize=28768336 memory=157256870 CPUtime=2.55 cores=0-7
/proc/14803/task/14818/stat : 14818 (java) S 14801 14801 13515 0 -1 1077944384 11099 0 0 0 254 1 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960160188528 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14819] ppid=14801 vsize=28768336 memory=55824 CPUtime=2.83 cores=0-7
/proc/14803/task/14819/stat : 14819 (java) S 14801 14801 13515 0 -1 1077944384 12982 0 0 0 280 3 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960159135984 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14820] ppid=14801 vsize=28768336 memory=988 CPUtime=0.91 cores=0-7
/proc/14803/task/14820/stat : 14820 (java) S 14801 14801 13515 0 -1 1077944384 9146 0 0 0 89 2 0 0 20 0 28 0 477495133 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960158083440 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14821] ppid=14801 vsize=28768336 memory=3616 CPUtime=0 cores=0-7
/proc/14803/task/14821/stat : 14821 (java) S 14801 14801 13515 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960157031136 139962036836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14822] ppid=14801 vsize=28768336 memory=55824 CPUtime=0.03 cores=0-7
/proc/14803/task/14822/stat : 14822 (java) S 14801 14801 13515 0 -1 1077944384 1060 0 0 0 1 2 0 0 20 0 28 0 477495134 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960155978672 139962036836994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14823] ppid=14801 vsize=28768336 memory=3616 CPUtime=120.7 cores=0-7
/proc/14803/task/14823/stat : 14823 (java) R 14801 14801 13515 0 -1 4202560 962 0 0 0 12069 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960146758904 139961668288919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14824] ppid=14801 vsize=28768336 memory=2237584 CPUtime=121.26 cores=0-7
/proc/14803/task/14824/stat : 14824 (java) R 14801 14801 13515 0 -1 4202560 731 0 0 0 12126 0 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960145707624 139961668192048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14825] ppid=14801 vsize=28768336 memory=0 CPUtime=120.11 cores=0-7
/proc/14803/task/14825/stat : 14825 (java) R 14801 14801 13515 0 -1 4202560 9447 0 0 0 11968 43 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960144653960 139961668192266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14826] ppid=14801 vsize=28768336 memory=0 CPUtime=121.26 cores=0-7
/proc/14803/task/14826/stat : 14826 (java) R 14801 14801 13515 0 -1 4202560 7686 0 0 0 12094 32 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960143604368 139961665401493 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14827] ppid=14801 vsize=28768336 memory=1448 CPUtime=121.39 cores=0-7
/proc/14803/task/14827/stat : 14827 (java) R 14801 14801 13515 0 -1 4202560 1624 0 0 0 12138 1 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960142548904 139961668490760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14828] ppid=14801 vsize=28768336 memory=1448 CPUtime=120.57 cores=0-7
/proc/14803/task/14828/stat : 14828 (java) R 14801 14801 13515 0 -1 4202560 1545 0 0 0 12055 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960141496568 139961668490712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14829] ppid=14801 vsize=28768336 memory=2237584 CPUtime=121.12 cores=0-7
/proc/14803/task/14829/stat : 14829 (java) R 14801 14801 13515 0 -1 4202560 778 0 0 0 12110 2 0 0 20 0 28 0 477495268 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960140443816 139961667689540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
[pid=14803/tid=14830] ppid=14801 vsize=28768336 memory=2237584 CPUtime=121.51 cores=0-7
/proc/14803/task/14830/stat : 14830 (java) R 14801 14801 13515 0 -1 4202560 1663 0 0 0 12148 3 0 0 20 0 28 0 477495270 29458776064 559396 33554432000 4194304 4196468 140721866593712 139960139391480 139961668490675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8065024 140721866597334 140721866597510 140721866597510 140721866600399 0
Current children cumulated CPU time: 979.65 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2239032 KiB

Child status: 0
Real time (s): 123.766
CPU time (s): 979.992
CPU user time (s): 978.508
CPU system time (s): 1.48356
CPU usage (%): 791.809
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2239032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 978.508
system time used= 1.48356
maximum resident set size= 2245788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7671
involuntary context switches= 12369


# summary of solver processes directly reported to runsolver:
#   pid: 14801
#   total CPU time (s): 979.992
#   total CPU user time (s): 978.508
#   total CPU system time (s): 1.48356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07722 second user time and 1.61744 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 22:47:01
IDJOB=4404226
IDBENCH=141714
IDSOLVER=2865
FILE ID=node136/4404226-1569012465
RUNJOBID= node136-1569005419-13542
PBS_JOBID= 21704758
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.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-4404226-1569012465/watcher-4404226-1569012465 -o /var/tmp/evaluation-result-4404226-1569012465/solver-4404226-1569012465 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569005419-13542 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1955241530 HOME/instance-4404226-1569012465.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=1955241530

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26202836 kB
MemAvailable:   31850364 kB
Buffers:           94076 kB
Cached:          5690632 kB
SwapCached:         3500 kB
Active:          2668816 kB
Inactive:        3120624 kB
Active(anon):       5444 kB
Inactive(anon):    47876 kB
Active(file):    2663372 kB
Inactive(file):  3072748 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67001836 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        242152 kB
Mapped:            52480 kB
Shmem:             39800 kB
Slab:             368988 kB
SReclaimable:     339868 kB
SUnreclaim:        29120 kB
KernelStack:        3712 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 13460 MiB
End job on node136 at 2019-09-20 22:49:04