Trace number 4403775

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-20OPT91 2016.32 507.694

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9097
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403775-1568992372.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco 3fb4b153
0.12/0.20	c [HOME/instance-4403775-1568992372.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
0.94/0.57	c solve instance...
1.24/0.65	o 145 
1.24/0.67	o 141 
1.24/0.68	o 139 
1.24/0.68	o 138 
1.24/0.69	o 134 
1.24/0.69	o 130 
1.59/0.73	o 129 
1.59/0.76	o 105 
1.59/0.80	o 104 
1.94/0.83	o 100 
2.72/1.09	o 99 
7.39/2.27	o 91 
2015.97/507.68	s OPTIMUM FOUND
2015.97/507.68	v <instantiation>
2015.97/507.68	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>
2015.97/507.68	v 	<values>1 2 5 0 6 11 10 12 13 14 9 8 7 4 3 5 6 15 8 15 7 4 6 1 7 2 2 9 2 2 </values>
2015.97/507.68	v </instantiation>

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403775-1568992372/watcher-4403775-1568992372 -o /tmp/evaluation-result-4403775-1568992372/solver-4403775-1568992372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1388673539 HOME/instance-4403775-1568992372.xml 

running on 4 cores: 0-3

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


[startup+0.100058 s]*
/proc/loadavg: 8.21 8.34 8.18 7/235 2777
/proc/meminfo: memFree=16694048/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15144776 memory=28748 CPUtime=0.12 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 5654 0 0 0 11 1 0 0 20 0 15 0 475178806 15508250624 7187 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3786194 7187 3114 1 0 3748377 0
[pid=2763/tid=2764] ppid=2761 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) R 2761 2761 29909 0 -1 4202560 3565 0 0 0 9 0 0 0 20 0 15 0 475178807 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892663203632 139892658982294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475178809 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475178809 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892193711008 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475178810 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892192658416 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178812 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 475178812 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 475178812 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0.01 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) R 2761 2761 29909 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 475178812 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892188449520 139892658982294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178813 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178813 15508250624 7187 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30196 KiB

[startup+0.215468 s]*
/proc/loadavg: 8.21 8.34 8.18 6/235 2777
/proc/meminfo: memFree=16681996/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15144776 memory=40368 CPUtime=0.34 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 9245 0 0 0 32 2 0 0 20 0 15 0 475178806 15508250624 10092 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3786194 10092 3293 1 0 3748377 0
[pid=2763/tid=2764] ppid=2761 vsize=15144776 memory=7022364632946311227 CPUtime=0.21 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) R 2761 2761 29909 0 -1 4202560 6508 0 0 0 19 2 0 0 20 0 15 0 475178807 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892663204240 139892658992285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15144776 memory=140265961716881 CPUtime=0 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475178807 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475178809 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475178809 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892193711008 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15144776 memory=140265959851648 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475178810 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892192658416 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178812 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 433 0 0 0 3 0 0 0 20 0 15 0 475178812 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15144776 memory=-1 CPUtime=0.01 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 475178812 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15144776 memory=0 CPUtime=0.08 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) S 2761 2761 29909 0 -1 1077944384 799 0 0 0 8 0 0 0 20 0 15 0 475178812 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892188449520 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178813 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178813 15508250624 10092 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41816 KiB

[startup+0.311698 s]*
/proc/loadavg: 8.21 8.34 8.18 6/235 2777
/proc/meminfo: memFree=16677032/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15149032 memory=46628 CPUtime=0.51 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 10447 0 0 0 48 3 0 0 20 0 15 0 475178806 15512608768 11657 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3787258 11657 3330 1 0 3748377 0
[pid=2763/tid=2764] ppid=2761 vsize=15149032 memory=7230368021996071252 CPUtime=0.3 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) R 2761 2761 29909 0 -1 4202560 7522 0 0 0 28 2 0 0 20 0 15 0 475178807 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892663207584 139892644413799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15149032 memory=4294967295 CPUtime=0 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15149032 memory=140265959905056 CPUtime=0 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15149032 memory=55780 CPUtime=0 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178807 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15149032 memory=35 CPUtime=0 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475178807 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15149032 memory=140265959911968 CPUtime=0 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475178809 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15149032 memory=35 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475178809 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892193711008 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15149032 memory=2244 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475178810 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892192658416 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15149032 memory=2244 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178812 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15149032 memory=0 CPUtime=0.04 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 15 0 475178812 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15149032 memory=140265847372719 CPUtime=0.03 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 15 0 475178812 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15149032 memory=140265959854242 CPUtime=0.12 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) S 2761 2761 29909 0 -1 1077944384 933 0 0 0 12 0 0 0 20 0 15 0 475178812 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892188449520 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15149032 memory=140265847381935 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475178813 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15149032 memory=280531807235968 CPUtime=0 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475178813 15512608768 11683 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48076 KiB

