Trace number 4406811

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 parallel? (TO) 19997.7 2520.14

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
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-4406811-1569360089.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406811-1569360089.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
42.12/9.95	c solve instance...
19996.96/2520.07	s UNKNOWN
19996.96/2520.07	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406811-1569360089/watcher-4406811-1569360089 -o /tmp/evaluation-result-4406811-1569360089/solver-4406811-1569360089 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569357732-9767 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 790411831 HOME/instance-4406811-1569360089.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=10552, runsolver pid=10549
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 5.28 7.05 7.01 3/211 10573
/proc/meminfo: memFree=25478680/32770624 swapFree=66936736/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28227396 memory=32328 CPUtime=0.12 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 5470 0 0 0 10 2 0 0 20 0 20 0 511946698 28904853504 8082 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7056849 8082 3139 1 0 7019032 0
[pid=10554/tid=10555] ppid=10552 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) R 10552 10552 9740 0 -1 4202560 3383 0 0 0 8 1 0 0 20 0 20 0 511946698 28904853504 8082 33554432000 4194304 4196468 140732783034976 140044164338480 140044160118166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28227396 memory=732370234132790245 CPUtime=0 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28227396 memory=140095795336832 CPUtime=0 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10559] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10559/stat : 10559 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043708431376 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10560] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10560/stat : 10560 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043707378064 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10561] ppid=10552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10554/task/10561/stat : 10561 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043706325264 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10562] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10562/stat : 10562 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043705272976 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10563] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10563/stat : 10563 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043704220176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10564] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10564/stat : 10564 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946700 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043544865392 140044160117378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10565] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10565/stat : 10565 (java) S 10552 10552 9740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511946701 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043543811360 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10566] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10566/stat : 10566 (java) S 10552 10552 9740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511946701 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043542759024 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10567] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10567/stat : 10567 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043541707344 140044160124827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10568] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10568/stat : 10568 (java) S 10552 10552 9740 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043540654192 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10569] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10569/stat : 10569 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043539601392 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10570] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10570/stat : 10570 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043538549104 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10571] ppid=10552 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10554/task/10571/stat : 10571 (java) R 10552 10552 9740 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 511946703 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043537496304 140044160118166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10572] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10572/stat : 10572 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946704 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043536444256 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10573] ppid=10552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10554/task/10573/stat : 10573 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946704 28904853504 8082 33554432000 4194304 4196468 140732783034976 140043535391536 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 33780 KiB

[startup+0.210684 s]*
/proc/loadavg: 5.28 7.05 7.01 2/211 10573
/proc/meminfo: memFree=25466044/32770624 swapFree=66936736/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28227396 memory=43020 CPUtime=0.34 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 9027 0 0 0 30 4 0 0 20 0 20 0 511946698 28904853504 10755 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7056849 10755 3255 1 0 7019032 0
[pid=10554/tid=10555] ppid=10552 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) R 10552 10552 9740 0 -1 4202560 6208 0 0 0 17 2 0 0 20 0 20 0 511946698 28904853504 10755 33554432000 4194304 4196468 140732783034976 140044164338960 140044144186718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28227396 memory=280191454516984 CPUtime=0 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28227396 memory=140095795336832 CPUtime=0 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10559] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10559/stat : 10559 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043708431376 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10560] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10560/stat : 10560 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043707378064 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10561] ppid=10552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10554/task/10561/stat : 10561 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043706325264 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10562] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10562/stat : 10562 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043705272976 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10563] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10563/stat : 10563 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043704220176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10564] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10564/stat : 10564 (java) S 10552 10552 9740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511946700 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043544865392 140044160117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10565] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10565/stat : 10565 (java) S 10552 10552 9740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511946701 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043543811360 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10566] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10566/stat : 10566 (java) S 10552 10552 9740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511946701 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043542759024 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10567] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10567/stat : 10567 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043541707344 140044160124827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10568] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10568/stat : 10568 (java) S 10552 10552 9740 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 20 0 511946703 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043540654192 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10569] ppid=10552 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10554/task/10569/stat : 10569 (java) S 10552 10552 9740 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 511946703 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043539601392 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10570] ppid=10552 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10554/task/10570/stat : 10570 (java) S 10552 10552 9740 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 20 0 511946703 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043538549104 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10571] ppid=10552 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/10554/task/10571/stat : 10571 (java) R 10552 10552 9740 0 -1 4202560 712 0 0 0 8 0 0 0 20 0 20 0 511946703 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043537496304 140044139508022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10572] ppid=10552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10572/stat : 10572 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946704 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043536444256 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10573] ppid=10552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10554/task/10573/stat : 10573 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946704 28904853504 10755 33554432000 4194304 4196468 140732783034976 140043535391536 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44472 KiB

