Trace number 4407017

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-24 parallelOPT76 1269.39 160.148

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark48.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407017-1569355924.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4407017-1569355924.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.37/0.62	c solve instance...
1.84/0.70	o 187 
1.84/0.72	o 103 
1.84/0.73	o 102 
1.84/0.74	o 101 
1.84/0.74	o 95 
1.84/0.75	o 86 
1.84/0.76	o 84 
1.84/0.76	o 83 
1.84/0.77	o 80 
1.84/0.77	o 77 
3.24/0.96	o 76 
1269.18/160.13	s OPTIMUM FOUND
1269.18/160.13	v <instantiation>
1269.18/160.13	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1269.18/160.13	v 	<values>0 1 2 3 4 8 7 9 11 12 14 13 10 6 5 8 1 1 5 9 4 1 5 2 12 4 6 4 4 10 </values>
1269.18/160.13	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407017-1569355924/watcher-4407017-1569355924 -o /tmp/evaluation-result-4407017-1569355924/solver-4407017-1569355924 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 952402728 HOME/instance-4407017-1569355924.xml 

running on 8 cores: 0-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=649, runsolver pid=646
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 8.00 8.25 8.33 3/212 671
/proc/meminfo: memFree=25453508/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28227396 memory=29832 CPUtime=0.11 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 5382 0 0 0 10 1 0 0 20 0 20 0 511598571 28904853504 7458 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7056849 7458 3057 1 0 7019032 0
[pid=651/tid=652] ppid=649 vsize=28227396 memory=8390339637985935414 CPUtime=0.08 cores=0-7
/proc/651/task/652/stat : 652 (java) R 649 649 32286 0 -1 4202560 3388 0 0 0 8 0 0 0 20 0 20 0 511598572 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393553942232 140393549733270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28227396 memory=140117735248826 CPUtime=0 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=657] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/657/stat : 657 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393499184272 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=658] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/658/stat : 658 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393498130704 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=659] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/659/stat : 659 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393497078160 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=660] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/660/stat : 660 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393496025616 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=661] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/661/stat : 661 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 7523 33554432000 4194304 4196468 140723187488096 140393494973072 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=662] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/662/stat : 662 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511598574 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391744596464 140393549732482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=663] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/663/stat : 663 (java) S 649 649 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511598575 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391676372384 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=664] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/664/stat : 664 (java) S 649 649 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511598575 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391675319792 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=665] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/665/stat : 665 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391674268368 140393549739931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=666] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/666/stat : 666 (java) S 649 649 32286 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391673214960 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=667] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/667/stat : 667 (java) S 649 649 32286 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391672162416 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=668] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/668/stat : 668 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391671109872 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=669] ppid=649 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/651/task/669/stat : 669 (java) R 649 649 32286 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391670057328 140393549733270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 7523 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31288 KiB

[startup+0.211547 s]*
/proc/loadavg: 8.00 8.25 8.33 3/212 671
/proc/meminfo: memFree=25441508/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28227396 memory=41068 CPUtime=0.33 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 9004 0 0 0 29 4 0 0 20 0 20 0 511598571 28904853504 10267 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7056849 10267 3293 1 0 7019032 0
[pid=651/tid=652] ppid=649 vsize=28227396 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/651/task/652/stat : 652 (java) R 649 649 32286 0 -1 4202560 6174 0 0 0 18 2 0 0 20 0 20 0 511598572 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393553950600 140393549733270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28227396 memory=140117735248826 CPUtime=0 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=657] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/657/stat : 657 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393499184272 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=658] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/658/stat : 658 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393498130704 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=659] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/659/stat : 659 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393497078160 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=660] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/660/stat : 660 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393496025616 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=661] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/661/stat : 661 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28904853504 10267 33554432000 4194304 4196468 140723187488096 140393494973072 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=662] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/662/stat : 662 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511598574 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391744596464 140393549732482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=663] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/663/stat : 663 (java) S 649 649 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511598575 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391676372384 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=664] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/664/stat : 664 (java) S 649 649 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511598575 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391675319792 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=665] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/665/stat : 665 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391674268368 140393549739931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=666] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/666/stat : 666 (java) R 649 649 32286 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391673215056 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=667] ppid=649 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/651/task/667/stat : 667 (java) S 649 649 32286 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391672162416 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=668] ppid=649 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/651/task/668/stat : 668 (java) R 649 649 32286 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391671109872 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=669] ppid=649 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/651/task/669/stat : 669 (java) R 649 649 32286 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391670057328 140393549733270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28904853504 10267 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42524 KiB