[startup+0.710028 s]
/proc/loadavg: 8.21 8.34 8.18 8/235 2777
/proc/meminfo: memFree=16663616/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15483976 memory=128968 CPUtime=1.59 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 14098 0 0 0 153 6 0 0 20 0 19 0 475178806 15855591424 32242 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3870994 32242 3458 1 0 3832094 0
[pid=2763/tid=2764] ppid=2761 vsize=15483976 memory=0 CPUtime=0.57 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) S 2761 2761 29909 0 -1 1077944384 9158 0 0 0 53 4 0 0 20 0 19 0 475178807 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892663211136 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475178807 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475178807 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475178807 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475178807 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475178809 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15483976 memory=65 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475178809 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892193711008 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15483976 memory=288230596050944315 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475178810 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892192658416 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15483976 memory=14133368098916684 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178812 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15483976 memory=0 CPUtime=0.17 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) R 2761 2761 29909 0 -1 1077944384 838 0 0 0 17 0 0 0 20 0 19 0 475178812 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892190554704 139892658980565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15483976 memory=0 CPUtime=0.22 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 612 0 0 0 22 0 0 0 20 0 19 0 475178812 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15483976 memory=6656426216303648864 CPUtime=0.34 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) R 2761 2761 29909 0 -1 4202560 1491 0 0 0 34 0 0 0 20 0 19 0 475178812 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892188446776 139892637488621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178813 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15483976 memory=0 CPUtime=0 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475178813 15855591424 32242 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 130416 KiB

[startup+1.50081 s]
/proc/loadavg: 8.21 8.34 8.18 13/239 2821
/proc/meminfo: memFree=16495220/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0

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

/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 879 0 0 0 0 8 0 0 20 0 19 0 475178813 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2826] ppid=2761 vsize=15485004 memory=3604 CPUtime=498.36 cores=0-3
/proc/2763/task/2826/stat : 2826 (java) R 2761 2761 29909 0 -1 4202560 1363 0 0 0 49836 0 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892109822648 139892274660167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2827] ppid=2761 vsize=15485004 memory=1088 CPUtime=498 cores=0-3
/proc/2763/task/2827/stat : 2827 (java) R 2761 2761 29909 0 -1 4202560 3507 0 0 0 49799 1 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892107718256 139892273615346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2828] ppid=2761 vsize=15485004 memory=1056 CPUtime=498.02 cores=0-3
/proc/2763/task/2828/stat : 2828 (java) R 2761 2761 29909 0 -1 4202560 3692 0 0 0 49799 3 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892102840208 139892273615302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2829] ppid=2761 vsize=15485004 memory=788 CPUtime=497.97 cores=0-3
/proc/2763/task/2829/stat : 2829 (java) R 2761 2761 29909 0 -1 4202560 2599 0 0 0 49796 1 0 0 20 0 19 0 475179035 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892105616064 139892273640529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 2008.03 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 545976 KiB

