Trace number 4400417

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-16OPT76 565.111 142.402

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 benchmark49.4245
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400417-1568694814.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400417-1568694814.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.53	c solve instance...
1.02/0.60	o 198 
1.02/0.60	o 120 
1.31/0.61	o 115 
1.31/0.62	o 109 
1.31/0.63	o 108 
1.31/0.63	o 106 
1.31/0.63	o 101 
1.31/0.64	o 95 
1.31/0.65	o 94 
1.31/0.65	o 93 
1.63/0.77	o 92 
1.63/0.79	o 89 
1.63/0.79	o 88 
3.16/1.16	o 87 
3.16/1.17	o 85 
3.16/1.17	o 79 
3.16/1.18	o 78 
3.16/1.18	o 77 
3.50/1.20	o 76 
564.71/142.39	s OPTIMUM FOUND
564.71/142.39	v <instantiation>
564.71/142.39	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>
564.71/142.39	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>
564.71/142.39	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: 16374 MiB (15348 MiB free)
  memory of node 1: 16384 MiB (13932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400417-1568694814/watcher-4400417-1568694814 -o /tmp/evaluation-result-4400417-1568694814/solver-4400417-1568694814 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7912 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 244401400 HOME/instance-4400417-1568694814.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=11124, runsolver pid=11121
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 7.81 5.64 3.00 8/234 11140
/proc/meminfo: memFree=29967528/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15144776 memory=29248 CPUtime=0.13 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 5719 0 0 0 12 1 0 0 20 0 15 0 445749158 15508250624 7312 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3786194 7312 3160 1 0 3748377 0
[pid=11126/tid=11127] ppid=11124 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) R 11124 11124 7881 0 -1 4202560 3649 0 0 0 8 1 0 0 20 0 15 0 445749159 15508250624 7312 33554432000 4194304 4196468 140733560985824 139684209909600 139683829009107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 7312 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 7312 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 7312 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 7312 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683764761888 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683763709552 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) R 11124 11124 7881 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683761604720 139684205689474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) R 11124 11124 7881 0 -1 4202560 316 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683760551920 139684186091632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) R 11124 11124 7881 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683759499632 139684184632917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 7312 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30700 KiB

[startup+0.211307 s]*
/proc/loadavg: 7.81 5.64 3.00 6/234 11140
/proc/meminfo: memFree=29952300/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15144776 memory=41080 CPUtime=0.34 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 9484 0 0 0 31 3 0 0 20 0 15 0 445749158 15508250624 10270 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3786194 10270 3317 1 0 3748377 0
[pid=11126/tid=11127] ppid=11124 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) R 11124 11124 7881 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 15 0 445749159 15508250624 10270 33554432000 4194304 4196468 140733560985824 139684209909568 139684205690262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15144776 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 10270 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15144776 memory=3545098601807992480 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 10270 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 10270 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15508250624 10270 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683764761888 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749161 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683763709552 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) S 11124 11124 7881 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683761604720 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) S 11124 11124 7881 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683760551920 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15144776 memory=139865970431616 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) R 11124 11124 7881 0 -1 4202560 716 0 0 0 8 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683759499632 139684184486819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749164 15508250624 10270 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42532 KiB

[startup+0.310797 s]*
/proc/loadavg: 7.81 5.64 3.00 7/234 11140
/proc/meminfo: memFree=29944544/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15149032 memory=49968 CPUtime=0.53 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 10807 0 0 0 49 4 0 0 20 0 15 0 445749158 15512608768 12492 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3787258 12492 3360 1 0 3748377 0
[pid=11126/tid=11127] ppid=11124 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) R 11124 11124 7881 0 -1 4202560 7779 0 0 0 27 2 0 0 20 0 15 0 445749159 15512608768 12492 33554432000 4194304 4196468 140733560985824 139684209909440 139684189758814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15512608768 12492 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15512608768 12492 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749159 15512608768 12492 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749159 15512608768 12492 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15149032 memory=7307460107981921142 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445749161 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749161 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683764761888 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749161 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683763709552 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15149032 memory=4426089072227881875 CPUtime=0.04 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) R 11124 11124 7881 0 -1 4202560 499 0 0 0 4 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683761596176 139684189233571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) S 11124 11124 7881 0 -1 1077944384 444 0 0 0 4 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683760551920 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) S 11124 11124 7881 0 -1 1077944384 789 0 0 0 12 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683759499632 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749164 15512608768 12492 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51420 KiB