[startup+0.310922 s]*
/proc/loadavg: 8.00 8.25 8.33 3/212 671
/proc/meminfo: memFree=25436396/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28231652 memory=46492 CPUtime=0.51 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 10020 0 0 0 47 4 0 0 20 0 20 0 511598571 28909211648 11623 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7057913 11623 3316 1 0 7019032 0
[pid=651/tid=652] ppid=649 vsize=28231652 memory=0 CPUtime=0.3 cores=0-7
/proc/651/task/652/stat : 652 (java) R 649 649 32286 0 -1 4202560 7088 0 0 0 27 3 0 0 20 0 20 0 511598572 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393553952032 140393533801822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28231652 memory=140117735224960 CPUtime=0 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=657] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/657/stat : 657 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393499184272 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=658] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/658/stat : 658 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393498130704 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=659] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/659/stat : 659 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393497078160 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=660] ppid=649 vsize=28231652 memory=4048796783781106879 CPUtime=0 cores=0-7
/proc/651/task/660/stat : 660 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393496025616 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=661] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/661/stat : 661 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598573 28909211648 11623 33554432000 4194304 4196468 140723187488096 140393494973072 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=662] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/662/stat : 662 (java) S 649 649 32286 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511598574 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391744596464 140393549732482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=663] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/663/stat : 663 (java) S 649 649 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511598575 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391676372384 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=664] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/664/stat : 664 (java) S 649 649 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511598575 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391675319792 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=665] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/665/stat : 665 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391674268368 140393549739931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=666] ppid=649 vsize=28231652 memory=0 CPUtime=0.01 cores=0-7
/proc/651/task/666/stat : 666 (java) S 649 649 32286 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391673214960 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=667] ppid=649 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/651/task/667/stat : 667 (java) S 649 649 32286 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391672162416 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=668] ppid=649 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/651/task/668/stat : 668 (java) S 649 649 32286 0 -1 1077944384 254 0 0 0 3 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391671109872 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=669] ppid=649 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/651/task/669/stat : 669 (java) S 649 649 32286 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391670057328 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511598578 28909211648 11623 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47948 KiB

[startup+0.70098 s]
/proc/loadavg: 8.00 8.25 8.33 6/212 671
/proc/meminfo: memFree=25421932/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28766288 memory=91880 CPUtime=1.84 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 14811 0 0 0 177 7 0 0 20 0 28 0 511598571 29456678912 22970 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7191572 22970 3453 1 0 7152672 0
[pid=651/tid=652] ppid=649 vsize=28766288 memory=3624 CPUtime=0.61 cores=0-7
/proc/651/task/652/stat : 652 (java) S 649 649 32286 0 -1 1077944384 8655 0 0 0 57 4 0 0 20 0 28 0 511598572 29456678912 22970 33554432000 4194304 4196468 140723187488096 140393553962112 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28766288 memory=75532 CPUtime=0 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511598573 29456678912 22970 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28766288 memory=984 CPUtime=0 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511598573 29456678912 22970 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28766288 memory=2020 CPUtime=0 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511598573 29456678912 22970 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0

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