[startup+506.401 s]
/proc/loadavg: 8.44 8.41 8.29 9/238 2875
/proc/meminfo: memFree=15989248/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15485004 memory=544528 CPUtime=2011.2 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 77874 0 0 0 201069 51 0 0 20 0 19 0 475178806 15856644096 136132 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3871251 136132 3516 1 0 3832351 0
[pid=2763/tid=2764] ppid=2761 vsize=15485004 memory=544528 CPUtime=0.57 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) S 2761 2761 29909 0 -1 1077944384 9159 0 0 0 53 4 0 0 20 0 19 0 475178807 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892663211136 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=1.03 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 2324 0 0 0 94 9 0 0 20 0 19 0 475178807 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15485004 memory=1280 CPUtime=1.04 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 2558 0 0 0 96 8 0 0 20 0 19 0 475178807 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15485004 memory=6044 CPUtime=1.03 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 2677 0 0 0 95 8 0 0 20 0 19 0 475178807 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=1.03 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 3408 0 0 0 95 8 0 0 20 0 19 0 475178807 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15485004 memory=544528 CPUtime=0.52 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 3157 0 0 0 46 6 0 0 20 0 19 0 475178809 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15485004 memory=3604 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475178809 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892193711072 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 475178810 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892192658432 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15485004 memory=2424 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178812 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15485004 memory=14068 CPUtime=2.77 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 17171 0 0 0 276 1 0 0 20 0 19 0 475178812 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15485004 memory=2120 CPUtime=2.59 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 15426 0 0 0 258 1 0 0 20 0 19 0 475178812 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15485004 memory=496 CPUtime=0.63 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) S 2761 2761 29909 0 -1 1077944384 7415 0 0 0 62 1 0 0 20 0 19 0 475178812 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892188449520 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15485004 memory=1556 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178813 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15485004 memory=928 CPUtime=0.08 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 879 0 0 0 0 8 0 0 20 0 19 0 475178813 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2826] ppid=2761 vsize=15485004 memory=2832 CPUtime=499.15 cores=0-3
/proc/2763/task/2826/stat : 2826 (java) R 2761 2761 29909 0 -1 4202560 1365 0 0 0 49915 0 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892109825472 139892273616859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2827] ppid=2761 vsize=15485004 memory=1564 CPUtime=498.78 cores=0-3
/proc/2763/task/2827/stat : 2827 (java) R 2761 2761 29909 0 -1 4202560 3507 0 0 0 49877 1 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892107718304 139892273984262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2828] ppid=2761 vsize=15485004 memory=8560 CPUtime=498.81 cores=0-3
/proc/2763/task/2828/stat : 2828 (java) R 2761 2761 29909 0 -1 4202560 3693 0 0 0 49878 3 0 0 20 0 19 0 475179034 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892102840208 139892273615802 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2829] ppid=2761 vsize=15485004 memory=14004 CPUtime=498.76 cores=0-3
/proc/2763/task/2829/stat : 2829 (java) R 2761 2761 29909 0 -1 4202560 2599 0 0 0 49875 1 0 0 20 0 19 0 475179035 15856644096 136132 33554432000 4194304 4196468 140721432830848 139892105613560 139892273616841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 2011.2 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 545976 KiB

[startup+507.201 s]
/proc/loadavg: 8.44 8.41 8.29 9/238 2875
/proc/meminfo: memFree=15989020/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15485004 memory=546576 CPUtime=2014.38 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 78379 0 0 0 201387 51 0 0 20 0 19 0 475178806 15856644096 136644 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3871251 136644 3516 1 0 3832351 0
[pid=2763/tid=2764] ppid=2761 vsize=15485004 memory=1448 CPUtime=0.57 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) S 2761 2761 29909 0 -1 1077944384 9159 0 0 0 53 4 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892663211136 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15485004 memory=544528 CPUtime=1.03 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 2325 0 0 0 94 9 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15485004 memory=1448 CPUtime=1.04 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 2559 0 0 0 96 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15485004 memory=544528 CPUtime=1.03 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 2680 0 0 0 95 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15485004 memory=542480 CPUtime=1.04 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 3409 0 0 0 96 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=0.52 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 3157 0 0 0 46 6 0 0 20 0 19 0 475178809 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15485004 memory=544528 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475178809 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892193711072 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15485004 memory=1984 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 475178810 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892192658432 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15485004 memory=2424 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15485004 memory=546576 CPUtime=2.78 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 17666 0 0 0 276 2 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15485004 memory=1732 CPUtime=2.59 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 15426 0 0 0 258 1 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15485004 memory=1808 CPUtime=0.63 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) S 2761 2761 29909 0 -1 1077944384 7415 0 0 0 62 1 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892188449520 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15485004 memory=920 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178813 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15485004 memory=3848 CPUtime=0.08 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 879 0 0 0 0 8 0 0 20 0 19 0 475178813 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2826] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=499.93 cores=0-3
/proc/2763/task/2826/stat : 2826 (java) R 2761 2761 29909 0 -1 4202560 1365 0 0 0 49993 0 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892109822456 139892273615812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2827] ppid=2761 vsize=15485004 memory=1628 CPUtime=499.58 cores=0-3
/proc/2763/task/2827/stat : 2827 (java) R 2761 2761 29909 0 -1 4202560 3508 0 0 0 49957 1 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892107718936 139892274330576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2828] ppid=2761 vsize=15485004 memory=780 CPUtime=499.6 cores=0-3
/proc/2763/task/2828/stat : 2828 (java) R 2761 2761 29909 0 -1 4202560 3693 0 0 0 49957 3 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892102839856 139892274120170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2829] ppid=2761 vsize=15485004 memory=1444 CPUtime=499.55 cores=0-3
/proc/2763/task/2829/stat : 2829 (java) R 2761 2761 29909 0 -1 4202560 2602 0 0 0 49954 1 0 0 20 0 19 0 475179035 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892105613944 139892274120703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 2014.38 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 548024 KiB