[startup+0.70176 s]
/proc/loadavg: 7.81 5.64 3.00 9/234 11140
/proc/meminfo: memFree=29929684/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15486032 memory=166444 CPUtime=1.63 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 15038 0 0 0 155 8 0 0 20 0 19 0 445749158 15857696768 41611 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3871508 41611 3460 1 0 3832608 0
[pid=11126/tid=11127] ppid=11124 vsize=15486032 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) S 11124 11124 7881 0 -1 1077944384 9180 0 0 0 49 3 0 0 20 0 19 0 445749159 15857696768 41611 33554432000 4194304 4196468 140733560985824 139684209919104 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15486032 memory=33 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749159 15857696768 41611 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15486032 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 445749159 15857696768 41611 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15486032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 445749159 15857696768 41611 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15486032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445749159 15857696768 41611 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15486032 memory=38660 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15486032 memory=984 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683764761888 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15486032 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683763709552 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15486032 memory=1212 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15486032 memory=1060 CPUtime=0.24 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) R 11124 11124 7881 0 -1 4202560 915 0 0 0 24 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683761604848 139684185514665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15486032 memory=740 CPUtime=0.2 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) R 11124 11124 7881 0 -1 4202560 1086 0 0 0 20 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683760540320 139684184896968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15486032 memory=1228 CPUtime=0.34 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) S 11124 11124 7881 0 -1 1077944384 1548 0 0 0 34 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683759499632 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15486032 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15486032 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 41611 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15599160 KiB
Current children cumulated memory: 167896 KiB

[startup+1.50139 s]
/proc/loadavg: 7.81 5.64 3.00 12/238 11196
/proc/meminfo: memFree=29814824/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0

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

Current children cumulated vsize: 15599160 KiB
Current children cumulated memory: 179032 KiB

[startup+140.801 s]
/proc/loadavg: 8.18 6.61 3.73 9/237 11230
/proc/meminfo: memFree=29917352/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15486032 memory=177580 CPUtime=558.77 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 56652 0 0 0 55860 17 0 0 20 0 19 0 445749158 15857696768 44395 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3871508 44395 3516 1 0 3832608 0
[pid=11126/tid=11127] ppid=11124 vsize=15486032 memory=175532 CPUtime=0.52 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) S 11124 11124 7881 0 -1 1077944384 9180 0 0 0 49 3 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684209919104 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15486032 memory=1452 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15486032 memory=173472 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 1560 0 0 0 7 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15486032 memory=1051 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 878 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15486032 memory=177580 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 438 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15486032 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 1916 0 0 0 7 1 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15486032 memory=928 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683764761952 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15486032 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683763709568 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15486032 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15486032 memory=1540 CPUtime=2.27 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) S 11124 11124 7881 0 -1 1077944384 9977 0 0 0 226 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683761604720 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15486032 memory=1696 CPUtime=2.12 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) S 11124 11124 7881 0 -1 1077944384 14316 0 0 0 211 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683760551920 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15486032 memory=-3622645143214314312 CPUtime=0.62 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) S 11124 11124 7881 0 -1 1077944384 5734 0 0 0 61 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683759499632 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15486032 memory=740 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15486032 memory=1228 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 759 0 0 0 0 2 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11217] ppid=11124 vsize=15486032 memory=9520 CPUtime=137.8 cores=0,2,4,6
/proc/11126/task/11217/stat : 11217 (java) R 11124 11124 7881 0 -1 4202560 627 0 0 0 13780 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683675747744 139683833763806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11218] ppid=11124 vsize=15486032 memory=984 CPUtime=137.63 cores=0,2,4,6
/proc/11126/task/11218/stat : 11218 (java) R 11124 11124 7881 0 -1 4202560 1939 0 0 0 13763 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683674694312 139683833786753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11219] ppid=11124 vsize=15486032 memory=2004 CPUtime=137.74 cores=0,2,4,6
/proc/11126/task/11219/stat : 11219 (java) R 11124 11124 7881 0 -1 4202560 2683 0 0 0 13774 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683748413832 139683833711385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11220] ppid=11124 vsize=15486032 memory=1212 CPUtime=137.86 cores=0,2,4,6
/proc/11126/task/11220/stat : 11220 (java) R 11124 11124 7881 0 -1 4202560 1046 0 0 0 13786 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683676798768 139683832921083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 558.77 s
Current children cumulated vsize: 15599160 KiB
Current children cumulated memory: 179032 KiB