[pid=651/tid=669] ppid=649 vsize=28766288 memory=776 CPUtime=0.71 cores=0-7
/proc/651/task/669/stat : 669 (java) S 649 649 32286 0 -1 1077944384 7933 0 0 0 68 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391670057328 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28766288 memory=660 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28766288 memory=1556 CPUtime=0.03 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 2089 0 0 0 0 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=760] ppid=649 vsize=28766288 memory=9588 CPUtime=156.66 cores=0-7
/proc/651/task/760/stat : 760 (java) R 649 649 32286 0 -1 4202560 3355 0 0 0 15666 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391654759768 140393174920558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=761] ppid=649 vsize=28766288 memory=1456 CPUtime=157.05 cores=0-7
/proc/651/task/761/stat : 761 (java) R 649 649 32286 0 -1 4202560 1197 0 0 0 15704 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391655814152 140393174051060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=762] ppid=649 vsize=28766288 memory=217500 CPUtime=156.39 cores=0-7
/proc/651/task/762/stat : 762 (java) R 649 649 32286 0 -1 4202560 1592 0 0 0 15639 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391657918600 140393174919236 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=763] ppid=649 vsize=28766288 memory=3668 CPUtime=157.06 cores=0-7
/proc/651/task/763/stat : 763 (java) R 649 649 32286 0 -1 4202560 2990 0 0 0 15704 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391653710208 140393174917461 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=764] ppid=649 vsize=28766288 memory=1056 CPUtime=157.35 cores=0-7
/proc/651/task/764/stat : 764 (java) R 649 649 32286 0 -1 4202560 2449 0 0 0 15733 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391658971128 140393174186895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=765] ppid=649 vsize=28766288 memory=2828 CPUtime=156.73 cores=0-7
/proc/651/task/765/stat : 765 (java) R 649 649 32286 0 -1 4202560 2943 0 0 0 15673 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391656865776 140393174051177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=766] ppid=649 vsize=28766288 memory=1176 CPUtime=156.96 cores=0-7
/proc/651/task/766/stat : 766 (java) R 649 649 32286 0 -1 4202560 1767 0 0 0 15695 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391652654768 140393174187152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=767] ppid=649 vsize=28766288 memory=980 CPUtime=156.5 cores=0-7
/proc/651/task/767/stat : 767 (java) R 649 649 32286 0 -1 4202560 1692 0 0 0 15649 1 0 0 20 0 28 0 511598669 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391651602784 140393174187311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 1265.13 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 218956 KiB

