Trace number 4404645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong UNSAT 13.6791 3.96641

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-30-1.xml
MD5SUM74f6b053d0485b3d7d553e00e4caa41f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark124
Best CPU time to get the best result obtained on this benchmark2.068
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints1117
Number of domains67
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":14,"count":2},{"size":15,"count":2},{"size":16,"count":7},{"size":17,"count":12},{"size":18,"count":6},{"size":19,"count":1},{"size":34,"count":30},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":65},{"degree":32,"count":34},{"degree":33,"count":1},{"degree":36,"count":30}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":1115},{"arity":35,"count":1}]
Number of extensional constraints65
Number of intensional constraints1051
Distribution of constraint types[{"type":"extension","count":65},{"type":"intension","count":1051},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404645-1568998895.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404645-1568998895.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
12.53/3.78	c solve instance...
13.38/3.93	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 (7352 MiB free)
  memory of node 1: 16384 MiB (8924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404645-1568998895/watcher-4404645-1568998895 -o /var/tmp/evaluation-result-4404645-1568998895/solver-4404645-1568998895 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1568994386-6070 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1449555955 HOME/instance-4404645-1568998895.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
Current StackSize limit: 8192 KiB

solver pid=8512, runsolver pid=8509

[startup+0.100142 s]*
/proc/loadavg: 7.20 8.21 8.33 2/216 8533
/proc/meminfo: memFree=16652092/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28227396 memory=28668 CPUtime=0.12 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 5650 0 0 0 11 1 0 0 20 0 20 0 476129022 28904853504 7167 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7056849 7167 3111 1 0 7019032 0
[pid=8514/tid=8515] ppid=8512 vsize=28227396 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) R 8512 8512 6043 0 -1 4202560 3593 0 0 0 8 0 0 0 20 0 20 0 476129022 28904853504 7167 33554432000 4194304 4196468 140728878269472 139848347999040 139848343780758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28227396 memory=139967170188928 CPUtime=0 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129024 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476129025 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847727588640 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476129025 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847726536304 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) R 8512 8512 6043 0 -1 4202560 291 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847724431472 139848343779970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) R 8512 8512 6043 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847723378672 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) R 8512 8512 6043 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847722326384 139848327224320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) R 8512 8512 6043 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847721273584 139848322288974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129028 28904853504 7167 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30120 KiB

[startup+0.210592 s]*
/proc/loadavg: 7.20 8.21 8.33 3/216 8533
/proc/meminfo: memFree=16637084/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28227396 memory=41068 CPUtime=0.33 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 9526 0 0 0 30 3 0 0 20 0 20 0 476129022 28904853504 10267 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7056849 10267 3279 1 0 7019032 0
[pid=8514/tid=8515] ppid=8512 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) R 8512 8512 6043 0 -1 4202560 6636 0 0 0 18 2 0 0 20 0 20 0 476129022 28904853504 10267 33554432000 4194304 4196468 140728878269472 139848348001920 139848343780758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28227396 memory=139967170197699 CPUtime=0 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129023 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476129024 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476129025 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847727588640 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476129025 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847726536304 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) S 8512 8512 6043 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847724431472 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) S 8512 8512 6043 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847723378672 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) S 8512 8512 6043 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847722326384 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) R 8512 8512 6043 0 -1 4202560 775 0 0 0 7 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847721273392 139848343780758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129027 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129028 28904853504 10267 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42520 KiB

[startup+0.30987 s]*
/proc/loadavg: 7.20 8.21 8.33 4/216 8533
/proc/meminfo: memFree=16630196/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28231652 memory=49800 CPUtime=0.52 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 10843 0 0 0 48 4 0 0 20 0 20 0 476129022 28909211648 12450 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7057913 12450 3322 1 0 7019032 0
[pid=8514/tid=8515] ppid=8512 vsize=28231652 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) R 8512 8512 6043 0 -1 4202560 7801 0 0 0 27 3 0 0 20 0 20 0 476129022 28909211648 12450 33554432000 4194304 4196468 140728878269472 139848347999936 139848327849310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28231652 memory=139967011582895 CPUtime=0 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28231652 memory=139967011585200 CPUtime=0 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28231652 memory=139967011587504 CPUtime=0 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129023 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476129024 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28231652 memory=279934023181968 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476129025 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847727588640 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28231652 memory=279934023188880 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476129025 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847726536304 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28231652 memory=279934023130160 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28231652 memory=279934023202704 CPUtime=0.03 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) R 8512 8512 6043 0 -1 4202560 428 0 0 0 3 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847724421856 139848328878850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28231652 memory=279934023209616 CPUtime=0.03 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) S 8512 8512 6043 0 -1 1077944384 419 0 0 0 3 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847723378672 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28231652 memory=279934023207312 CPUtime=0.01 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) S 8512 8512 6043 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847722326384 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28231652 memory=279934023223472 CPUtime=0.12 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) S 8512 8512 6043 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847721273584 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129027 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129028 28909211648 12450 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51252 KiB