[startup+0.310467 s]*
/proc/loadavg: 5.28 7.05 7.01 4/211 10573
/proc/meminfo: memFree=25458896/32770624 swapFree=66936736/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28231652 memory=52016 CPUtime=0.52 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 10334 0 0 0 47 5 0 0 20 0 20 0 511946698 28909211648 13004 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7057913 13004 3348 1 0 7019032 0
[pid=10554/tid=10555] ppid=10552 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) R 10552 10552 9740 0 -1 4202560 7306 0 0 0 26 3 0 0 20 0 20 0 511946698 28909211648 13004 33554432000 4194304 4196468 140732783034976 140044164340016 140044144186718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10559] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10559/stat : 10559 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043708431376 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10560] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10560/stat : 10560 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043707378064 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10561] ppid=10552 vsize=28231652 memory=140095659272879 CPUtime=0 cores=0-7
/proc/10554/task/10561/stat : 10561 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043706325264 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10562] ppid=10552 vsize=28231652 memory=140095659275184 CPUtime=0 cores=0-7
/proc/10554/task/10562/stat : 10562 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043705272976 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10563] ppid=10552 vsize=28231652 memory=140095659277488 CPUtime=0 cores=0-7
/proc/10554/task/10563/stat : 10563 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043704220176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10564] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10564/stat : 10564 (java) S 10552 10552 9740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511946700 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043544865392 140044160117378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10565] ppid=10552 vsize=28231652 memory=280191318568848 CPUtime=0 cores=0-7
/proc/10554/task/10565/stat : 10565 (java) S 10552 10552 9740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511946701 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043543811360 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10566] ppid=10552 vsize=28231652 memory=280191318566544 CPUtime=0 cores=0-7
/proc/10554/task/10566/stat : 10566 (java) S 10552 10552 9740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511946701 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043542759024 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10567] ppid=10552 vsize=28231652 memory=280191318573456 CPUtime=0 cores=0-7
/proc/10554/task/10567/stat : 10567 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946703 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043541707344 140044160124827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10568] ppid=10552 vsize=28231652 memory=280191318514736 CPUtime=0.02 cores=0-7
/proc/10554/task/10568/stat : 10568 (java) S 10552 10552 9740 0 -1 1077944384 477 0 0 0 2 0 0 0 20 0 20 0 511946703 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043540654192 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10569] ppid=10552 vsize=28231652 memory=280191318587280 CPUtime=0.03 cores=0-7
/proc/10554/task/10569/stat : 10569 (java) R 10552 10552 9740 0 -1 4202560 194 0 0 0 3 0 0 0 20 0 20 0 511946703 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043539601488 140044139321612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10570] ppid=10552 vsize=28231652 memory=280191318594192 CPUtime=0.03 cores=0-7
/proc/10554/task/10570/stat : 10570 (java) S 10552 10552 9740 0 -1 1077944384 253 0 0 0 3 0 0 0 20 0 20 0 511946703 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043538549104 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10571] ppid=10552 vsize=28231652 memory=280191318591888 CPUtime=0.12 cores=0-7
/proc/10554/task/10571/stat : 10571 (java) S 10552 10552 9740 0 -1 1077944384 801 0 0 0 12 0 0 0 20 0 20 0 511946703 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043537496304 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10572] ppid=10552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10572/stat : 10572 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511946704 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043536444256 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10573] ppid=10552 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10554/task/10573/stat : 10573 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946704 28909211648 13004 33554432000 4194304 4196468 140732783034976 140043535391536 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 53468 KiB

[startup+0.701 s]
/proc/loadavg: 5.28 7.05 7.01 5/211 10574
/proc/meminfo: memFree=25428672/32770624 swapFree=66936736/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28233776 memory=126528 CPUtime=2.04 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 14663 0 0 0 197 7 0 0 20 0 20 0 511946698 28911386624 31632 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7058444 31632 3450 1 0 7019544 0
[pid=10554/tid=10555] ppid=10552 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) R 10552 10552 9740 0 -1 4202560 7878 0 0 0 63 4 0 0 20 0 20 0 511946698 28911386624 31632 33554432000 4194304 4196468 140732783034976 140044164339768 140043800390434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28911386624 31632 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511946699 28911386624 31632 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511946699 28911386624 31632 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0

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