[startup+160.002 s]*
/proc/loadavg: 8.06 8.15 8.28 9/219 775
/proc/meminfo: memFree=25268064/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28766288 memory=217500 CPUtime=1268.36 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 96416 0 0 0 126787 49 0 0 20 0 28 0 511598571 29456678912 54375 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7191572 54375 3520 1 0 7152672 0
[pid=651/tid=652] ppid=649 vsize=28766288 memory=1444 CPUtime=0.62 cores=0-7
/proc/651/task/652/stat : 652 (java) S 649 649 32286 0 -1 1077944384 8655 0 0 0 58 4 0 0 20 0 28 0 511598572 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393553962112 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28766288 memory=1764 CPUtime=0.17 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2357 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28766288 memory=111632 CPUtime=0.17 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1927 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28766288 memory=4126316290023845779 CPUtime=0.17 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1693 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=657] ppid=649 vsize=28766288 memory=1712 CPUtime=0.16 cores=0-7
/proc/651/task/657/stat : 657 (java) S 649 649 32286 0 -1 1077944384 1432 0 0 0 15 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393499184272 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=658] ppid=649 vsize=28766288 memory=6056 CPUtime=0.18 cores=0-7
/proc/651/task/658/stat : 658 (java) S 649 649 32286 0 -1 1077944384 2097 0 0 0 16 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393498130704 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=659] ppid=649 vsize=28766288 memory=3668 CPUtime=0.17 cores=0-7
/proc/651/task/659/stat : 659 (java) S 649 649 32286 0 -1 1077944384 2169 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393497078160 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=660] ppid=649 vsize=28766288 memory=1456 CPUtime=0.17 cores=0-7
/proc/651/task/660/stat : 660 (java) S 649 649 32286 0 -1 1077944384 1766 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393496025616 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=661] ppid=649 vsize=28766288 memory=1456 CPUtime=0.17 cores=0-7
/proc/651/task/661/stat : 661 (java) S 649 649 32286 0 -1 1077944384 1203 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393494973072 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=662] ppid=649 vsize=28766288 memory=217500 CPUtime=0.22 cores=0-7
/proc/651/task/662/stat : 662 (java) S 649 649 32286 0 -1 1077944384 6112 0 0 0 16 6 0 0 20 0 28 0 511598574 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391744596464 140393549732482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=663] ppid=649 vsize=28766288 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/651/task/663/stat : 663 (java) S 649 649 32286 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511598575 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391676372448 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=664] ppid=649 vsize=28766288 memory=2020 CPUtime=0 cores=0-7
/proc/651/task/664/stat : 664 (java) S 649 649 32286 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 511598575 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391675319808 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=665] ppid=649 vsize=28766288 memory=1420 CPUtime=0 cores=0-7
/proc/651/task/665/stat : 665 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391674268368 140393549739931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=666] ppid=649 vsize=28766288 memory=776 CPUtime=1.64 cores=0-7
/proc/651/task/666/stat : 666 (java) S 649 649 32286 0 -1 1077944384 12301 0 0 0 162 2 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391673214960 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=667] ppid=649 vsize=28766288 memory=660 CPUtime=1.71 cores=0-7
/proc/651/task/667/stat : 667 (java) S 649 649 32286 0 -1 1077944384 8415 0 0 0 170 1 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391672162416 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=668] ppid=649 vsize=28766288 memory=1556 CPUtime=2.22 cores=0-7
/proc/651/task/668/stat : 668 (java) S 649 649 32286 0 -1 1077944384 15159 0 0 0 220 2 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391671109872 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=669] ppid=649 vsize=28766288 memory=9588 CPUtime=0.71 cores=0-7
/proc/651/task/669/stat : 669 (java) S 649 649 32286 0 -1 1077944384 7933 0 0 0 68 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391670057328 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28766288 memory=980 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28766288 memory=1412 CPUtime=0.03 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 2089 0 0 0 0 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=760] ppid=649 vsize=28766288 memory=3572 CPUtime=157.06 cores=0-7
/proc/651/task/760/stat : 760 (java) R 649 649 32286 0 -1 4202560 3355 0 0 0 15706 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391654759832 140393174187098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=761] ppid=649 vsize=28766288 memory=1456 CPUtime=157.46 cores=0-7
/proc/651/task/761/stat : 761 (java) R 649 649 32286 0 -1 4202560 1197 0 0 0 15745 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391655813408 140393174186916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=762] ppid=649 vsize=28766288 memory=217480 CPUtime=156.79 cores=0-7
/proc/651/task/762/stat : 762 (java) R 649 649 32286 0 -1 4202560 1593 0 0 0 15679 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391657918600 140393174978732 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=763] ppid=649 vsize=28766288 memory=14008 CPUtime=157.45 cores=0-7
/proc/651/task/763/stat : 763 (java) R 649 649 32286 0 -1 4202560 2990 0 0 0 15743 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391653710696 140393175037177 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=764] ppid=649 vsize=28766288 memory=12028 CPUtime=157.75 cores=0-7
/proc/651/task/764/stat : 764 (java) R 649 649 32286 0 -1 4202560 2449 0 0 0 15773 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391658971080 140393176002078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=765] ppid=649 vsize=28766288 memory=1412 CPUtime=157.14 cores=0-7
/proc/651/task/765/stat : 765 (java) R 649 649 32286 0 -1 4202560 2943 0 0 0 15714 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391656865880 140393175085677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=766] ppid=649 vsize=28766288 memory=3452 CPUtime=157.37 cores=0-7
/proc/651/task/766/stat : 766 (java) R 649 649 32286 0 -1 4202560 1767 0 0 0 15736 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391652658432 140393175085803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=767] ppid=649 vsize=28766288 memory=1456 CPUtime=156.91 cores=0-7
/proc/651/task/767/stat : 767 (java) R 649 649 32286 0 -1 4202560 1692 0 0 0 15690 1 0 0 20 0 28 0 511598669 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391651602520 140393169890139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 1268.36 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 218956 KiB

