Trace number 4406652

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-24 parallelSAT 12022.6 1511.57

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-24-071.xml
MD5SUMc8960cc0de41b37a4760da710336f2ef
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 benchmark8.03116
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints276
Number of domains24
Minimum domain size48
Maximum domain size71
Distribution of domain sizes[{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2},{"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}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":48}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":276}]
Number of extensional constraints0
Number of intensional constraints276
Distribution of constraint types[{"type":"intension","count":276}]
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-4406652-1569364800.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406652-1569364800.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.74/1.27	c solve instance...
12022.30/1511.55	s SATISFIABLE
12022.30/1511.55	v <instantiation>
12022.30/1511.55	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] 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] </list>
12022.30/1511.55	v 	<values>0 32 32 32 2 1 0 36 11 0 44 20 58 44 20 55 54 7 35 0 23 25 0 47 54 22 17 24 53 58 64 20 1 0 20 15 33 33 0 17 0 53 0 10 28 49 30 47 </values>
12022.30/1511.55	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 (10419 MiB free)
  memory of node 1: 16384 MiB (15402 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406652-1569364800/watcher-4406652-1569364800 -o /tmp/evaluation-result-4406652-1569364800/solver-4406652-1569364800 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569357551-7712 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 9163536 HOME/instance-4406652-1569364800.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=8482, runsolver pid=8479
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 5.72 6.77 6.76 2/210 8503
/proc/meminfo: memFree=26423908/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28227396 memory=29616 CPUtime=0.12 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 5888 0 0 0 11 1 0 0 20 0 20 0 512734023 28904853504 7404 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7056849 7404 3127 1 0 7019032 0
[pid=8484/tid=8485] ppid=8482 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) R 8482 8482 7685 0 -1 4202560 3829 0 0 0 8 0 0 0 20 0 20 0 512734023 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236658322080 140236654118045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28227396 memory=14275789635106456 CPUtime=0 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8489] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8489/stat : 8489 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236603558160 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8490] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8490/stat : 8490 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236602506384 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8491] ppid=8482 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8491/stat : 8491 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236601453584 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8492] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8492/stat : 8492 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236600400784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8493] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8493/stat : 8493 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 7404 33554432000 4194304 4196468 140729288120944 140236599347984 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8494] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8494/stat : 8494 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734025 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234849335664 140236654107266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8495] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8495/stat : 8495 (java) S 8482 8482 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512734026 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234848281632 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8496] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8496/stat : 8496 (java) S 8482 8482 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512734026 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234847228784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8497] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8497/stat : 8497 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734028 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234846177104 140236654114715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8498] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8498/stat : 8498 (java) S 8482 8482 7685 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 512734028 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234845125488 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8499] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8499/stat : 8499 (java) R 8482 8482 7685 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512734028 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234844072688 140236654107266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8500] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8500/stat : 8500 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734028 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234401340016 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8501] ppid=8482 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) R 8482 8482 7685 0 -1 4202560 317 0 0 0 1 0 0 0 20 0 20 0 512734028 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234400287216 140236654117466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734029 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734029 28904853504 7404 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31068 KiB