/proc/meminfo: memFree=16202856/32770624 swapFree=66936748/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28768336 memory=9289932 CPUtime=19855.7 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 954173 0 0 0 1982971 2598 0 0 20 0 28 0 511946698 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7192084 2322483 3558 1 0 7153184 0
[pid=10554/tid=10555] ppid=10552 vsize=28768336 memory=9289932 CPUtime=6.5 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) S 10552 10552 9740 0 -1 1077944384 11433 0 0 0 634 16 0 0 20 0 28 0 511946698 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140044164347008 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28768336 memory=9289932 CPUtime=38.88 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 30193 0 0 0 3696 192 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28768336 memory=9289932 CPUtime=38.68 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 36420 0 0 0 3678 190 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28768336 memory=9289932 CPUtime=38.79 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 34295 0 0 0 3683 196 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10559] ppid=10552 vsize=28768336 memory=9289932 CPUtime=39.3 cores=0-7
/proc/10554/task/10559/stat : 10559 (java) S 10552 10552 9740 0 -1 1077944384 41542 0 0 0 3729 201 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043708431376 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10560] ppid=10552 vsize=28768336 memory=1452 CPUtime=38.88 cores=0-7
/proc/10554/task/10560/stat : 10560 (java) S 10552 10552 9740 0 -1 1077944384 26987 0 0 0 3701 187 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043707378064 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10561] ppid=10552 vsize=28768336 memory=9289932 CPUtime=38.81 cores=0-7
/proc/10554/task/10561/stat : 10561 (java) S 10552 10552 9740 0 -1 1077944384 33992 0 0 0 3687 194 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043706325264 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10562] ppid=10552 vsize=28768336 memory=1452 CPUtime=38.74 cores=0-7
/proc/10554/task/10562/stat : 10562 (java) S 10552 10552 9740 0 -1 1077944384 29923 0 0 0 3678 196 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043705272976 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10563] ppid=10552 vsize=28768336 memory=1452 CPUtime=38.88 cores=0-7
/proc/10554/task/10563/stat : 10563 (java) S 10552 10552 9740 0 -1 1077944384 32574 0 0 0 3693 195 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043704220176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10564] ppid=10552 vsize=28768336 memory=8960072 CPUtime=9.77 cores=0-7
/proc/10554/task/10564/stat : 10564 (java) S 10552 10552 9740 0 -1 1077944384 35373 0 0 0 921 56 0 0 20 0 28 0 511946700 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043544865392 140044160117378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10565] ppid=10552 vsize=28768336 memory=1000 CPUtime=0 cores=0-7
/proc/10554/task/10565/stat : 10565 (java) S 10552 10552 9740 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 511946701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043543811424 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10566] ppid=10552 vsize=28768336 memory=9289932 CPUtime=0 cores=0-7
/proc/10554/task/10566/stat : 10566 (java) S 10552 10552 9740 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 511946701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043542759040 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10567] ppid=10552 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/10554/task/10567/stat : 10567 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043541707344 140044160124827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10568] ppid=10552 vsize=28768336 memory=9289932 CPUtime=4.62 cores=0-7
/proc/10554/task/10568/stat : 10568 (java) S 10552 10552 9740 0 -1 1077944384 22446 0 0 0 459 3 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043540654192 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10569] ppid=10552 vsize=28768336 memory=2116 CPUtime=5.02 cores=0-7
/proc/10554/task/10569/stat : 10569 (java) S 10552 10552 9740 0 -1 1077944384 32595 0 0 0 496 6 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043539601392 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10570] ppid=10552 vsize=28768336 memory=1452 CPUtime=4.71 cores=0-7
/proc/10554/task/10570/stat : 10570 (java) S 10552 10552 9740 0 -1 1077944384 20378 0 0 0 468 3 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043538549104 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10571] ppid=10552 vsize=28768336 memory=9289932 CPUtime=1.32 cores=0-7
/proc/10554/task/10571/stat : 10571 (java) S 10552 10552 9740 0 -1 1077944384 21053 0 0 0 128 4 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043537496304 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10572] ppid=10552 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/10554/task/10572/stat : 10572 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511946704 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043536444256 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10573] ppid=10552 vsize=28768336 memory=1452 CPUtime=1.02 cores=0-7
/proc/10554/task/10573/stat : 10573 (java) S 10552 10552 9740 0 -1 1077944384 3459 0 0 0 57 45 0 0 20 0 28 0 511946704 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043535391536 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10575] ppid=10552 vsize=28768336 memory=1452 CPUtime=2445.08 cores=0-7
/proc/10554/task/10575/stat : 10575 (java) R 10552 10552 9740 0 -1 4202560 43379 0 0 0 244466 42 0 0 20 0 28 0 511947700 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043524074792 140043806548168 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10576] ppid=10552 vsize=28768336 memory=9289932 CPUtime=2442.68 cores=0-7
/proc/10554/task/10576/stat : 10576 (java) R 10552 10552 9740 0 -1 4202560 34353 0 0 0 244223 45 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043523026192 140043802327439 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10577] ppid=10552 vsize=28768336 memory=1452 CPUtime=2436.81 cores=0-7
/proc/10554/task/10577/stat : 10577 (java) R 10552 10552 9740 0 -1 4202560 82585 0 0 0 243412 269 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043521969824 140043804794763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10578] ppid=10552 vsize=28768336 memory=9289932 CPUtime=2435.42 cores=0-7
/proc/10554/task/10578/stat : 10578 (java) R 10552 10552 9740 0 -1 4202560 51300 0 0 0 243430 112 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043520917240 140043808747024 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10579] ppid=10552 vsize=28768336 memory=-7384994778349281184 CPUtime=2442.68 cores=0-7
/proc/10554/task/10579/stat : 10579 (java) R 10552 10552 9740 0 -1 4202560 76531 0 0 0 244061 207 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043519865000 140043799753296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10580] ppid=10552 vsize=28768336 memory=2116 CPUtime=2439.91 cores=0-7
/proc/10554/task/10580/stat : 10580 (java) R 10552 10552 9740 0 -1 4202560 57548 0 0 0 243914 77 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043518812152 140043799702549 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10581] ppid=10552 vsize=28768336 memory=23260 CPUtime=2431.12 cores=0-7
/proc/10554/task/10581/stat : 10581 (java) R 10552 10552 9740 0 -1 4202560 37535 0 0 0 243059 53 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043517759832 140043802328022 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10582] ppid=10552 vsize=28768336 memory=528 CPUtime=2437.84 cores=0-7
/proc/10554/task/10582/stat : 10582 (java) R 10552 10552 9740 0 -1 4202560 156871 0 0 0 243639 145 0 0 20 0 28 0 511947702 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043516707128 140043799702167 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
Current children cumulated CPU time: 19855.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 9291384 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.74 8.43 8.28 9/222 10814
/proc/meminfo: memFree=16203420/32770624 swapFree=66936748/67108860
[pid=10552] ppid=10549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10552/stat : 10552 (xcsp3-exec) S 10549 10552 9740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511946697 115843072 363 33554432000 4194304 5098028 140728281431552 140728281429656 139796129022588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32108544 140728281437046 140728281437289 140728281437289 140728281440202 0
/proc/10552/statm: 28282 363 304 221 0 87 0
[pid=10554] ppid=10552 vsize=28768336 memory=9289932 CPUtime=19997 cores=0-7
/proc/10554/stat : 10554 (java) S 10552 10552 9740 0 -1 1077944320 956378 0 0 0 1997094 2602 0 0 20 0 28 0 511946698 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140732783017520 140044160106231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
/proc/10554/statm: 7192084 2322483 3558 1 0 7153184 0
[pid=10554/tid=10555] ppid=10552 vsize=28768336 memory=1492 CPUtime=6.5 cores=0-7
/proc/10554/task/10555/stat : 10555 (java) S 10552 10552 9740 0 -1 1077944384 11433 0 0 0 634 16 0 0 20 0 28 0 511946698 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140044164347008 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10556] ppid=10552 vsize=28768336 memory=860 CPUtime=38.88 cores=0-7
/proc/10554/task/10556/stat : 10556 (java) S 10552 10552 9740 0 -1 1077944384 30193 0 0 0 3696 192 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140044121066384 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10557] ppid=10552 vsize=28768336 memory=1448 CPUtime=38.68 cores=0-7
/proc/10554/task/10557/stat : 10557 (java) S 10552 10552 9740 0 -1 1077944384 36420 0 0 0 3678 190 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043710536464 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10558] ppid=10552 vsize=28768336 memory=-7003737579269690708 CPUtime=38.79 cores=0-7
/proc/10554/task/10558/stat : 10558 (java) S 10552 10552 9740 0 -1 1077944384 34295 0 0 0 3683 196 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043709484176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10559] ppid=10552 vsize=28768336 memory=1980 CPUtime=39.3 cores=0-7
/proc/10554/task/10559/stat : 10559 (java) S 10552 10552 9740 0 -1 1077944384 41542 0 0 0 3729 201 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043708431376 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10560] ppid=10552 vsize=28768336 memory=2432 CPUtime=38.88 cores=0-7
/proc/10554/task/10560/stat : 10560 (java) S 10552 10552 9740 0 -1 1077944384 26987 0 0 0 3701 187 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043707378064 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10561] ppid=10552 vsize=28768336 memory=1760 CPUtime=38.81 cores=0-7
/proc/10554/task/10561/stat : 10561 (java) S 10552 10552 9740 0 -1 1077944384 33992 0 0 0 3687 194 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043706325264 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10562] ppid=10552 vsize=28768336 memory=111636 CPUtime=38.74 cores=0-7
/proc/10554/task/10562/stat : 10562 (java) S 10552 10552 9740 0 -1 1077944384 29923 0 0 0 3678 196 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043705272976 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10563] ppid=10552 vsize=28768336 memory=800 CPUtime=38.88 cores=0-7
/proc/10554/task/10563/stat : 10563 (java) S 10552 10552 9740 0 -1 1077944384 32574 0 0 0 3693 195 0 0 20 0 28 0 511946699 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043704220176 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10564] ppid=10552 vsize=28768336 memory=4100 CPUtime=9.77 cores=0-7
/proc/10554/task/10564/stat : 10564 (java) S 10552 10552 9740 0 -1 1077944384 35373 0 0 0 921 56 0 0 20 0 28 0 511946700 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043544865392 140044160117378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10565] ppid=10552 vsize=28768336 memory=1804 CPUtime=0 cores=0-7
/proc/10554/task/10565/stat : 10565 (java) S 10552 10552 9740 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 511946701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043543811424 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10566] ppid=10552 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10554/task/10566/stat : 10566 (java) S 10552 10552 9740 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 511946701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043542759040 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10567] ppid=10552 vsize=28768336 memory=52116 CPUtime=0 cores=0-7
/proc/10554/task/10567/stat : 10567 (java) S 10552 10552 9740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043541707344 140044160124827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10568] ppid=10552 vsize=28768336 memory=988 CPUtime=4.62 cores=0-7
/proc/10554/task/10568/stat : 10568 (java) S 10552 10552 9740 0 -1 1077944384 22449 0 0 0 459 3 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043540654192 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10569] ppid=10552 vsize=28768336 memory=2012 CPUtime=5.02 cores=0-7
/proc/10554/task/10569/stat : 10569 (java) S 10552 10552 9740 0 -1 1077944384 32598 0 0 0 496 6 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043539601392 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10570] ppid=10552 vsize=28768336 memory=1424 CPUtime=4.71 cores=0-7
/proc/10554/task/10570/stat : 10570 (java) S 10552 10552 9740 0 -1 1077944384 20386 0 0 0 468 3 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043538549104 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10571] ppid=10552 vsize=28768336 memory=1704 CPUtime=1.32 cores=0-7
/proc/10554/task/10571/stat : 10571 (java) S 10552 10552 9740 0 -1 1077944384 21057 0 0 0 128 4 0 0 20 0 28 0 511946703 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043537496304 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10572] ppid=10552 vsize=28768336 memory=6184 CPUtime=0 cores=0-7
/proc/10554/task/10572/stat : 10572 (java) S 10552 10552 9740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511946704 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043536444256 140044160116437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10573] ppid=10552 vsize=28768336 memory=768 CPUtime=1.02 cores=0-7
/proc/10554/task/10573/stat : 10573 (java) S 10552 10552 9740 0 -1 1077944384 3461 0 0 0 57 45 0 0 20 0 28 0 511946704 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043535391536 140044160117378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10575] ppid=10552 vsize=28768336 memory=780 CPUtime=2462.78 cores=0-7
/proc/10554/task/10575/stat : 10575 (java) R 10552 10552 9740 0 -1 4202560 43462 0 0 0 246236 42 0 0 20 0 28 0 511947700 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043524074792 140043806085122 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10576] ppid=10552 vsize=28768336 memory=6791534058613427641 CPUtime=2460.38 cores=0-7
/proc/10554/task/10576/stat : 10576 (java) R 10552 10552 9740 0 -1 4202560 34437 0 0 0 245993 45 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043523026192 140043799096126 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10577] ppid=10552 vsize=28768336 memory=916 CPUtime=2454.53 cores=0-7
/proc/10554/task/10577/stat : 10577 (java) R 10552 10552 9740 0 -1 4202560 82733 0 0 0 245183 270 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043521969824 140043804794780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10578] ppid=10552 vsize=28768336 memory=4136 CPUtime=2453.13 cores=0-7
/proc/10554/task/10578/stat : 10578 (java) R 10552 10552 9740 0 -1 4202560 51642 0 0 0 245200 113 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043520917240 140043802882807 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10579] ppid=10552 vsize=28768336 memory=1412 CPUtime=2460.02 cores=0-7
/proc/10554/task/10579/stat : 10579 (java) R 10552 10552 9740 0 -1 4202560 76806 0 0 0 245795 207 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043519865000 140043800602288 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10580] ppid=10552 vsize=28768336 memory=3668 CPUtime=2457.61 cores=0-7
/proc/10554/task/10580/stat : 10580 (java) R 10552 10552 9740 0 -1 4202560 58300 0 0 0 245684 77 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043518812152 140043808592213 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10581] ppid=10552 vsize=28768336 memory=1452 CPUtime=2448.81 cores=0-7
/proc/10554/task/10581/stat : 10581 (java) R 10552 10552 9740 0 -1 4202560 37690 0 0 0 244828 53 0 0 20 0 28 0 511947701 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043517759832 140043799706670 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
[pid=10554/tid=10582] ppid=10552 vsize=28768336 memory=9289932 CPUtime=2455.55 cores=0-7
/proc/10554/task/10582/stat : 10582 (java) R 10552 10552 9740 0 -1 4202560 157216 0 0 0 245409 146 0 0 20 0 28 0 511947702 29458776064 2322483 33554432000 4194304 4196468 140732783034976 140043516707128 140043802883121 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8982528 140732783039466 140732783039638 140732783039638 140732783042511 0
Current children cumulated CPU time: 19997 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 9291384 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 10552 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001234 s, system=0.001234 s

