Trace number 4403404

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-20UNSAT 1250.03 314.436

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.76786
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403404-1568990517.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403404-1568990517.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
3.09/1.11	c solve instance...
1249.94/314.42	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403404-1568990517/watcher-4403404-1568990517 -o /tmp/evaluation-result-4403404-1568990517/solver-4403404-1568990517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 103363509 HOME/instance-4403404-1568990517.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100644 s]*
/proc/loadavg: 7.19 7.73 7.52 7/233 10402
/proc/meminfo: memFree=12837540/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15144776 memory=28796 CPUtime=0.12 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 5670 0 0 0 11 1 0 0 20 0 15 0 475308537 15508250624 7199 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3786194 7199 3117 1 0 3748377 0
[pid=10388/tid=10389] ppid=10386 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) R 10386 10386 7690 0 -1 4202560 3596 0 0 0 8 1 0 0 20 0 15 0 475308538 15508250624 7199 33554432000 4194304 4196468 140726473316672 140121236384400 140121232171610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 7199 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15144776 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 7199 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 7199 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 7199 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15144776 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120766846496 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) R 10386 10386 7690 0 -1 4202560 319 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120763689328 140121215586001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) R 10386 10386 7690 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120762636528 140121232161410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15144776 memory=140218020243072 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15144776 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 7199 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30244 KiB

[startup+0.210953 s]*
/proc/loadavg: 7.19 7.73 7.52 6/233 10402
/proc/meminfo: memFree=12825456/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15144776 memory=41072 CPUtime=0.34 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 9447 0 0 0 31 3 0 0 20 0 15 0 475308537 15508250624 10268 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3786194 10268 3300 1 0 3748377 0
[pid=10388/tid=10389] ppid=10386 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) R 10386 10386 7690 0 -1 4202560 6625 0 0 0 18 2 0 0 20 0 15 0 475308538 15508250624 10268 33554432000 4194304 4196468 140726473316672 140121236382992 140121232162198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15144776 memory=1898699 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 10268 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15144776 memory=288230376155083626 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 10268 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 10268 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15508250624 10268 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120766846496 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15144776 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475308540 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) S 10386 10386 7690 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120763689328 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) S 10386 10386 7690 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120762636528 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) R 10386 10386 7690 0 -1 4202560 732 0 0 0 8 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120761583728 140121232162198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308543 15508250624 10268 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42520 KiB

[startup+0.311248 s]*
/proc/loadavg: 7.19 7.73 7.52 8/233 10402
/proc/meminfo: memFree=12817384/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15149032 memory=50140 CPUtime=0.53 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 10816 0 0 0 49 4 0 0 20 0 15 0 475308537 15512608768 12535 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3787258 12535 3365 1 0 3748377 0
[pid=10388/tid=10389] ppid=10386 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) R 10386 10386 7690 0 -1 4202560 7760 0 0 0 27 3 0 0 20 0 15 0 475308538 15512608768 12535 33554432000 4194304 4196468 140726473316672 140121236378464 140121232172189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308538 15512608768 12535 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15149032 memory=288230376155089475 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15512608768 12535 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15512608768 12535 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15512608768 12535 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15149032 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475308540 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475308540 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120766846496 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475308540 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) S 10386 10386 7690 0 -1 1077944384 438 0 0 0 3 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120763689328 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) R 10386 10386 7690 0 -1 4202560 483 0 0 0 5 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120762623040 140121224439552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15149032 memory=140218020243072 CPUtime=0.12 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15149032 memory=140218020243072 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308543 15512608768 12535 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51588 KiB

[startup+0.701638 s]
/proc/loadavg: 7.19 7.73 7.52 8/233 10402
/proc/meminfo: memFree=12797584/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15151156 memory=103288 CPUtime=1.77 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 14907 0 0 0 171 6 0 0 20 0 15 0 475308537 15514783744 25822 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3787789 25822 3445 1 0 3748889 0
[pid=10388/tid=10389] ppid=10386 vsize=15151156 memory=2120 CPUtime=0.68 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) R 10386 10386 7690 0 -1 4202560 9012 0 0 0 63 5 0 0 20 0 15 0 475308538 15514783744 25822 33554432000 4194304 4196468 140726473316672 140121236388008 140120842099756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15151156 memory=532 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308538 15514783744 25822 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15514783744 25822 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15514783744 25822 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15151156 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475308538 15514783744 25822 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475308540 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15151156 memory=912 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475308540 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120766846496 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475308540 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15151156 memory=2480 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15151156 memory=7302135314614015849 CPUtime=0.36 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) R 10386 10386 7690 0 -1 4202560 1459 0 0 0 36 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120763680656 140121211668016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15151156 memory=6442790041908832854 CPUtime=0.34 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) R 10386 10386 7690 0 -1 4202560 1308 0 0 0 34 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120762629552 140121215633740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15151156 memory=7295944995277656144 CPUtime=0.37 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 1820 0 0 0 37 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15151156 memory=7523096512984082771 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475308543 15514783744 25822 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 104736 KiB