[startup+0.210662 s]*
/proc/loadavg: 5.72 6.77 6.76 2/210 8503
/proc/meminfo: memFree=26411308/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28227396 memory=40796 CPUtime=0.34 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 9383 0 0 0 31 3 0 0 20 0 20 0 512734023 28904853504 10199 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7056849 10199 3311 1 0 7019032 0
[pid=8484/tid=8485] ppid=8482 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) R 8482 8482 7685 0 -1 4202560 6629 0 0 0 18 2 0 0 20 0 20 0 512734023 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236658329584 140236654108054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28227396 memory=3904814112929396384 CPUtime=0 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8489] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8489/stat : 8489 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236603558160 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8490] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8490/stat : 8490 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236602506384 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8491] ppid=8482 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8491/stat : 8491 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236601453584 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8492] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8492/stat : 8492 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236600400784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8493] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8493/stat : 8493 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28904853504 10199 33554432000 4194304 4196468 140729288120944 140236599347984 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8494] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8494/stat : 8494 (java) S 8482 8482 7685 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512734025 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234849335664 140236654107266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8495] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8495/stat : 8495 (java) S 8482 8482 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512734026 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234848281632 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8496] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8496/stat : 8496 (java) S 8482 8482 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512734026 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234847228784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8497] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8497/stat : 8497 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734028 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234846177104 140236654114715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8498] ppid=8482 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8484/task/8498/stat : 8498 (java) S 8482 8482 7685 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 20 0 512734028 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234845125488 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8499] ppid=8482 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8484/task/8499/stat : 8499 (java) S 8482 8482 7685 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 512734028 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234844072688 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8500] ppid=8482 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/8484/task/8500/stat : 8500 (java) S 8482 8482 7685 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 512734028 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234401340016 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8501] ppid=8482 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) R 8482 8482 7685 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 20 0 512734028 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234400287216 140236646333246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734029 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734029 28904853504 10199 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42248 KiB

[startup+0.318453 s]*
/proc/loadavg: 5.72 6.77 6.76 3/210 8503
/proc/meminfo: memFree=26403664/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28231652 memory=50240 CPUtime=0.54 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 10977 0 0 0 50 4 0 0 20 0 20 0 512734023 28909211648 12560 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7057913 12560 3355 1 0 7019032 0
[pid=8484/tid=8485] ppid=8482 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) R 8482 8482 7685 0 -1 4202560 7888 0 0 0 28 2 0 0 20 0 20 0 512734023 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236658328752 140236654118045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8489] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8489/stat : 8489 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236603558160 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8490] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8490/stat : 8490 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236602506384 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8491] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8491/stat : 8491 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236601453584 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8492] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8492/stat : 8492 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236600400784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8493] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8493/stat : 8493 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28909211648 12625 33554432000 4194304 4196468 140729288120944 140236599347984 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8494] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8494/stat : 8494 (java) S 8482 8482 7685 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512734025 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234849335664 140236654107266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8495] ppid=8482 vsize=28231652 memory=280487537089920 CPUtime=0 cores=0-7
/proc/8484/task/8495/stat : 8495 (java) S 8482 8482 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512734026 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234848281632 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8496] ppid=8482 vsize=28231652 memory=280487537094528 CPUtime=0 cores=0-7
/proc/8484/task/8496/stat : 8496 (java) S 8482 8482 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512734026 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234847228784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8497] ppid=8482 vsize=28231652 memory=280487537099136 CPUtime=0 cores=0-7
/proc/8484/task/8497/stat : 8497 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734028 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234846177104 140236654114715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8498] ppid=8482 vsize=28231652 memory=280487537103744 CPUtime=0.02 cores=0-7
/proc/8484/task/8498/stat : 8498 (java) S 8482 8482 7685 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 20 0 512734028 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234845125488 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8499] ppid=8482 vsize=28231652 memory=280487537108352 CPUtime=0.03 cores=0-7
/proc/8484/task/8499/stat : 8499 (java) S 8482 8482 7685 0 -1 1077944384 376 0 0 0 3 0 0 0 20 0 20 0 512734028 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234844072688 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8500] ppid=8482 vsize=28231652 memory=280487537112960 CPUtime=0.03 cores=0-7
/proc/8484/task/8500/stat : 8500 (java) S 8482 8482 7685 0 -1 1077944384 91 0 0 0 3 0 0 0 20 0 20 0 512734028 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234401340016 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8501] ppid=8482 vsize=28231652 memory=280487537117568 CPUtime=0.12 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) S 8482 8482 7685 0 -1 1077944384 877 0 0 0 12 0 0 0 20 0 20 0 512734028 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234400287216 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734029 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512734029 28909211648 12625 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51692 KiB