[startup+2520.14 s]
# the end of solver process 10554 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19971.6 s, system=26.078 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.13 s]*
/proc/loadavg: 8.74 8.43 8.28 2/195 10816
/proc/meminfo: memFree=25145824/32770624 swapFree=66936748/67108860
Current cumulated CPU time of completed processes: 0.002468 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19997.7
CPU user time (s): 19971.6
CPU system time (s): 26.078
CPU usage (%): 793.514
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 9297196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19971.6
system time used= 26.078
maximum resident set size= 9295744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68646
involuntary context switches= 240192


# summary of solver processes directly reported to runsolver:
#   pid: 10552,10554
#   total CPU time (s): 19997.7
#   total CPU user time (s): 19971.6
#   total CPU system time (s): 26.078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.3531 second user time and 29.0002 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-24 23:20:46
IDJOB=4406811
IDBENCH=139285
IDSOLVER=2871
FILE ID=node141/4406811-1569360089
RUNJOBID= node141-1569357732-9767
PBS_JOBID= 21705108
Free space on /tmp= 22932 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.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-4406811-1569360089/watcher-4406811-1569360089 -o /tmp/evaluation-result-4406811-1569360089/solver-4406811-1569360089 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569357732-9767 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 790411831 HOME/instance-4406811-1569360089.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=790411831

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        25498036 kB
MemAvailable:   31807736 kB
Buffers:          106540 kB
Cached:          6482164 kB
SwapCached:        62112 kB
Active:          3267476 kB
Inactive:        3388288 kB
Active(anon):       1124 kB
Inactive(anon):   118964 kB
Active(file):    3266352 kB
Inactive(file):  3269324 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66936736 kB
Dirty:             27244 kB
Writeback:            24 kB
AnonPages:        112388 kB
Mapped:            54428 kB
Shmem:             44696 kB
Slab:             209144 kB
SReclaimable:     179720 kB
SUnreclaim:        29424 kB
KernelStack:        3376 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22904 MiB
End job on node141 at 2019-09-25 00:02:47