Trace number 4283573

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 5a (2017-08-18)SAT (TO)196 2520.04 2450.9099

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-09.xml
MD5SUM8b7c2ee38e8603aaa2c4683b1141c0f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size38
Maximum domain size45
Distribution of domain sizes[{"size":38,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283573-1503218744.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283573-1503218744.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.04/0.60	c solve instance...
1.87/0.84	o 233 
1.87/0.88	o 221 
1.87/0.88	o 219 
2.25/0.90	o 208 
3.25/1.24	o 206 
3.25/1.25	o 205 
3.25/1.27	o 204 
3.25/1.29	o 203 
3.56/1.30	o 201 
100.31/89.44	o 199 
539.66/517.91	o 197 
1035.38/1001.70	o 196 
2520.02/2450.90	s SATISFIABLE
2520.02/2450.90	v <instantiation>
2520.02/2450.90	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] 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] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
2520.02/2450.90	v 	<values>15 17 14 9 11 24 29 34 37 40 30 20 5 10 8 13 12 19 16 18 21 25 26 28 31 32 44 43 42 41 38 39 36 35 33 27 23 22 1 6 7 4 3 0 2 1 5 2 5 8 6 5 6 6 10 7 8 3 1 2 2 4 4 2 4 3 3 3 3 1 9 5 6 7 5 1 2 4 3 4 5 2 14 4 2 3 3 4 1 8 </values>
2520.02/2450.90	v </instantiation>
2520.02/2450.90	c Unexpected resolution interruption!

Verifier Data

OK	196

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283573-1503218744/watcher-4283573-1503218744 -o /tmp/evaluation-result-4283573-1503218744/solver-4283573-1503218744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503215427-26008 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 908510838 HOME/instance-4283573-1503218744.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB
solver pid=26228, runsolver pid=26225


[startup+0.102268 s]*
/proc/loadavg: 1.57 1.69 1.72 4/217 26244
/proc/meminfo: memFree=16998016/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13978596 memory=28524 CPUtime=0.12 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 5514 0 0 0 11 1 0 0 20 0 15 0 154962011 14314082304 7131 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3494649 7131 2864 1 0 3482966 0
[pid=26230/tid=26231] ppid=26228 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 3439 0 0 0 9 0 0 0 20 0 15 0 154962011 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700675899952 139700671698077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13978596 memory=139970722244224 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962012 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13978596 memory=139970722244224 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962013 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154962014 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154962014 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) R 26228 26228 19988 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 154962016 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154962016 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13978596 memory=139970722244224 CPUtime=0.01 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) R 26228 26228 19988 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 154962016 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700138879344 139700671688086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13978596 memory=139970722244224 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962017 14314082304 7131 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29908 KiB

[startup+0.210536 s]*
/proc/loadavg: 1.57 1.69 1.72 3/217 26244
/proc/meminfo: memFree=16986852/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13982852 memory=40416 CPUtime=0.33 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 8206 0 0 0 31 2 0 0 20 0 15 0 154962011 14318440448 10104 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3495713 10104 3058 1 0 3482966 0
[pid=26230/tid=26231] ppid=26228 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 5347 0 0 0 19 1 0 0 20 0 15 0 154962011 14318473216 10104 33554432000 4194304 4196468 140733123981328 139700675886944 139700664355869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13982852 memory=9107 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13982852 memory=139970722270238 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962012 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13982852 memory=139970722244224 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962013 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154962014 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154962014 14318473216 10104 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 154962016 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 15 0 154962016 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13982852 memory=139970722244224 CPUtime=0.07 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 15 0 154962016 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962017 14318440448 10104 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41800 KiB

[startup+0.310413 s]*
/proc/loadavg: 1.57 1.69 1.72 5/217 26244
/proc/meminfo: memFree=16980400/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13982928 memory=47364 CPUtime=0.5 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 9040 0 0 0 47 3 0 0 20 0 15 0 154962011 14318518272 11841 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3495732 11841 3115 1 0 3482966 0
[pid=26230/tid=26231] ppid=26228 vsize=13982928 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 6052 0 0 0 28 2 0 0 20 0 15 0 154962011 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700675914656 139700655756638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13982928 memory=9469 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13982928 memory=3832897741424709467 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962012 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962013 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154962014 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154962014 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 549 0 0 0 4 0 0 0 20 0 15 0 154962016 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 15 0 154962016 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 791 0 0 0 11 0 0 0 20 0 15 0 154962016 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962017 14318518272 11841 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48748 KiB