[startup+0.701026 s]
/proc/loadavg: 5.72 6.77 6.76 4/210 8503
/proc/meminfo: memFree=26392488/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28233776 memory=96552 CPUtime=1.61 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 14773 0 0 0 155 6 0 0 20 0 20 0 512734023 28911386624 24138 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7058444 24138 3454 1 0 7019544 0
[pid=8484/tid=8485] ppid=8482 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) R 8482 8482 7685 0 -1 4202560 9146 0 0 0 64 3 0 0 20 0 20 0 512734023 28911386624 24138 33554432000 4194304 4196468 140729288120944 140236658327872 140236273603415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28911386624 24138 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512734024 28911386624 24138 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28233776 memory=3648 CPUtime=0 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512734024 28911386624 24138 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0

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

[pid=8484/tid=8501] ppid=8482 vsize=28768336 memory=920 CPUtime=0.88 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) S 8482 8482 7685 0 -1 1077944384 9711 0 0 0 86 2 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234400287216 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28768336 memory=4780 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28768336 memory=1412 CPUtime=0.46 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 4325 0 0 0 15 31 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8504] ppid=8482 vsize=28768336 memory=3840 CPUtime=1498.15 cores=0-7
/proc/8484/task/8504/stat : 8504 (java) R 8482 8482 7685 0 -1 4202560 14064 0 0 0 149806 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234389199432 140236277824860 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8505] ppid=8482 vsize=28768336 memory=1563752 CPUtime=1497.15 cores=0-7
/proc/8484/task/8505/stat : 8505 (java) R 8482 8482 7685 0 -1 4202560 11079 0 0 0 149706 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234388147680 140236277821568 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8506] ppid=8482 vsize=28768336 memory=8112282956445269571 CPUtime=1495.9 cores=0-7
/proc/8484/task/8506/stat : 8506 (java) R 8482 8482 7685 0 -1 4202560 29501 0 0 0 149518 72 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234387095760 140236277821609 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8507] ppid=8482 vsize=28768336 memory=920 CPUtime=1492.74 cores=0-7
/proc/8484/task/8507/stat : 8507 (java) R 8482 8482 7685 0 -1 4202560 32388 0 0 0 149209 65 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234386043576 140236276117351 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8508] ppid=8482 vsize=28768336 memory=4780 CPUtime=1498.06 cores=0-7
/proc/8484/task/8508/stat : 8508 (java) R 8482 8482 7685 0 -1 4202560 13120 0 0 0 149791 15 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234384990464 140236276872737 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8509] ppid=8482 vsize=28768336 memory=1412 CPUtime=1494.31 cores=0-7
/proc/8484/task/8509/stat : 8509 (java) R 8482 8482 7685 0 -1 4202560 18674 0 0 0 149411 20 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234383937488 140236278847953 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8510] ppid=8482 vsize=28768336 memory=3840 CPUtime=1496.27 cores=0-7
/proc/8484/task/8510/stat : 8510 (java) R 8482 8482 7685 0 -1 4202560 10369 0 0 0 149619 8 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234382884840 140236276692721 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8511] ppid=8482 vsize=28768336 memory=1452 CPUtime=1495.73 cores=0-7
/proc/8484/task/8511/stat : 8511 (java) R 8482 8482 7685 0 -1 4202560 20585 0 0 0 149546 27 0 0 20 0 28 0 512734153 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234381835008 140236278659558 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 12019.9 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1560588 KiB