[startup+160.112 s]
/proc/loadavg: 8.06 8.15 8.28 9/219 775
/proc/meminfo: memFree=25268064/32770688 swapFree=66927640/67108860
[pid=649] ppid=646 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/649/stat : 649 (xcsp3-exec) S 646 649 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511598571 115843072 364 33554432000 4194304 5098028 140727756158544 140727756156648 140430351970940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8069120 140727756166006 140727756166249 140727756166249 140727756169162 0
/proc/649/statm: 28282 364 305 221 0 87 0
[pid=651] ppid=649 vsize=28766288 memory=217500 CPUtime=1269.18 cores=0-7
/proc/651/stat : 651 (java) S 649 649 32286 0 -1 1077944320 96416 0 0 0 126869 49 0 0 20 0 28 0 511598571 29456678912 54375 33554432000 4194304 4196468 140723187488096 140723187470640 140393549721335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
/proc/651/statm: 7191572 54375 3520 1 0 7152672 0
[pid=651/tid=652] ppid=649 vsize=28766288 memory=217500 CPUtime=0.62 cores=0-7
/proc/651/task/652/stat : 652 (java) S 649 649 32286 0 -1 1077944384 8655 0 0 0 58 4 0 0 20 0 28 0 511598572 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393553962112 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=654] ppid=649 vsize=28766288 memory=217500 CPUtime=0.17 cores=0-7
/proc/651/task/654/stat : 654 (java) S 649 649 32286 0 -1 1077944384 2357 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393502341904 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=655] ppid=649 vsize=28766288 memory=217500 CPUtime=0.17 cores=0-7
/proc/651/task/655/stat : 655 (java) S 649 649 32286 0 -1 1077944384 1927 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393501289360 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=656] ppid=649 vsize=28766288 memory=217500 CPUtime=0.17 cores=0-7
/proc/651/task/656/stat : 656 (java) S 649 649 32286 0 -1 1077944384 1693 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393500236816 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=657] ppid=649 vsize=28766288 memory=1456 CPUtime=0.16 cores=0-7
/proc/651/task/657/stat : 657 (java) S 649 649 32286 0 -1 1077944384 1432 0 0 0 15 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393499184272 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=658] ppid=649 vsize=28766288 memory=3624 CPUtime=0.18 cores=0-7
/proc/651/task/658/stat : 658 (java) S 649 649 32286 0 -1 1077944384 2097 0 0 0 16 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393498130704 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=659] ppid=649 vsize=28766288 memory=75532 CPUtime=0.17 cores=0-7
/proc/651/task/659/stat : 659 (java) S 649 649 32286 0 -1 1077944384 2169 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393497078160 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=660] ppid=649 vsize=28766288 memory=17 CPUtime=0.17 cores=0-7
/proc/651/task/660/stat : 660 (java) S 649 649 32286 0 -1 1077944384 1766 0 0 0 16 1 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393496025616 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=661] ppid=649 vsize=28766288 memory=16 CPUtime=0.17 cores=0-7
/proc/651/task/661/stat : 661 (java) S 649 649 32286 0 -1 1077944384 1203 0 0 0 15 2 0 0 20 0 28 0 511598573 29456678912 54375 33554432000 4194304 4196468 140723187488096 140393494973072 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=662] ppid=649 vsize=28766288 memory=33 CPUtime=0.22 cores=0-7
/proc/651/task/662/stat : 662 (java) S 649 649 32286 0 -1 1077944384 6112 0 0 0 16 6 0 0 20 0 28 0 511598574 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391744596464 140393549732482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=663] ppid=649 vsize=28766288 memory=5787222757225435268 CPUtime=0 cores=0-7
/proc/651/task/663/stat : 663 (java) S 649 649 32286 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511598575 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391676372448 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=664] ppid=649 vsize=28766288 memory=198852 CPUtime=0 cores=0-7
/proc/651/task/664/stat : 664 (java) S 649 649 32286 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 511598575 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391675319808 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=665] ppid=649 vsize=28766288 memory=984 CPUtime=0 cores=0-7
/proc/651/task/665/stat : 665 (java) S 649 649 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391674268368 140393549739931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=666] ppid=649 vsize=28766288 memory=288230574492221466 CPUtime=1.64 cores=0-7
/proc/651/task/666/stat : 666 (java) S 649 649 32286 0 -1 1077944384 12301 0 0 0 162 2 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391673214960 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=667] ppid=649 vsize=28766288 memory=288230596050944315 CPUtime=1.71 cores=0-7
/proc/651/task/667/stat : 667 (java) S 649 649 32286 0 -1 1077944384 8415 0 0 0 170 1 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391672162416 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=668] ppid=649 vsize=28766288 memory=3 CPUtime=2.22 cores=0-7
/proc/651/task/668/stat : 668 (java) S 649 649 32286 0 -1 1077944384 15159 0 0 0 220 2 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391671109872 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=669] ppid=649 vsize=28766288 memory=15040 CPUtime=0.71 cores=0-7
/proc/651/task/669/stat : 669 (java) S 649 649 32286 0 -1 1077944384 7933 0 0 0 68 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391670057328 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=670] ppid=649 vsize=28766288 memory=217440 CPUtime=0 cores=0-7
/proc/651/task/670/stat : 670 (java) S 649 649 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391669005024 140393549731541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=671] ppid=649 vsize=28766288 memory=1456 CPUtime=0.03 cores=0-7
/proc/651/task/671/stat : 671 (java) S 649 649 32286 0 -1 1077944384 2089 0 0 0 0 3 0 0 20 0 28 0 511598578 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391667952560 140393549732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=760] ppid=649 vsize=28766288 memory=1456 CPUtime=157.16 cores=0-7
/proc/651/task/760/stat : 760 (java) R 649 649 32286 0 -1 4202560 3355 0 0 0 15716 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391654759832 140393174186382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=761] ppid=649 vsize=28766288 memory=1456 CPUtime=157.56 cores=0-7
/proc/651/task/761/stat : 761 (java) R 649 649 32286 0 -1 4202560 1197 0 0 0 15755 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391655813408 140393174186584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=762] ppid=649 vsize=28766288 memory=1456 CPUtime=156.89 cores=0-7
/proc/651/task/762/stat : 762 (java) R 649 649 32286 0 -1 4202560 1593 0 0 0 15689 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391657918600 140393175752215 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=763] ppid=649 vsize=28766288 memory=209136 CPUtime=157.55 cores=0-7
/proc/651/task/763/stat : 763 (java) R 649 649 32286 0 -1 4202560 2990 0 0 0 15753 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391653710696 140393176755008 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=764] ppid=649 vsize=28766288 memory=14008 CPUtime=157.85 cores=0-7
/proc/651/task/764/stat : 764 (java) R 649 649 32286 0 -1 4202560 2449 0 0 0 15783 2 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391658971080 140393174561713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=765] ppid=649 vsize=28766288 memory=288230574492221466 CPUtime=157.24 cores=0-7
/proc/651/task/765/stat : 765 (java) R 649 649 32286 0 -1 4202560 2943 0 0 0 15724 0 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391656865880 140393174919817 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=766] ppid=649 vsize=28766288 memory=288230596050944315 CPUtime=157.47 cores=0-7
/proc/651/task/766/stat : 766 (java) R 649 649 32286 0 -1 4202560 1767 0 0 0 15746 1 0 0 20 0 28 0 511598668 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391652658432 140393174186667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
[pid=651/tid=767] ppid=649 vsize=28766288 memory=14417007755921827 CPUtime=157.01 cores=0-7
/proc/651/task/767/stat : 767 (java) R 649 649 32286 0 -1 4202560 1692 0 0 0 15700 1 0 0 20 0 28 0 511598669 29456678912 54375 33554432000 4194304 4196468 140723187488096 140391651602520 140393174186213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723187495914 140723187496086 140723187496086 140723187498959 0
Current children cumulated CPU time: 1269.18 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 218956 KiB