[startup+0.70308 s]
/proc/loadavg: 1.57 1.69 1.72 3/217 26244
/proc/meminfo: memFree=16966940/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13984976 memory=71668 CPUtime=1.55 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 12076 0 0 0 151 4 0 0 20 0 15 0 154962011 14320615424 17917 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3496244 17917 3207 1 0 3483478 0
[pid=26230/tid=26231] ppid=26228 vsize=13984976 memory=23704 CPUtime=0.67 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 6672 0 0 0 65 2 0 0 20 0 15 0 154962011 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700675914752 139700274094030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13984976 memory=640 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962012 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154962012 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154962013 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13984976 memory=4124 CPUtime=0.27 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) R 26228 26228 19988 0 -1 4202560 1215 0 0 0 27 0 0 0 20 0 15 0 154962016 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700140977456 139700655131914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13984976 memory=2200 CPUtime=0.27 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) R 26228 26228 19988 0 -1 4202560 1256 0 0 0 27 0 0 0 20 0 15 0 154962016 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700139918624 139700655587086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13984976 memory=7528 CPUtime=0.32 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) R 26228 26228 19988 0 -1 1077944384 1624 0 0 0 31 1 0 0 20 0 15 0 154962016 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700138879472 139700671686357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154962017 14320615424 17917 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 73052 KiB

[startup+1.50082 s]
/proc/loadavg: 1.57 1.69 1.72 5/217 26244
/proc/meminfo: memFree=16938132/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0

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

[pid=26230/tid=26236] ppid=26228 vsize=13984976 memory=316332 CPUtime=2.1 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 31744 0 0 0 177 33 0 0 20 0 15 0 154962013 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13984976 memory=315816 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13984976 memory=1384 CPUtime=4.62 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 25528 0 0 0 460 2 0 0 20 0 15 0 154962016 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13984976 memory=2305 CPUtime=5.05 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 28056 0 0 0 503 2 0 0 20 0 15 0 154962016 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13984976 memory=1384 CPUtime=0.89 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 12562 0 0 0 86 3 0 0 20 0 15 0 154962016 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13984976 memory=315816 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13984976 memory=1036480 CPUtime=1.07 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1226 0 0 0 49 58 0 0 20 0 15 0 154962017 14320615424 78954 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 2449.59 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 317200 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.64 1.61 3/219 26419
/proc/meminfo: memFree=19846980/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13984976 memory=353152 CPUtime=2511.25 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 256918 0 0 0 250765 360 0 0 20 0 15 0 154962011 14320615424 88288 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3496244 88288 3285 1 0 3483478 0
[pid=26230/tid=26231] ppid=26228 vsize=13984976 memory=353152 CPUtime=2420.4 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 60047 0 0 0 242028 12 0 0 20 0 15 0 154962011 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700675915744 139700278025612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13984976 memory=334088 CPUtime=19.25 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 24402 0 0 0 1858 67 0 0 20 0 15 0 154962012 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13984976 memory=354716 CPUtime=19.23 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 25007 0 0 0 1857 66 0 0 20 0 15 0 154962012 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13984976 memory=383080 CPUtime=19.22 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 23908 0 0 0 1857 65 0 0 20 0 15 0 154962012 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13984976 memory=361500 CPUtime=19.25 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 22323 0 0 0 1859 66 0 0 20 0 15 0 154962012 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13984976 memory=354692 CPUtime=2.16 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 32499 0 0 0 183 33 0 0 20 0 15 0 154962013 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13984976 memory=354692 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13984976 memory=353152 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13984976 memory=334204 CPUtime=4.62 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 25528 0 0 0 460 2 0 0 20 0 15 0 154962016 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13984976 memory=4140 CPUtime=5.05 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 28056 0 0 0 503 2 0 0 20 0 15 0 154962016 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13984976 memory=1384 CPUtime=0.89 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 12562 0 0 0 86 3 0 0 20 0 15 0 154962016 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13984976 memory=1384 CPUtime=1.09 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1229 0 0 0 50 59 0 0 20 0 15 0 154962017 14320615424 88288 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 2511.25 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 354536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.9 s]
/proc/loadavg: 1.74 1.65 1.61 3/219 26419
/proc/meminfo: memFree=19855444/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13984976 memory=340328 CPUtime=2520.02 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 256926 0 0 0 251642 360 0 0 20 0 15 0 154962011 14320615424 85082 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3496244 85082 3285 1 0 3483478 0
[pid=26230/tid=26231] ppid=26228 vsize=13984976 memory=343404 CPUtime=2428.94 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 60055 0 0 0 242882 12 0 0 20 0 15 0 154962011 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700675915568 139700276471972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13984976 memory=6944656425123485561 CPUtime=19.3 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 24402 0 0 0 1863 67 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13984976 memory=1384 CPUtime=19.28 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 25007 0 0 0 1862 66 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13984976 memory=346484 CPUtime=19.28 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 23908 0 0 0 1863 65 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13984976 memory=361500 CPUtime=19.31 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 22323 0 0 0 1865 66 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13984976 memory=383080 CPUtime=2.16 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 32499 0 0 0 183 33 0 0 20 0 15 0 154962013 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13984976 memory=354716 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13984976 memory=334088 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13984976 memory=349560 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13984976 memory=345456 CPUtime=4.62 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 25528 0 0 0 460 2 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13984976 memory=345456 CPUtime=5.05 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 28056 0 0 0 503 2 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13984976 memory=342380 CPUtime=0.89 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 12562 0 0 0 86 3 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13984976 memory=340328 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13984976 memory=1384 CPUtime=1.1 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1229 0 0 0 50 60 0 0 20 0 15 0 154962017 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 341712 KiB

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