[startup+1511.4 s]
/proc/loadavg: 8.32 8.30 7.98 9/221 8669
/proc/meminfo: memFree=24891940/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28768336 memory=1559136 CPUtime=12021.5 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 450682 0 0 0 1201736 414 0 0 20 0 28 0 512734023 29458776064 389784 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7192084 389784 3549 1 0 7153184 0
[pid=8484/tid=8485] ppid=8482 vsize=28768336 memory=984 CPUtime=1.24 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) S 8482 8482 7685 0 -1 1077944384 9363 0 0 0 120 4 0 0 20 0 28 0 512734023 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236658336896 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28768336 memory=2024 CPUtime=5.1 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 17515 0 0 0 494 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28768336 memory=1376 CPUtime=5.01 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 19618 0 0 0 487 14 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28768336 memory=1128 CPUtime=5.01 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 13122 0 0 0 488 13 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8489] ppid=8482 vsize=28768336 memory=772 CPUtime=5.05 cores=0-7
/proc/8484/task/8489/stat : 8489 (java) S 8482 8482 7685 0 -1 1077944384 20226 0 0 0 488 17 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236603558160 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8490] ppid=8482 vsize=28768336 memory=1564268 CPUtime=5.04 cores=0-7
/proc/8484/task/8490/stat : 8490 (java) S 8482 8482 7685 0 -1 1077944384 21645 0 0 0 488 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236602506384 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8491] ppid=8482 vsize=28768336 memory=1452 CPUtime=5.06 cores=0-7
/proc/8484/task/8491/stat : 8491 (java) S 8482 8482 7685 0 -1 1077944384 20530 0 0 0 490 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236601453584 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8492] ppid=8482 vsize=28768336 memory=1571960 CPUtime=5.02 cores=0-7
/proc/8484/task/8492/stat : 8492 (java) S 8482 8482 7685 0 -1 1077944384 14676 0 0 0 487 15 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236600400784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8493] ppid=8482 vsize=28768336 memory=1452 CPUtime=5.04 cores=0-7
/proc/8484/task/8493/stat : 8493 (java) S 8482 8482 7685 0 -1 1077944384 20992 0 0 0 489 15 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236599347984 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8494] ppid=8482 vsize=28768336 memory=0 CPUtime=1.69 cores=0-7
/proc/8484/task/8494/stat : 8494 (java) S 8482 8482 7685 0 -1 1077944384 90637 0 0 0 120 49 0 0 20 0 28 0 512734025 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234849335664 140236654107266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8495] ppid=8482 vsize=28768336 memory=176673479737939 CPUtime=0 cores=0-7
/proc/8484/task/8495/stat : 8495 (java) S 8482 8482 7685 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 512734026 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234848281696 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8496] ppid=8482 vsize=28768336 memory=176673479737940 CPUtime=0 cores=0-7
/proc/8484/task/8496/stat : 8496 (java) S 8482 8482 7685 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 512734026 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234847228800 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8497] ppid=8482 vsize=28768336 memory=176673479737941 CPUtime=0 cores=0-7
/proc/8484/task/8497/stat : 8497 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234846177104 140236654114715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8498] ppid=8482 vsize=28768336 memory=176673479737942 CPUtime=2.18 cores=0-7
/proc/8484/task/8498/stat : 8498 (java) S 8482 8482 7685 0 -1 1077944384 10648 0 0 0 215 3 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234845125488 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8499] ppid=8482 vsize=28768336 memory=948 CPUtime=2.46 cores=0-7
/proc/8484/task/8499/stat : 8499 (java) S 8482 8482 7685 0 -1 1077944384 14438 0 0 0 243 3 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234844072688 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8500] ppid=8482 vsize=28768336 memory=2832 CPUtime=2.13 cores=0-7
/proc/8484/task/8500/stat : 8500 (java) S 8482 8482 7685 0 -1 1077944384 12157 0 0 0 209 4 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234401340016 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8501] ppid=8482 vsize=28768336 memory=9588 CPUtime=0.88 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) S 8482 8482 7685 0 -1 1077944384 9711 0 0 0 86 2 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234400287216 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28768336 memory=1548 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28768336 memory=628 CPUtime=0.46 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 4325 0 0 0 15 31 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8504] ppid=8482 vsize=28768336 memory=1056 CPUtime=1498.35 cores=0-7
/proc/8484/task/8504/stat : 8504 (java) R 8482 8482 7685 0 -1 4202560 14064 0 0 0 149826 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234389199432 140236276692527 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8505] ppid=8482 vsize=28768336 memory=1716 CPUtime=1497.35 cores=0-7
/proc/8484/task/8505/stat : 8505 (java) R 8482 8482 7685 0 -1 4202560 11079 0 0 0 149726 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234388147816 140236278103076 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8506] ppid=8482 vsize=28768336 memory=8112282956445269571 CPUtime=1496.1 cores=0-7
/proc/8484/task/8506/stat : 8506 (java) R 8482 8482 7685 0 -1 4202560 29501 0 0 0 149538 72 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234387095760 140236276692948 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8507] ppid=8482 vsize=28768336 memory=1570424 CPUtime=1492.94 cores=0-7
/proc/8484/task/8507/stat : 8507 (java) R 8482 8482 7685 0 -1 4202560 32388 0 0 0 149229 65 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234386043576 140236277495465 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8508] ppid=8482 vsize=28768336 memory=3624 CPUtime=1498.26 cores=0-7
/proc/8484/task/8508/stat : 8508 (java) R 8482 8482 7685 0 -1 4202560 13120 0 0 0 149811 15 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234384990464 140236276692223 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8509] ppid=8482 vsize=28768336 memory=54164 CPUtime=1494.51 cores=0-7
/proc/8484/task/8509/stat : 8509 (java) R 8482 8482 7685 0 -1 4202560 18674 0 0 0 149431 20 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234383937488 140236278102360 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8510] ppid=8482 vsize=28768336 memory=984 CPUtime=1496.47 cores=0-7
/proc/8484/task/8510/stat : 8510 (java) R 8482 8482 7685 0 -1 4202560 10369 0 0 0 149639 8 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234382884840 140236276693102 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8511] ppid=8482 vsize=28768336 memory=1452 CPUtime=1495.93 cores=0-7
/proc/8484/task/8511/stat : 8511 (java) R 8482 8482 7685 0 -1 4202560 20585 0 0 0 149566 27 0 0 20 0 28 0 512734153 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234381835008 140236276873540 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 12021.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1560588 KiB