[startup+507.601 s]
/proc/loadavg: 8.44 8.41 8.29 9/238 2875
/proc/meminfo: memFree=15989020/32770688 swapFree=66971764/67108860
[pid=2761] ppid=2758 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/2761/stat : 2761 (xcsp3-exec) S 2758 2761 29909 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475178806 115843072 362 33554432000 4194304 5098028 140736337206992 140736337205096 140594711290492 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23441408 140736337212282 140736337212525 140736337212525 140736337215434 0
/proc/2761/statm: 28282 362 304 221 0 87 0
[pid=2763] ppid=2761 vsize=15485004 memory=546576 CPUtime=2015.97 cores=0-3
/proc/2763/stat : 2763 (java) S 2761 2761 29909 0 -1 1077944320 78384 0 0 0 201546 51 0 0 20 0 19 0 475178806 15856644096 136644 33554432000 4194304 4196468 140721432830848 140721432813392 139892658970359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
/proc/2763/statm: 3871251 136644 3516 1 0 3832351 0
[pid=2763/tid=2764] ppid=2761 vsize=15485004 memory=2044 CPUtime=0.57 cores=0-3
/proc/2763/task/2764/stat : 2764 (java) S 2761 2761 29909 0 -1 1077944384 9159 0 0 0 53 4 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892663211136 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2765] ppid=2761 vsize=15485004 memory=1432 CPUtime=1.03 cores=0-3
/proc/2763/task/2765/stat : 2765 (java) S 2761 2761 29909 0 -1 1077944384 2326 0 0 0 94 9 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892595206928 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2766] ppid=2761 vsize=15485004 memory=1056 CPUtime=1.05 cores=0-3
/proc/2763/task/2766/stat : 2766 (java) S 2761 2761 29909 0 -1 1077944384 2559 0 0 0 97 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892594154384 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2767] ppid=2761 vsize=15485004 memory=8112282956445269571 CPUtime=1.04 cores=0-3
/proc/2763/task/2767/stat : 2767 (java) S 2761 2761 29909 0 -1 1077944384 2680 0 0 0 96 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892593101840 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2768] ppid=2761 vsize=15485004 memory=-2541025662029814883 CPUtime=1.04 cores=0-3
/proc/2763/task/2768/stat : 2768 (java) S 2761 2761 29909 0 -1 1077944384 3410 0 0 0 96 8 0 0 20 0 19 0 475178807 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892592049296 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2769] ppid=2761 vsize=15485004 memory=6944656592455359580 CPUtime=0.52 cores=0-3
/proc/2763/task/2769/stat : 2769 (java) S 2761 2761 29909 0 -1 1077944384 3157 0 0 0 46 6 0 0 20 0 19 0 475178809 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892194764784 139892658981506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2770] ppid=2761 vsize=15485004 memory=-6657000309100945312 CPUtime=0 cores=0-3
/proc/2763/task/2770/stat : 2770 (java) S 2761 2761 29909 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475178809 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892193711072 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2771] ppid=2761 vsize=15485004 memory=-4866526899798303339 CPUtime=0 cores=0-3
/proc/2763/task/2771/stat : 2771 (java) S 2761 2761 29909 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 475178810 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892192658432 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2772] ppid=2761 vsize=15485004 memory=1984 CPUtime=0 cores=0-3
/proc/2763/task/2772/stat : 2772 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892191606992 139892658988955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2773] ppid=2761 vsize=15485004 memory=2424 CPUtime=2.78 cores=0-3
/proc/2763/task/2773/stat : 2773 (java) S 2761 2761 29909 0 -1 1077944384 17666 0 0 0 276 2 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892190554608 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2774] ppid=2761 vsize=15485004 memory=1760 CPUtime=2.59 cores=0-3
/proc/2763/task/2774/stat : 2774 (java) S 2761 2761 29909 0 -1 1077944384 15426 0 0 0 258 1 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892189502064 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2775] ppid=2761 vsize=15485004 memory=111636 CPUtime=0.63 cores=0-3
/proc/2763/task/2775/stat : 2775 (java) S 2761 2761 29909 0 -1 1077944384 7415 0 0 0 62 1 0 0 20 0 19 0 475178812 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892188449520 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2776] ppid=2761 vsize=15485004 memory=800 CPUtime=0 cores=0-3
/proc/2763/task/2776/stat : 2776 (java) S 2761 2761 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475178813 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892187397216 139892658980565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2777] ppid=2761 vsize=15485004 memory=1412 CPUtime=0.08 cores=0-3
/proc/2763/task/2777/stat : 2777 (java) S 2761 2761 29909 0 -1 1077944384 880 0 0 0 0 8 0 0 20 0 19 0 475178813 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892186343728 139892658981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2826] ppid=2761 vsize=15485004 memory=3492 CPUtime=500.33 cores=0-3
/proc/2763/task/2826/stat : 2826 (java) R 2761 2761 29909 0 -1 4202560 1366 0 0 0 50033 0 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892109823208 139892275206917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2827] ppid=2761 vsize=15485004 memory=1452 CPUtime=499.97 cores=0-3
/proc/2763/task/2827/stat : 2827 (java) R 2761 2761 29909 0 -1 4202560 3508 0 0 0 49996 1 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892107721248 139892273615683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2828] ppid=2761 vsize=15485004 memory=836476 CPUtime=500 cores=0-3
/proc/2763/task/2828/stat : 2828 (java) R 2761 2761 29909 0 -1 4202560 3693 0 0 0 49997 3 0 0 20 0 19 0 475179034 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892102840208 139892273616289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
[pid=2763/tid=2829] ppid=2761 vsize=15485004 memory=1412 CPUtime=499.95 cores=0-3
/proc/2763/task/2829/stat : 2829 (java) R 2761 2761 29909 0 -1 4202560 2603 0 0 0 49994 1 0 0 20 0 19 0 475179035 15856644096 136644 33554432000 4194304 4196468 140721432830848 139892105613088 139892273984257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36143104 140721432839151 140721432839322 140721432839322 140721432842191 0
Current children cumulated CPU time: 2015.97 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 548024 KiB