[startup+141.608 s]
/proc/loadavg: 8.18 6.61 3.73 9/237 11230
/proc/meminfo: memFree=29917352/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15486032 memory=177580 CPUtime=561.97 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 56654 0 0 0 56180 17 0 0 20 0 19 0 445749158 15857696768 44395 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3871508 44395 3516 1 0 3832608 0
[pid=11126/tid=11127] ppid=11124 vsize=15486032 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) S 11124 11124 7881 0 -1 1077944384 9180 0 0 0 49 3 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684209919104 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15486032 memory=177580 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15486032 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 1560 0 0 0 7 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15486032 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 878 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15486032 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 438 0 0 0 7 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15486032 memory=740 CPUtime=0.09 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 1916 0 0 0 8 1 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15486032 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683764761952 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15486032 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683763709568 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15486032 memory=772 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15486032 memory=952 CPUtime=2.27 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) S 11124 11124 7881 0 -1 1077944384 9977 0 0 0 226 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683761604720 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15486032 memory=14008 CPUtime=2.12 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) S 11124 11124 7881 0 -1 1077944384 14316 0 0 0 211 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683760551920 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15486032 memory=21004 CPUtime=0.62 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) S 11124 11124 7881 0 -1 1077944384 5734 0 0 0 61 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683759499632 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15486032 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15486032 memory=288230574492221466 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 759 0 0 0 0 2 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11217] ppid=11124 vsize=15486032 memory=288230583166042425 CPUtime=138.59 cores=0,2,4,6
/proc/11126/task/11217/stat : 11217 (java) R 11124 11124 7881 0 -1 4202560 629 0 0 0 13859 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683675747744 139683832949437 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11218] ppid=11124 vsize=15486032 memory=16104775267649398 CPUtime=138.44 cores=0,2,4,6
/proc/11126/task/11218/stat : 11218 (java) R 11124 11124 7881 0 -1 4202560 1939 0 0 0 13844 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683674694016 139683832920221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11219] ppid=11124 vsize=15486032 memory=3848 CPUtime=138.55 cores=0,2,4,6
/proc/11126/task/11219/stat : 11219 (java) R 11124 11124 7881 0 -1 4202560 2683 0 0 0 13855 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683748413088 139683834153053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11220] ppid=11124 vsize=15486032 memory=2660 CPUtime=138.66 cores=0,2,4,6
/proc/11126/task/11220/stat : 11220 (java) R 11124 11124 7881 0 -1 4202560 1046 0 0 0 13866 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683676798928 139683833848888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 561.97 s
Current children cumulated vsize: 15599160 KiB
Current children cumulated memory: 179032 KiB

[startup+142.011 s]*
/proc/loadavg: 8.18 6.61 3.73 9/237 11230
/proc/meminfo: memFree=29917352/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
[pid=11126] ppid=11124 vsize=15486032 memory=177580 CPUtime=563.6 cores=0,2,4,6
/proc/11126/stat : 11126 (java) S 11124 11124 7881 0 -1 1077944320 56655 0 0 0 56343 17 0 0 20 0 19 0 445749158 15857696768 44395 33554432000 4194304 4196468 140733560985824 140733560968368 139684205678327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
/proc/11126/statm: 3871508 44395 3516 1 0 3832608 0
[pid=11126/tid=11127] ppid=11124 vsize=15486032 memory=1398722017469774279 CPUtime=0.52 cores=0,2,4,6
/proc/11126/task/11127/stat : 11127 (java) S 11124 11124 7881 0 -1 1077944384 9180 0 0 0 49 3 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684209919104 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11128] ppid=11124 vsize=15486032 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11128/stat : 11128 (java) S 11124 11124 7881 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684158298512 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11129] ppid=11124 vsize=15486032 memory=177580 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11129/stat : 11129 (java) S 11124 11124 7881 0 -1 1077944384 1560 0 0 0 7 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684157245712 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11130] ppid=11124 vsize=15486032 memory=1736 CPUtime=0.07 cores=0,2,4,6
/proc/11126/task/11130/stat : 11130 (java) S 11124 11124 7881 0 -1 1077944384 878 0 0 0 6 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684156193424 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11131] ppid=11124 vsize=15486032 memory=111628 CPUtime=0.08 cores=0,2,4,6
/proc/11126/task/11131/stat : 11131 (java) S 11124 11124 7881 0 -1 1077944384 438 0 0 0 7 1 0 0 20 0 19 0 445749159 15857696768 44395 33554432000 4194304 4196468 140733560985824 139684155140624 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11132] ppid=11124 vsize=15486032 memory=4100 CPUtime=0.09 cores=0,2,4,6
/proc/11126/task/11132/stat : 11132 (java) S 11124 11124 7881 0 -1 1077944384 1916 0 0 0 8 1 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683765815920 139684205689474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11133] ppid=11124 vsize=15486032 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11133/stat : 11133 (java) S 11124 11124 7881 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683764761952 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11134] ppid=11124 vsize=15486032 memory=924 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11134/stat : 11134 (java) S 11124 11124 7881 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 445749161 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683763709568 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11135] ppid=11124 vsize=15486032 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11135/stat : 11135 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683762657872 139684205696923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11136] ppid=11124 vsize=15486032 memory=2660 CPUtime=2.27 cores=0,2,4,6
/proc/11126/task/11136/stat : 11136 (java) S 11124 11124 7881 0 -1 1077944384 9977 0 0 0 226 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683761604720 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11137] ppid=11124 vsize=15486032 memory=2720 CPUtime=2.12 cores=0,2,4,6
/proc/11126/task/11137/stat : 11137 (java) S 11124 11124 7881 0 -1 1077944384 14316 0 0 0 211 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683760551920 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11138] ppid=11124 vsize=15486032 memory=1412 CPUtime=0.62 cores=0,2,4,6
/proc/11126/task/11138/stat : 11138 (java) S 11124 11124 7881 0 -1 1077944384 5734 0 0 0 61 1 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683759499632 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11139] ppid=11124 vsize=15486032 memory=3368 CPUtime=0 cores=0,2,4,6
/proc/11126/task/11139/stat : 11139 (java) S 11124 11124 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683758447072 139684205688533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11140] ppid=11124 vsize=15486032 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/11126/task/11140/stat : 11140 (java) S 11124 11124 7881 0 -1 1077944384 759 0 0 0 0 2 0 0 20 0 19 0 445749164 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683757394864 139684205689474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11217] ppid=11124 vsize=15486032 memory=1022804 CPUtime=138.99 cores=0,2,4,6
/proc/11126/task/11217/stat : 11217 (java) R 11124 11124 7881 0 -1 4202560 629 0 0 0 13899 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683675744728 139683832920265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11218] ppid=11124 vsize=15486032 memory=1412 CPUtime=138.85 cores=0,2,4,6
/proc/11126/task/11218/stat : 11218 (java) R 11124 11124 7881 0 -1 4202560 1940 0 0 0 13885 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683674696432 139683835080768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11219] ppid=11124 vsize=15486032 memory=2404 CPUtime=138.96 cores=0,2,4,6
/proc/11126/task/11219/stat : 11219 (java) R 11124 11124 7881 0 -1 4202560 2683 0 0 0 13896 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683748413184 139683832920300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
[pid=11126/tid=11220] ppid=11124 vsize=15486032 memory=1440 CPUtime=139.07 cores=0,2,4,6
/proc/11126/task/11220/stat : 11220 (java) R 11124 11124 7881 0 -1 4202560 1046 0 0 0 13907 0 0 0 20 0 19 0 445749279 15857696768 44395 33554432000 4194304 4196468 140733560985824 139683676798864 139683833764601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8044544 140733560992751 140733560992922 140733560992922 140733560995791 0
Current children cumulated CPU time: 563.6 s
Current children cumulated vsize: 15599160 KiB
Current children cumulated memory: 179032 KiB