[startup+1511.5 s]
/proc/loadavg: 8.32 8.30 7.98 9/221 8669
/proc/meminfo: memFree=24891940/32770624 swapFree=66999696/67108860
[pid=8482] ppid=8479 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (xcsp3-exec) S 8479 8482 7685 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512734022 115843072 363 33554432000 4194304 5098028 140735114588800 140735114586904 139913439613564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13291520 140735114597240 140735114597481 140735114597481 140735114600394 0
/proc/8482/statm: 28282 363 304 221 0 87 0
[pid=8484] ppid=8482 vsize=28768336 memory=1559136 CPUtime=12022.3 cores=0-7
/proc/8484/stat : 8484 (java) S 8482 8482 7685 0 -1 1077944320 450682 0 0 0 1201816 414 0 0 20 0 28 0 512734023 29458776064 389784 33554432000 4194304 4196468 140729288120944 140729288103488 140236654096119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
/proc/8484/statm: 7192084 389784 3549 1 0 7153184 0
[pid=8484/tid=8485] ppid=8482 vsize=28768336 memory=1566320 CPUtime=1.24 cores=0-7
/proc/8484/task/8485/stat : 8485 (java) S 8482 8482 7685 0 -1 1077944384 9363 0 0 0 120 4 0 0 20 0 28 0 512734023 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236658336896 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8486] ppid=8482 vsize=28768336 memory=1569396 CPUtime=5.1 cores=0-7
/proc/8484/task/8486/stat : 8486 (java) S 8482 8482 7685 0 -1 1077944384 17515 0 0 0 494 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236606716560 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8487] ppid=8482 vsize=28768336 memory=1560164 CPUtime=5.01 cores=0-7
/proc/8484/task/8487/stat : 8487 (java) S 8482 8482 7685 0 -1 1077944384 19618 0 0 0 487 14 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236605663760 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8488] ppid=8482 vsize=28768336 memory=1559648 CPUtime=5.01 cores=0-7
/proc/8484/task/8488/stat : 8488 (java) S 8482 8482 7685 0 -1 1077944384 13122 0 0 0 488 13 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236604610960 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8489] ppid=8482 vsize=28768336 memory=1559136 CPUtime=5.05 cores=0-7
/proc/8484/task/8489/stat : 8489 (java) S 8482 8482 7685 0 -1 1077944384 20226 0 0 0 488 17 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236603558160 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8490] ppid=8482 vsize=28768336 memory=1452 CPUtime=5.04 cores=0-7
/proc/8484/task/8490/stat : 8490 (java) S 8482 8482 7685 0 -1 1077944384 21645 0 0 0 488 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236602506384 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8491] ppid=8482 vsize=28768336 memory=1561188 CPUtime=5.06 cores=0-7
/proc/8484/task/8491/stat : 8491 (java) S 8482 8482 7685 0 -1 1077944384 20530 0 0 0 490 16 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236601453584 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8492] ppid=8482 vsize=28768336 memory=1561188 CPUtime=5.02 cores=0-7
/proc/8484/task/8492/stat : 8492 (java) S 8482 8482 7685 0 -1 1077944384 14676 0 0 0 487 15 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236600400784 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8493] ppid=8482 vsize=28768336 memory=280487538191680 CPUtime=5.04 cores=0-7
/proc/8484/task/8493/stat : 8493 (java) S 8482 8482 7685 0 -1 1077944384 20992 0 0 0 489 15 0 0 20 0 28 0 512734024 29458776064 389784 33554432000 4194304 4196468 140729288120944 140236599347984 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8494] ppid=8482 vsize=28768336 memory=2024 CPUtime=1.69 cores=0-7
/proc/8484/task/8494/stat : 8494 (java) S 8482 8482 7685 0 -1 1077944384 90637 0 0 0 120 49 0 0 20 0 28 0 512734025 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234849335664 140236654107266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8495] ppid=8482 vsize=28768336 memory=1376 CPUtime=0 cores=0-7
/proc/8484/task/8495/stat : 8495 (java) S 8482 8482 7685 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 512734026 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234848281696 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8496] ppid=8482 vsize=28768336 memory=3624 CPUtime=0 cores=0-7
/proc/8484/task/8496/stat : 8496 (java) S 8482 8482 7685 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 512734026 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234847228800 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8497] ppid=8482 vsize=28768336 memory=54164 CPUtime=0 cores=0-7
/proc/8484/task/8497/stat : 8497 (java) S 8482 8482 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234846177104 140236654114715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8498] ppid=8482 vsize=28768336 memory=1452 CPUtime=2.18 cores=0-7
/proc/8484/task/8498/stat : 8498 (java) S 8482 8482 7685 0 -1 1077944384 10648 0 0 0 215 3 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234845125488 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8499] ppid=8482 vsize=28768336 memory=1452 CPUtime=2.46 cores=0-7
/proc/8484/task/8499/stat : 8499 (java) S 8482 8482 7685 0 -1 1077944384 14438 0 0 0 243 3 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234844072688 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8500] ppid=8482 vsize=28768336 memory=984 CPUtime=2.13 cores=0-7
/proc/8484/task/8500/stat : 8500 (java) S 8482 8482 7685 0 -1 1077944384 12157 0 0 0 209 4 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234401340016 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8501] ppid=8482 vsize=28768336 memory=2024 CPUtime=0.88 cores=0-7
/proc/8484/task/8501/stat : 8501 (java) S 8482 8482 7685 0 -1 1077944384 9711 0 0 0 86 2 0 0 20 0 28 0 512734028 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234400287216 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8502] ppid=8482 vsize=28768336 memory=984 CPUtime=0 cores=0-7
/proc/8484/task/8502/stat : 8502 (java) S 8482 8482 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234399234656 140236654106325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8503] ppid=8482 vsize=28768336 memory=2024 CPUtime=0.46 cores=0-7
/proc/8484/task/8503/stat : 8503 (java) S 8482 8482 7685 0 -1 1077944384 4325 0 0 0 15 31 0 0 20 0 28 0 512734029 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234398181936 140236654107266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8504] ppid=8482 vsize=28768336 memory=1452 CPUtime=1498.45 cores=0-7
/proc/8484/task/8504/stat : 8504 (java) R 8482 8482 7685 0 -1 4202560 14064 0 0 0 149836 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234389199432 140236277822054 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8505] ppid=8482 vsize=28768336 memory=1452 CPUtime=1497.45 cores=0-7
/proc/8484/task/8505/stat : 8505 (java) R 8482 8482 7685 0 -1 4202560 11079 0 0 0 149736 9 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234388147816 140236278102360 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8506] ppid=8482 vsize=28768336 memory=1564268 CPUtime=1496.2 cores=0-7
/proc/8484/task/8506/stat : 8506 (java) R 8482 8482 7685 0 -1 4202560 29501 0 0 0 149548 72 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234387095896 140236277824860 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8507] ppid=8482 vsize=28768336 memory=1567344 CPUtime=1493.04 cores=0-7
/proc/8484/task/8507/stat : 8507 (java) R 8482 8482 7685 0 -1 4202560 32388 0 0 0 149239 65 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234386043576 140236277730022 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8508] ppid=8482 vsize=28768336 memory=1452 CPUtime=1498.36 cores=0-7
/proc/8484/task/8508/stat : 8508 (java) R 8482 8482 7685 0 -1 4202560 13120 0 0 0 149821 15 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234384990600 140236278659334 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8509] ppid=8482 vsize=28768336 memory=1452 CPUtime=1494.61 cores=0-7
/proc/8484/task/8509/stat : 8509 (java) R 8482 8482 7685 0 -1 4202560 18674 0 0 0 149441 20 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234383937488 140236276873205 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8510] ppid=8482 vsize=28768336 memory=1566320 CPUtime=1496.57 cores=0-7
/proc/8484/task/8510/stat : 8510 (java) R 8482 8482 7685 0 -1 4202560 10369 0 0 0 149649 8 0 0 20 0 28 0 512734152 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234382884840 140236276651297 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
[pid=8484/tid=8511] ppid=8482 vsize=28768336 memory=984 CPUtime=1496.03 cores=0-7
/proc/8484/task/8511/stat : 8511 (java) R 8482 8482 7685 0 -1 4202560 20585 0 0 0 149576 27 0 0 20 0 28 0 512734153 29458776064 389784 33554432000 4194304 4196468 140729288120944 140234381835008 140236278963659 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 28643328 140729288123370 140729288123542 140729288123542 140729288126415 0
Current children cumulated CPU time: 12022.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1560588 KiB