Child status: 0
Real time (s): 507.694
CPU time (s): 2016.32
CPU user time (s): 2015.79
CPU system time (s): 0.528123
CPU usage (%): 397.152
Max. virtual memory (cumulated for all children) (KiB): 15600248
Max. memory (cumulated for all children) (KiB): 548024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2015.79
system time used= 0.528123
maximum resident set size= 546576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33142
involuntary context switches= 42074


# summary of solver processes directly reported to runsolver:
#   pid: 2761
#   total CPU time (s): 2016.32
#   total CPU user time (s): 2015.79
#   total CPU system time (s): 0.528123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.30554 second user time and 5.91289 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 17:12:10
IDJOB=4403775
IDBENCH=135747
IDSOLVER=2863
FILE ID=node116/4403775-1568992372
RUNJOBID= node116-1568988007-29940
PBS_JOBID= 21704641
Free space on /tmp= 6256 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403775-1568992372/watcher-4403775-1568992372 -o /tmp/evaluation-result-4403775-1568992372/solver-4403775-1568992372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1388673539 HOME/instance-4403775-1568992372.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=1388673539

node116.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.12
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.12
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.12
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.12
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	: 5332.55
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	: 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		: 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	: 5332.55
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        16711264 kB
MemAvailable:   31179988 kB
Buffers:           98104 kB
Cached:         14388888 kB
SwapCached:        35344 kB
Active:          7849096 kB
Inactive:        7319224 kB
Active(anon):     641900 kB
Inactive(anon):    87272 kB
Active(file):    7207196 kB
Inactive(file):  7231952 kB
Unevictable:      108548 kB
Mlocked:          108548 kB
SwapTotal:      67108860 kB
SwapFree:       66971764 kB
Dirty:             26200 kB
Writeback:             0 kB
AnonPages:        766852 kB
Mapped:            64820 kB
Shmem:             39680 kB
Slab:             487196 kB
SReclaimable:     458036 kB
SUnreclaim:        29160 kB
KernelStack:        4096 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2432500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6228 MiB
End job on node116 at 2019-09-20 17:20:38