[startup+1.50964 s]
/proc/loadavg: 7.19 7.73 7.52 10/233 10402
/proc/meminfo: memFree=12644860/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0

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

/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 748 0 0 0 11 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10403] ppid=10386 vsize=15417412 memory=1440 CPUtime=308.37 cores=0,2,4,6
/proc/10388/task/10403/stat : 10403 (java) R 10386 10386 7690 0 -1 4202560 607 0 0 0 30837 0 0 0 20 0 19 0 475308649 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120682851376 140120848760459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10404] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=307.26 cores=0,2,4,6
/proc/10388/task/10404/stat : 10404 (java) R 10386 10386 7690 0 -1 4202560 2723 0 0 0 30725 1 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120681800008 140120847887951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10405] ppid=10386 vsize=15417412 memory=1984 CPUtime=308.38 cores=0,2,4,6
/proc/10388/task/10405/stat : 10405 (java) R 10386 10386 7690 0 -1 4202560 810 0 0 0 30838 0 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120680747144 140120848321642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10406] ppid=10386 vsize=15417412 memory=2480 CPUtime=308.56 cores=0,2,4,6
/proc/10388/task/10406/stat : 10406 (java) R 10386 10386 7690 0 -1 4202560 2104 0 0 0 30853 3 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120679694408 140120847889928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 1240.4 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 438160 KiB

[startup+313.602 s]
/proc/loadavg: 8.07 8.02 7.72 9/236 10431
/proc/meminfo: memFree=12429200/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15417412 memory=436712 CPUtime=1246.74 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 52465 0 0 0 124641 33 0 0 20 0 19 0 475308537 15787429888 109178 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3854353 109178 3519 1 0 3815453 0
[pid=10388/tid=10389] ppid=10386 vsize=15417412 memory=436712 CPUtime=1.04 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) S 10386 10386 7690 0 -1 1077944384 9216 0 0 0 98 6 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121236391040 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15417412 memory=14012 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 406 0 0 0 8 3 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15417412 memory=436712 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 1508 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15417412 memory=436712 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2159 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15417412 memory=1984 CPUtime=0.12 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 513 0 0 0 8 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15417412 memory=280435729798528 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 1409 0 0 0 1 1 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15417412 memory=301793952550418074 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120766846560 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15417412 memory=15539609112999672 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15417412 memory=14012 CPUtime=2.63 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) S 10386 10386 7690 0 -1 1077944384 11980 0 0 0 262 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120763689328 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15417412 memory=14048 CPUtime=2.69 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) S 10386 10386 7690 0 -1 1077944384 10097 0 0 0 269 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120762636528 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15417412 memory=29440 CPUtime=0.72 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 6879 0 0 0 71 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15417412 memory=29440 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 748 0 0 0 11 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10403] ppid=10386 vsize=15417412 memory=2120 CPUtime=309.96 cores=0,2,4,6
/proc/10388/task/10403/stat : 10403 (java) R 10386 10386 7690 0 -1 4202560 607 0 0 0 30996 0 0 0 20 0 19 0 475308649 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120682851376 140120848403823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10404] ppid=10386 vsize=15417412 memory=532 CPUtime=308.83 cores=0,2,4,6
/proc/10388/task/10404/stat : 10404 (java) R 10386 10386 7690 0 -1 4202560 2724 0 0 0 30882 1 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120681800008 140120848538676 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10405] ppid=10386 vsize=15417412 memory=3616 CPUtime=309.97 cores=0,2,4,6
/proc/10388/task/10405/stat : 10405 (java) R 10386 10386 7690 0 -1 4202560 810 0 0 0 30997 0 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120680747144 140121213556538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10406] ppid=10386 vsize=15417412 memory=55320 CPUtime=310.15 cores=0,2,4,6
/proc/10388/task/10406/stat : 10406 (java) R 10386 10386 7690 0 -1 4202560 2110 0 0 0 31012 3 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120679694408 140120848225388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 1246.74 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 438160 KiB