Child status: 0
Real time (s): 1511.57
CPU time (s): 12022.6
CPU user time (s): 12018.5
CPU system time (s): 4.15614
CPU usage (%): 795.375
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2211600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12018.5
system time used= 4.15614
maximum resident set size= 2214244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119242
involuntary context switches= 132316


# summary of solver processes directly reported to runsolver:
#   pid: 8482
#   total CPU time (s): 12022.6
#   total CPU user time (s): 12018.5
#   total CPU system time (s): 4.15614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3402 second user time and 16.519 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-24 23:38:36
IDJOB=4406652
IDBENCH=141713
IDSOLVER=2871
FILE ID=node106/4406652-1569364800
RUNJOBID= node106-1569357551-7712
PBS_JOBID= 21705126
Free space on /tmp= 23488 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-24-071.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-4406652-1569364800/watcher-4406652-1569364800 -o /tmp/evaluation-result-4406652-1569364800/solver-4406652-1569364800 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569357551-7712 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 9163536 HOME/instance-4406652-1569364800.xml

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

MD5SUM BENCH= c8960cc0de41b37a4760da710336f2ef
RANDOM SEED=9163536

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:        26442144 kB
MemAvailable:   31842320 kB
Buffers:           75088 kB
Cached:          5517528 kB
SwapCached:         4528 kB
Active:          2487544 kB
Inactive:        3116052 kB
Active(anon):       3252 kB
Inactive(anon):    59608 kB
Active(file):    2484292 kB
Inactive(file):  3056444 kB
Unevictable:      107480 kB
Mlocked:          107480 kB
SwapTotal:      67108860 kB
SwapFree:       66999696 kB
Dirty:             26252 kB
Writeback:             0 kB
AnonPages:        114056 kB
Mapped:            54804 kB
Shmem:             43652 kB
Slab:             317328 kB
SReclaimable:     287900 kB
SUnreclaim:        29428 kB
KernelStack:        3648 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 23464 MiB
End job on node106 at 2019-09-25 00:03:48