Child status: 0
Real time (s): 160.148
CPU time (s): 1269.39
CPU user time (s): 1268.89
CPU system time (s): 0.505318
CPU usage (%): 792.64
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 231464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1268.89
system time used= 0.505318
maximum resident set size= 231084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22657
involuntary context switches= 16659


# summary of solver processes directly reported to runsolver:
#   pid: 649
#   total CPU time (s): 1269.39
#   total CPU user time (s): 1268.89
#   total CPU system time (s): 0.505318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49464 second user time and 1.86798 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 04:32:25
IDJOB=4407017
IDBENCH=135738
IDSOLVER=2871
FILE ID=node120/4407017-1569355924
RUNJOBID= node120-1324865211-32313
PBS_JOBID= 21705097
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.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-4407017-1569355924/watcher-4407017-1569355924 -o /tmp/evaluation-result-4407017-1569355924/solver-4407017-1569355924 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 952402728 HOME/instance-4407017-1569355924.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=952402728

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25472284 kB
MemAvailable:   31778228 kB
Buffers:          115060 kB
Cached:          6466932 kB
SwapCached:        68820 kB
Active:          3253504 kB
Inactive:        3401504 kB
Active(anon):       3976 kB
Inactive(anon):   133604 kB
Active(file):    3249528 kB
Inactive(file):  3267900 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        170116 kB
Mapped:            63544 kB
Shmem:             55948 kB
Slab:             237880 kB
SReclaimable:     208704 kB
SUnreclaim:        29176 kB
KernelStack:        3168 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     531368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 04:35:05