[startup+2450.91 s]
# the end of solver process 26228 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.43 s, system=3.61437 s

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

[startup+2450.9 s]
/proc/loadavg: 1.74 1.65 1.61 3/219 26419
/proc/meminfo: memFree=19855444/32770624 swapFree=67108860/67108860
[pid=26228] ppid=26225 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26228/stat : 26228 (xcsp3-exec) S 26225 26228 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154962010 9740288 346 33554432000 4194304 5098028 140731739897872 140731739895976 139781125448316 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15941632 140731739903087 140731739903291 140731739903291 140731739906027 0
/proc/26228/statm: 2378 346 289 221 0 87 0
[pid=26230] ppid=26228 vsize=13984976 memory=340328 CPUtime=2520.02 cores=1,3,5,7
/proc/26230/stat : 26230 (java) S 26228 26228 19988 0 -1 1077944320 256926 0 0 0 251642 360 0 0 20 0 15 0 154962011 14320615424 85082 33554432000 4194304 4196468 140733123981328 140733123963872 139700671676151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
/proc/26230/statm: 3496244 85082 3285 1 0 3483478 0
[pid=26230/tid=26231] ppid=26228 vsize=13984976 memory=343404 CPUtime=2428.94 cores=1,3,5,7
/proc/26230/task/26231/stat : 26231 (java) R 26228 26228 19988 0 -1 4202560 60055 0 0 0 242882 12 0 0 20 0 15 0 154962011 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700675915568 139700276471972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26232] ppid=26228 vsize=13984976 memory=6944656425123485561 CPUtime=19.3 cores=1,3,5,7
/proc/26230/task/26232/stat : 26232 (java) S 26228 26228 19988 0 -1 1077944384 24402 0 0 0 1863 67 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700601764240 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26233] ppid=26228 vsize=13984976 memory=1384 CPUtime=19.28 cores=1,3,5,7
/proc/26230/task/26233/stat : 26233 (java) S 26228 26228 19988 0 -1 1077944384 25007 0 0 0 1862 66 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700600711440 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26234] ppid=26228 vsize=13984976 memory=346484 CPUtime=19.28 cores=1,3,5,7
/proc/26230/task/26234/stat : 26234 (java) S 26228 26228 19988 0 -1 1077944384 23908 0 0 0 1863 65 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700599659152 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26235] ppid=26228 vsize=13984976 memory=361500 CPUtime=19.31 cores=1,3,5,7
/proc/26230/task/26235/stat : 26235 (java) S 26228 26228 19988 0 -1 1077944384 22323 0 0 0 1865 66 0 0 20 0 15 0 154962012 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700598606352 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26236] ppid=26228 vsize=13984976 memory=383080 CPUtime=2.16 cores=1,3,5,7
/proc/26230/task/26236/stat : 26236 (java) S 26228 26228 19988 0 -1 1077944384 32499 0 0 0 183 33 0 0 20 0 15 0 154962013 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700145195632 139700671687298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26237] ppid=26228 vsize=13984976 memory=354716 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26237/stat : 26237 (java) S 26228 26228 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700144141600 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26238] ppid=26228 vsize=13984976 memory=334088 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26238/stat : 26238 (java) S 26228 26228 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154962014 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700143089264 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26239] ppid=26228 vsize=13984976 memory=349560 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26239/stat : 26239 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700142037584 139700671694747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26240] ppid=26228 vsize=13984976 memory=345456 CPUtime=4.62 cores=1,3,5,7
/proc/26230/task/26240/stat : 26240 (java) S 26228 26228 19988 0 -1 1077944384 25528 0 0 0 460 2 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700140984432 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26241] ppid=26228 vsize=13984976 memory=345456 CPUtime=5.05 cores=1,3,5,7
/proc/26230/task/26241/stat : 26241 (java) S 26228 26228 19988 0 -1 1077944384 28056 0 0 0 503 2 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700139931632 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26242] ppid=26228 vsize=13984976 memory=342380 CPUtime=0.89 cores=1,3,5,7
/proc/26230/task/26242/stat : 26242 (java) S 26228 26228 19988 0 -1 1077944384 12562 0 0 0 86 3 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700138879344 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26243] ppid=26228 vsize=13984976 memory=340328 CPUtime=0 cores=1,3,5,7
/proc/26230/task/26243/stat : 26243 (java) S 26228 26228 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154962016 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700137826784 139700671686357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
[pid=26230/tid=26244] ppid=26228 vsize=13984976 memory=1384 CPUtime=1.1 cores=1,3,5,7
/proc/26230/task/26244/stat : 26244 (java) S 26228 26228 19988 0 -1 1077944384 1229 0 0 0 50 60 0 0 20 0 15 0 154962017 14320615424 85082 33554432000 4194304 4196468 140733123981328 139700136774576 139700671687298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15278080 140733123986583 140733123986759 140733123986759 140733123989455 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 341712 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2450.91
CPU time (s): 2520.04
CPU user time (s): 2516.43
CPU system time (s): 3.61437
CPU usage (%): 102.821
Max. virtual memory (cumulated for all children) (KiB): 13996624
Max. memory (cumulated for all children) (KiB): 519376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.43
system time used= 3.61437
maximum resident set size= 539052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91384
involuntary context switches= 3558