[startup+0.700977 s]
/proc/loadavg: 7.20 8.21 8.33 5/215 8533
/proc/meminfo: memFree=16605160/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28233776 memory=93040 CPUtime=1.93 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 16109 0 0 0 187 6 0 0 20 0 20 0 476129022 28911386624 23260 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7058444 23260 3453 1 0 7019544 0
[pid=8514/tid=8515] ppid=8512 vsize=28233776 memory=279934023581360 CPUtime=0.67 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) R 8512 8512 6043 0 -1 4202560 8745 0 0 0 64 3 0 0 20 0 20 0 476129022 28911386624 23260 33554432000 4194304 4196468 140728878269472 139848348004096 139847977477568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28233776 memory=139967011791728 CPUtime=0 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476129023 28911386624 23260 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28911386624 23260 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129023 28911386624 23260 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0

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

/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129027 28913483776 179847 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28235824 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129028 28913483776 179847 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 11.47 s
Current children cumulated vsize: 28348952 KiB
Current children cumulated memory: 720840 KiB

[startup+3.60084 s]
/proc/loadavg: 6.70 8.09 8.29 5/215 8533
/proc/meminfo: memFree=15970416/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28235824 memory=794704 CPUtime=12.38 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 27657 0 0 0 1121 117 0 0 20 0 20 0 476129022 28913483776 198676 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7058956 198676 3520 1 0 7020056 0
[pid=8514/tid=8515] ppid=8512 vsize=28235824 memory=8112282956445269571 CPUtime=2.98 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) R 8512 8512 6043 0 -1 4202560 10147 0 0 0 288 10 0 0 20 0 20 0 476129022 28913483776 198676 33554432000 4194304 4196468 140728878269472 139848348006800 139848343780758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28235824 memory=279934023947520 CPUtime=0.53 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 290 0 0 0 41 12 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28235824 memory=139967011968816 CPUtime=0.54 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 276 0 0 0 42 12 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28235824 memory=0 CPUtime=0.54 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 323 0 0 0 41 13 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28235824 memory=0 CPUtime=0.55 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 273 0 0 0 42 13 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28235824 memory=0 CPUtime=0.54 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 281 0 0 0 41 13 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28235824 memory=0 CPUtime=0.53 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 293 0 0 0 40 13 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28235824 memory=0 CPUtime=0.53 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 240 0 0 0 41 12 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28235824 memory=1452 CPUtime=0.53 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 343 0 0 0 42 11 0 0 20 0 20 0 476129023 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28235824 memory=114804 CPUtime=0.03 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 505 0 0 0 3 0 0 0 20 0 20 0 476129024 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28235824 memory=2832 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 476129025 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847727588704 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28235824 memory=1212 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 476129025 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847726536320 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28235824 memory=1036 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28235824 memory=14008 CPUtime=1.3 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) R 8512 8512 6043 0 -1 4202560 2921 0 0 0 129 1 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847724431472 139848343780758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28235824 memory=12024 CPUtime=1.41 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) R 8512 8512 6043 0 -1 4202560 2816 0 0 0 140 1 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847723378672 139848343780758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28235824 memory=2116 CPUtime=1.55 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) R 8512 8512 6043 0 -1 4202560 3591 0 0 0 154 1 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847722315648 139848325290904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28235824 memory=29392 CPUtime=0.7 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) S 8512 8512 6043 0 -1 1077944384 4057 0 0 0 69 1 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847721273584 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28235824 memory=1716 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476129027 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28235824 memory=784 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476129028 28913483776 198676 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 28348952 KiB
Current children cumulated memory: 796156 KiB