[startup+314.002 s]*
/proc/loadavg: 8.07 8.02 7.72 9/236 10431
/proc/meminfo: memFree=12429076/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15417412 memory=436712 CPUtime=1248.36 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 52467 0 0 0 124803 33 0 0 20 0 19 0 475308537 15787429888 109178 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3854353 109178 3519 1 0 3815453 0
[pid=10388/tid=10389] ppid=10386 vsize=15417412 memory=8317482817917895235 CPUtime=1.04 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) S 10386 10386 7690 0 -1 1077944384 9216 0 0 0 98 6 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121236391040 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15417412 memory=4126316290023845779 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 406 0 0 0 8 3 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15417412 memory=1564 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 1508 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15417412 memory=924 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2159 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15417412 memory=1680 CPUtime=0.12 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 513 0 0 0 8 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15417412 memory=164 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 1409 0 0 0 1 1 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15417412 memory=-6612034964095132312 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120766846560 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15417412 memory=2320256727063342791 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15417412 memory=3546082436754733899 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15417412 memory=0 CPUtime=2.63 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) S 10386 10386 7690 0 -1 1077944384 11980 0 0 0 262 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120763689328 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15417412 memory=0 CPUtime=2.69 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) S 10386 10386 7690 0 -1 1077944384 10097 0 0 0 269 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120762636528 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15417412 memory=6370719275257063732 CPUtime=0.72 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 6879 0 0 0 71 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15417412 memory=7523088799238678070 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15417412 memory=5788366128452758071 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 748 0 0 0 11 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10403] ppid=10386 vsize=15417412 memory=1448 CPUtime=310.37 cores=0,2,4,6
/proc/10388/task/10403/stat : 10403 (java) R 10386 10386 7690 0 -1 4202560 609 0 0 0 31037 0 0 0 20 0 19 0 475308649 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120682851768 140120847887864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10404] ppid=10386 vsize=15417412 memory=3863040 CPUtime=309.22 cores=0,2,4,6
/proc/10388/task/10404/stat : 10404 (java) R 10386 10386 7690 0 -1 4202560 2724 0 0 0 30921 1 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120681799712 140120848539151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10405] ppid=10386 vsize=15417412 memory=1412 CPUtime=310.38 cores=0,2,4,6
/proc/10388/task/10405/stat : 10405 (java) R 10386 10386 7690 0 -1 4202560 810 0 0 0 31038 0 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120680747144 140120847890474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10406] ppid=10386 vsize=15417412 memory=3372 CPUtime=310.56 cores=0,2,4,6
/proc/10388/task/10406/stat : 10406 (java) R 10386 10386 7690 0 -1 4202560 2110 0 0 0 31053 3 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120679694208 140120848554766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 1248.36 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 438160 KiB