# summary of solver processes directly reported to runsolver:
#   pid: 26228
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.43
#   total CPU system time (s): 3.61437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8788 second user time and 23.7151 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 10:31:23
IDJOB=4283573
IDBENCH=135727
IDSOLVER=2679
FILE ID=node114/4283573-1503218744
RUNJOBID= node114-1503215427-26008
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283573-1503218744/watcher-4283573-1503218744 -o /tmp/evaluation-result-4283573-1503218744/solver-4283573-1503218744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503215427-26008 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 908510838 HOME/instance-4283573-1503218744.xml

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=908510838

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17016432 kB
MemAvailable:   27766028 kB
Buffers:          262404 kB
Cached:         10773008 kB
SwapCached:            0 kB
Active:          6205280 kB
Inactive:        9079672 kB
Active(anon):    4241344 kB
Inactive(anon):    44260 kB
Active(file):    1963936 kB
Inactive(file):  9035412 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             8 kB
AnonPages:       4256688 kB
Mapped:            64256 kB
Shmem:             33416 kB
Slab:             158856 kB
SReclaimable:     132168 kB
SUnreclaim:        26688 kB
KernelStack:        3520 kB
PageTables:        13640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4957308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4134912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61688 MiB
End job on node114 at 2017-08-20 11:12:14