[startup+142.401 s]
/proc/loadavg: 8.18 6.61 3.73 9/237 11230
/proc/meminfo: memFree=29917352/32770624 swapFree=66988564/67108860
[pid=11124] ppid=11121 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11124/stat : 11124 (xcsp3-exec) S 11121 11124 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445749158 115843072 363 33554432000 4194304 5098028 140737237240240 140737237238344 140483110031996 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140737237242747 140737237242989 140737237242989 140737237245898 0
/proc/11124/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 142.402
CPU time (s): 565.111
CPU user time (s): 564.926
CPU system time (s): 0.184728
CPU usage (%): 396.841
Max. virtual memory (cumulated for all children) (KiB): 15599160
Max. memory (cumulated for all children) (KiB): 219276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 564.926
system time used= 0.184728
maximum resident set size= 220852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9085
involuntary context switches= 12805


# summary of solver processes directly reported to runsolver:
#   pid: 11124
#   total CPU time (s): 565.111
#   total CPU user time (s): 564.926
#   total CPU system time (s): 0.184728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.907678 second user time and 1.57298 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 06:32:56
IDJOB=4400417
IDBENCH=135738
IDSOLVER=2856
FILE ID=node126/4400417-1568694814
RUNJOBID= node126-1568694456-7912
PBS_JOBID= 21703806
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.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-4400417-1568694814/watcher-4400417-1568694814 -o /tmp/evaluation-result-4400417-1568694814/solver-4400417-1568694814 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7912 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 244401400 HOME/instance-4400417-1568694814.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=244401400

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29983076 kB
MemAvailable:   30777292 kB
Buffers:           64492 kB
Cached:           998648 kB
SwapCached:         8176 kB
Active:          1767692 kB
Inactive:         422336 kB
Active(anon):    1137300 kB
Inactive(anon):    23240 kB
Active(file):     630392 kB
Inactive(file):   399096 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66988564 kB
Dirty:             26012 kB
Writeback:             0 kB
AnonPages:       1235620 kB
Mapped:            55968 kB
Shmem:             24932 kB
Slab:             191008 kB
SReclaimable:     161124 kB
SUnreclaim:        29884 kB
KernelStack:        4080 kB
PageTables:         8436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2393036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55656 MiB
End job on node126 at 2019-09-17 06:35:18