[startup+314.407 s]
/proc/loadavg: 8.07 8.02 7.72 9/236 10431
/proc/meminfo: memFree=12429076/32770624 swapFree=66986244/67108860
[pid=10386] ppid=10383 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10386/stat : 10386 (xcsp3-exec) S 10383 10386 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475308537 115843072 362 33554432000 4194304 5098028 140733721707088 140733721705192 140475100775036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21884928 140733721715579 140733721715821 140733721715821 140733721718730 0
/proc/10386/statm: 28282 362 304 221 0 87 0
[pid=10388] ppid=10386 vsize=15417412 memory=436712 CPUtime=1249.94 cores=0,2,4,6
/proc/10388/stat : 10388 (java) S 10386 10386 7690 0 -1 1077944320 52467 0 0 0 124961 33 0 0 20 0 19 0 475308537 15787429888 109178 33554432000 4194304 4196468 140726473316672 140726473299216 140121232150263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
/proc/10388/statm: 3854353 109178 3519 1 0 3815453 0
[pid=10388/tid=10389] ppid=10386 vsize=15417412 memory=1448 CPUtime=1.04 cores=0,2,4,6
/proc/10388/task/10389/stat : 10389 (java) S 10386 10386 7690 0 -1 1077944384 9216 0 0 0 98 6 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121236391040 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10390] ppid=10386 vsize=15417412 memory=436712 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10390/stat : 10390 (java) S 10386 10386 7690 0 -1 1077944384 406 0 0 0 8 3 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121168386704 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10391] ppid=10386 vsize=15417412 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10391/stat : 10391 (java) S 10386 10386 7690 0 -1 1077944384 1508 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121167333904 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10392] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/10388/task/10392/stat : 10392 (java) S 10386 10386 7690 0 -1 1077944384 2159 0 0 0 9 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121166281104 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10393] ppid=10386 vsize=15417412 memory=30756 CPUtime=0.12 cores=0,2,4,6
/proc/10388/task/10393/stat : 10393 (java) S 10386 10386 7690 0 -1 1077944384 513 0 0 0 8 4 0 0 20 0 19 0 475308538 15787429888 109178 33554432000 4194304 4196468 140726473316672 140121165228304 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10394] ppid=10386 vsize=15417412 memory=30647 CPUtime=0.02 cores=0,2,4,6
/proc/10388/task/10394/stat : 10394 (java) S 10386 10386 7690 0 -1 1077944384 1409 0 0 0 1 1 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120767900528 140121232161410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10395] ppid=10386 vsize=15417412 memory=30757 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10395/stat : 10395 (java) S 10386 10386 7690 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120766846560 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10396] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10396/stat : 10396 (java) S 10386 10386 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475308540 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120765793648 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10397] ppid=10386 vsize=15417412 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10397/stat : 10397 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120764741968 140121232168859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10398] ppid=10386 vsize=15417412 memory=1448 CPUtime=2.63 cores=0,2,4,6
/proc/10388/task/10398/stat : 10398 (java) S 10386 10386 7690 0 -1 1077944384 11980 0 0 0 262 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120763689328 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10399] ppid=10386 vsize=15417412 memory=436712 CPUtime=2.69 cores=0,2,4,6
/proc/10388/task/10399/stat : 10399 (java) S 10386 10386 7690 0 -1 1077944384 10097 0 0 0 269 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120762636528 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10400] ppid=10386 vsize=15417412 memory=532 CPUtime=0.72 cores=0,2,4,6
/proc/10388/task/10400/stat : 10400 (java) S 10386 10386 7690 0 -1 1077944384 6879 0 0 0 71 1 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120761583728 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10401] ppid=10386 vsize=15417412 memory=280435730144768 CPUtime=0 cores=0,2,4,6
/proc/10388/task/10401/stat : 10401 (java) S 10386 10386 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120760531168 140121232160469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10402] ppid=10386 vsize=15417412 memory=-6876588461455810464 CPUtime=0.11 cores=0,2,4,6
/proc/10388/task/10402/stat : 10402 (java) S 10386 10386 7690 0 -1 1077944384 748 0 0 0 11 0 0 0 20 0 19 0 475308543 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120759479472 140121232161410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10403] ppid=10386 vsize=15417412 memory=8303054830060986464 CPUtime=310.76 cores=0,2,4,6
/proc/10388/task/10403/stat : 10403 (java) R 10386 10386 7690 0 -1 4202560 609 0 0 0 31076 0 0 0 20 0 19 0 475308649 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120682851768 140120847888469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10404] ppid=10386 vsize=15417412 memory=7517440513584294758 CPUtime=309.62 cores=0,2,4,6
/proc/10388/task/10404/stat : 10404 (java) R 10386 10386 7690 0 -1 4202560 2724 0 0 0 30961 1 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120681799712 140120847887869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10405] ppid=10386 vsize=15417412 memory=0 CPUtime=310.78 cores=0,2,4,6
/proc/10388/task/10405/stat : 10405 (java) R 10386 10386 7690 0 -1 4202560 810 0 0 0 31078 0 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120680747144 140120848226236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
[pid=10388/tid=10406] ppid=10386 vsize=15417412 memory=6791534058613427641 CPUtime=310.96 cores=0,2,4,6
/proc/10388/task/10406/stat : 10406 (java) R 10386 10386 7690 0 -1 4202560 2110 0 0 0 31093 3 0 0 20 0 19 0 475308650 15787429888 109178 33554432000 4194304 4196468 140726473316672 140120679694344 140120848755140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7438336 140726473323503 140726473323674 140726473323674 140726473326543 0
Current children cumulated CPU time: 1249.94 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 438160 KiB

Child status: 0
Real time (s): 314.436
CPU time (s): 1250.03
CPU user time (s): 1249.69
CPU system time (s): 0.343871
CPU usage (%): 397.548
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 438160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1249.69
system time used= 0.343871
maximum resident set size= 437076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9295
involuntary context switches= 26538


# summary of solver processes directly reported to runsolver:
#   pid: 10386
#   total CPU time (s): 1250.03
#   total CPU user time (s): 1249.69
#   total CPU system time (s): 0.343871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02653 second user time and 3.74733 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 15:31:36
IDJOB=4403404
IDBENCH=126890
IDSOLVER=2863
FILE ID=node104/4403404-1568990517
RUNJOBID= node104-1568983762-7721
PBS_JOBID= 21704640
Free space on /tmp= 9556 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403404-1568990517/watcher-4403404-1568990517 -o /tmp/evaluation-result-4403404-1568990517/solver-4403404-1568990517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 103363509 HOME/instance-4403404-1568990517.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=103363509

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        12853296 kB
MemAvailable:   27969188 kB
Buffers:           93404 kB
Cached:         14950008 kB
SwapCached:        22652 kB
Active:         11345812 kB
Inactive:        7574336 kB
Active(anon):    3851560 kB
Inactive(anon):    74632 kB
Active(file):    7494252 kB
Inactive(file):  7499704 kB
Unevictable:      109712 kB
Mlocked:          109712 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:       4010284 kB
Mapped:            65376 kB
Shmem:             40708 kB
Slab:             580056 kB
SReclaimable:     550396 kB
SUnreclaim:        29660 kB
KernelStack:        4160 kB
PageTables:        13540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5578176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9532 MiB
End job on node104 at 2019-09-20 15:36:50