[startup+3.80116 s]
/proc/loadavg: 6.70 8.09 8.29 5/215 8533
/proc/meminfo: memFree=15970416/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28569672 memory=899716 CPUtime=12.65 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 30131 0 0 0 1145 120 0 0 20 0 25 0 476129022 29255344128 224928 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7142418 224928 3520 1 0 7103518 0
[pid=8514/tid=8515] ppid=8512 vsize=28569672 memory=1056 CPUtime=3.18 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) S 8512 8512 6043 0 -1 1077944384 10534 0 0 0 306 12 0 0 20 0 25 0 476129022 29255344128 224929 33554432000 4194304 4196468 140728878269472 139848348009600 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28569672 memory=1540 CPUtime=0.53 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 290 0 0 0 41 12 0 0 20 0 25 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28569672 memory=728 CPUtime=0.54 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 276 0 0 0 42 12 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28569672 memory=3612 CPUtime=0.54 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 323 0 0 0 41 13 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28569672 memory=2832 CPUtime=0.55 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 273 0 0 0 42 13 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28569672 memory=1212 CPUtime=0.54 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 281 0 0 0 41 13 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28569672 memory=1036 CPUtime=0.53 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 293 0 0 0 40 13 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28569672 memory=7014751519600366929 CPUtime=0.53 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 240 0 0 0 41 12 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28569672 memory=7661859282850505833 CPUtime=0.53 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 343 0 0 0 42 11 0 0 20 0 26 0 476129023 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28569672 memory=6154282490091891024 CPUtime=0.03 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 505 0 0 0 3 0 0 0 20 0 26 0 476129024 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28569672 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 26 0 476129025 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847727588704 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28569672 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 26 0 476129025 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847726536320 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28569672 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28569672 memory=1056 CPUtime=1.31 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) S 8512 8512 6043 0 -1 1077944384 2988 0 0 0 130 1 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847724431472 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28569672 memory=1540 CPUtime=1.42 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) S 8512 8512 6043 0 -1 1077944384 2822 0 0 0 141 1 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847723378672 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28569672 memory=7662705889289527641 CPUtime=1.58 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) S 8512 8512 6043 0 -1 1077944384 5442 0 0 0 157 1 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847722326384 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28569672 memory=7884513582915544153 CPUtime=0.71 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) D 8512 8512 6043 0 -1 4202560 4094 0 0 0 70 1 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847721269200 139848336009804 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28569672 memory=5865188000529146989 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 476129027 29255344128 224929 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28569672 memory=-8412654363917126771 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 476129028 29255344128 225441 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 28682800 KiB
Current children cumulated memory: 901168 KiB

[startup+3.90108 s]
/proc/loadavg: 6.70 8.09 8.29 5/215 8533
/proc/meminfo: memFree=15970416/32770624 swapFree=67001916/67108860
[pid=8512] ppid=8509 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8512/stat : 8512 (xcsp3-exec) S 8509 8512 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476129021 115843072 363 33554432000 4194304 5098028 140732487546800 140732487544904 140009763697276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30318592 140732487549777 140732487550037 140732487550037 140732487552966 0
/proc/8512/statm: 28282 363 304 221 0 87 0
[pid=8514] ppid=8512 vsize=28768336 memory=916664 CPUtime=13.38 cores=0-7
/proc/8514/stat : 8514 (java) S 8512 8512 6043 0 -1 1077944320 31447 0 0 0 1217 121 0 0 20 0 28 0 476129022 29458776064 229166 33554432000 4194304 4196468 140728878269472 140728878252016 139848343768823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
/proc/8514/statm: 7192084 229166 3520 1 0 7153184 0
[pid=8514/tid=8515] ppid=8512 vsize=28768336 memory=56 CPUtime=3.18 cores=0-7
/proc/8514/task/8515/stat : 8515 (java) S 8512 8512 6043 0 -1 1077944384 10534 0 0 0 306 12 0 0 20 0 28 0 476129022 29458776064 229166 33554432000 4194304 4196468 140728878269472 139848348009600 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8516] ppid=8512 vsize=28768336 memory=13811 CPUtime=0.53 cores=0-7
/proc/8514/task/8516/stat : 8516 (java) S 8512 8512 6043 0 -1 1077944384 290 0 0 0 41 12 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847895210896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8517] ppid=8512 vsize=28768336 memory=20606 CPUtime=0.54 cores=0-7
/proc/8514/task/8517/stat : 8517 (java) S 8512 8512 6043 0 -1 1077944384 276 0 0 0 42 12 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847894158096 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8518] ppid=8512 vsize=28768336 memory=0 CPUtime=0.54 cores=0-7
/proc/8514/task/8518/stat : 8518 (java) S 8512 8512 6043 0 -1 1077944384 323 0 0 0 41 13 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847893105808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8519] ppid=8512 vsize=28768336 memory=0 CPUtime=0.55 cores=0-7
/proc/8514/task/8519/stat : 8519 (java) S 8512 8512 6043 0 -1 1077944384 273 0 0 0 42 13 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847892053008 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8520] ppid=8512 vsize=28768336 memory=139967011921665 CPUtime=0.54 cores=0-7
/proc/8514/task/8520/stat : 8520 (java) S 8512 8512 6043 0 -1 1077944384 281 0 0 0 41 13 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847890999696 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8521] ppid=8512 vsize=28768336 memory=0 CPUtime=0.53 cores=0-7
/proc/8514/task/8521/stat : 8521 (java) S 8512 8512 6043 0 -1 1077944384 293 0 0 0 40 13 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847889946896 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8522] ppid=8512 vsize=28768336 memory=0 CPUtime=0.53 cores=0-7
/proc/8514/task/8522/stat : 8522 (java) S 8512 8512 6043 0 -1 1077944384 240 0 0 0 41 12 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847888894608 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8523] ppid=8512 vsize=28768336 memory=0 CPUtime=0.53 cores=0-7
/proc/8514/task/8523/stat : 8523 (java) S 8512 8512 6043 0 -1 1077944384 343 0 0 0 42 11 0 0 20 0 28 0 476129023 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847887841808 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8524] ppid=8512 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/8514/task/8524/stat : 8524 (java) S 8512 8512 6043 0 -1 1077944384 505 0 0 0 3 0 0 0 20 0 28 0 476129024 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847728642672 139848343779970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8525] ppid=8512 vsize=28768336 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8514/task/8525/stat : 8525 (java) S 8512 8512 6043 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 476129025 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847727588704 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8526] ppid=8512 vsize=28768336 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8514/task/8526/stat : 8526 (java) S 8512 8512 6043 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476129025 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847726536320 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8527] ppid=8512 vsize=28768336 memory=15825486429292335 CPUtime=0 cores=0-7
/proc/8514/task/8527/stat : 8527 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847725484624 139848343787419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8528] ppid=8512 vsize=28768336 memory=0 CPUtime=1.37 cores=0-7
/proc/8514/task/8528/stat : 8528 (java) R 8512 8512 6043 0 -1 1077944384 3265 0 0 0 136 1 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847724431472 139848343779970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8529] ppid=8512 vsize=28768336 memory=0 CPUtime=1.47 cores=0-7
/proc/8514/task/8529/stat : 8529 (java) R 8512 8512 6043 0 -1 4202560 3314 0 0 0 146 1 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847723367344 139848323028459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8530] ppid=8512 vsize=28768336 memory=0 CPUtime=1.62 cores=0-7
/proc/8514/task/8530/stat : 8530 (java) R 8512 8512 6043 0 -1 4202560 5596 0 0 0 161 1 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847722326680 139848327281744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8531] ppid=8512 vsize=28768336 memory=0 CPUtime=0.73 cores=0-7
/proc/8514/task/8531/stat : 8531 (java) R 8512 8512 6043 0 -1 4202560 4298 0 0 0 72 1 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847721273584 139848336865659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8532] ppid=8512 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8532/stat : 8532 (java) S 8512 8512 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476129027 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847720221536 139848343779029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
[pid=8514/tid=8533] ppid=8512 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/8514/task/8533/stat : 8533 (java) S 8512 8512 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476129028 29458776064 229166 33554432000 4194304 4196468 140728878269472 139847719168816 139848343779970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140728878273494 140728878273670 140728878273670 140728878276559 0
Current children cumulated CPU time: 13.38 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 918116 KiB

Child status: 0
Real time (s): 3.96641
CPU time (s): 13.6791
CPU user time (s): 12.447
CPU system time (s): 1.2321
CPU usage (%): 344.875
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 918116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.447
system time used= 1.2321
maximum resident set size= 922764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3934
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 8512
#   total CPU time (s): 13.6791
#   total CPU user time (s): 12.447
#   total CPU system time (s): 1.2321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052166 second user time and 0.080424 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 19:00:54
IDJOB=4404645
IDBENCH=126834
IDSOLVER=2865
FILE ID=node133/4404645-1568998895
RUNJOBID= node133-1568994386-6070
PBS_JOBID= 21704723
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404645-1568998895/watcher-4404645-1568998895 -o /var/tmp/evaluation-result-4404645-1568998895/solver-4404645-1568998895 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1568994386-6070 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1449555955 HOME/instance-4404645-1568998895.xml

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

MD5SUM BENCH= 74f6b053d0485b3d7d553e00e4caa41f
RANDOM SEED=1449555955

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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:        16667404 kB
MemAvailable:   31848836 kB
Buffers:          119764 kB
Cached:         14975000 kB
SwapCached:         5368 kB
Active:          7526632 kB
Inactive:        7573868 kB
Active(anon):       1968 kB
Inactive(anon):    50296 kB
Active(file):    7524664 kB
Inactive(file):  7523572 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001916 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:        151748 kB
Mapped:            51944 kB
Shmem:             37752 kB
Slab:             590520 kB
SReclaimable:     561656 kB
SUnreclaim:        28864 kB
KernelStack:        3904 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node133 at 2019-09-20 19:00:59