Trace number 4284561

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)168 253.159 240.021

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n40/
TravellingSalesman-40-30-19.xml
MD5SUM6526f92d1e0de584709c666a2aa2b127
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark248.886
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size34
Maximum domain size40
Distribution of domain sizes[{"size":34,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"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-4284561-1503213946.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284561-1503213946.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.04/0.56	c solve instance...
1.61/0.76	o 229 
1.61/0.79	o 220 
1.98/0.81	o 203 
1.98/0.84	o 201 
15.73/8.89	o 197 
15.84/8.97	o 195 
15.84/8.98	o 193 
29.94/21.82	o 189 
29.94/21.83	o 187 
29.94/21.83	o 177 
29.94/21.83	o 175 
29.94/21.83	o 169 
30.06/21.95	o 168 
253.13/240.01	s SATISFIABLE
253.13/240.01	v <instantiation>
253.13/240.01	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] 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] </list>
253.13/240.01	v 	<values>14 12 19 23 25 27 28 32 33 20 11 10 6 5 3 1 0 2 7 4 8 9 13 15 35 29 21 24 26 36 37 39 38 34 31 30 22 16 17 18 1 4 4 2 3 1 1 1 9 6 6 6 13 4 5 2 1 4 6 4 7 6 1 14 4 5 12 3 4 2 3 1 2 2 1 6 3 2 5 2 </values>
253.13/240.01	v </instantiation>
253.13/240.01	c Unexpected resolution interruption!

Verifier Data

OK	168

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284561-1503213946/watcher-4284561-1503213946 -o /tmp/evaluation-result-4284561-1503213946/solver-4284561-1503213946 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 180418350 HOME/instance-4284561-1503213946.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=23864, runsolver pid=23861

[startup+0.100062 s]*
/proc/loadavg: 1.52 1.62 1.67 3/218 23880
/proc/meminfo: memFree=20733204/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13978596 memory=29076 CPUtime=0.12 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 5070 0 0 0 11 1 0 0 20 0 15 0 154482219 14314082304 7269 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3494649 7269 2892 1 0 3482966 0
[pid=23866/tid=23867] ppid=23864 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 3067 0 0 0 8 0 0 0 20 0 15 0 154482220 14314082304 7269 33554432000 4194304 4196468 140730679739744 139835373049648 139835349014550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14314082304 7269 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13978596 memory=139744911902336 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14314082304 7269 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14314082304 7269 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482221 14314082304 7269 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13978596 memory=139744911902336 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482222 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154482222 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154482223 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13978596 memory=139744911902336 CPUtime=0.01 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) R 23864 23864 19988 0 -1 4202560 322 0 0 0 1 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834836728688 139835361922037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13978596 memory=139744911902336 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482225 14314082304 7269 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30460 KiB

[startup+0.210728 s]*
/proc/loadavg: 1.52 1.62 1.67 4/218 23880
/proc/meminfo: memFree=20722024/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13982852 memory=40300 CPUtime=0.33 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 7652 0 0 0 31 2 0 0 20 0 15 0 154482219 14318440448 10075 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3495721 10075 3056 1 0 3482974 0
[pid=23866/tid=23867] ppid=23864 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 4914 0 0 0 18 1 0 0 20 0 15 0 154482220 14318440448 10075 33554432000 4194304 4196468 140730679739744 139835373027280 139835368838301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13982852 memory=9107 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318440448 10075 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13982852 memory=139744911925503 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318440448 10075 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318440448 10075 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482221 14318440448 10075 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13982852 memory=139744911902336 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482222 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154482222 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154482223 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13982852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13982852 memory=139744911902336 CPUtime=0.08 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) R 23864 23864 19988 0 -1 4202560 675 0 0 0 8 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834836728688 139835368828310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482225 14318440448 10075 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41684 KiB

[startup+0.311743 s]*
/proc/loadavg: 1.52 1.62 1.67 3/218 23880
/proc/meminfo: memFree=20714828/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13982928 memory=47784 CPUtime=0.5 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 8580 0 0 0 47 3 0 0 20 0 15 0 154482219 14318518272 11946 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3495732 11946 3106 1 0 3482966 0
[pid=23866/tid=23867] ppid=23864 vsize=13982928 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 5609 0 0 0 27 2 0 0 20 0 15 0 154482220 14318518272 11946 33554432000 4194304 4196468 140730679739744 139835373048736 139835352860005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13982928 memory=9469 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318518272 11946 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13982928 memory=3760840147386781520 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318518272 11946 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14318518272 11946 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482221 14318518272 11946 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482222 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154482222 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154482223 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 693 0 0 0 3 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 181 0 0 0 3 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13982928 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) R 23864 23864 19988 0 -1 4202560 797 0 0 0 12 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834836728688 139835348531172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482225 14318518272 11946 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49168 KiB

[startup+0.700784 s]
/proc/loadavg: 1.52 1.62 1.67 3/218 23880
/proc/meminfo: memFree=20701492/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13984976 memory=73160 CPUtime=1.61 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 12588 0 0 0 157 4 0 0 20 0 15 0 154482219 14320615424 18290 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3496244 18290 3210 1 0 3483478 0
[pid=23866/tid=23867] ppid=23864 vsize=13984976 memory=23636 CPUtime=0.67 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 6197 0 0 0 65 2 0 0 20 0 15 0 154482220 14320615424 18290 33554432000 4194304 4196468 140730679739744 139835373054176 139834961641891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14320615424 18290 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14320615424 18290 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13984976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482221 14320615424 18290 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154482221 14320615424 18290 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154482222 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154482222 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154482223 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13984976 memory=4124 CPUtime=0.3 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) R 23864 23864 19988 0 -1 4202560 1944 0 0 0 30 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834838814792 139835352371638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13984976 memory=2200 CPUtime=0.29 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) R 23864 23864 19988 0 -1 4202560 1352 0 0 0 29 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834837767112 139835353924078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13984976 memory=7528 CPUtime=0.32 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) S 23864 23864 19988 0 -1 1077944384 1789 0 0 0 32 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834836728688 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 18290 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 74544 KiB

[startup+1.50083 s]
/proc/loadavg: 1.52 1.62 1.67 5/218 23880
/proc/meminfo: memFree=20668992/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0

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

/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154482223 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13984976 memory=4140 CPUtime=3.9 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 20515 0 0 0 388 2 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13984976 memory=97 CPUtime=3.7 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 11768 0 0 0 369 1 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13984976 memory=261676 CPUtime=0.78 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) S 23864 23864 19988 0 -1 1077944384 6993 0 0 0 76 2 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834836728688 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13984976 memory=1384 CPUtime=0.04 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 528 0 0 0 2 2 0 0 20 0 15 0 154482225 14320615424 69928 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 112.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 281096 KiB

[startup+162.301 s]
/proc/loadavg: 1.33 1.54 1.64 4/218 23959
/proc/meminfo: memFree=20598976/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13984976 memory=428864 CPUtime=173.64 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 65194 0 0 0 17305 59 0 0 20 0 15 0 154482219 14320615424 107216 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3496244 107216 3268 1 0 3483478 0
[pid=23866/tid=23867] ppid=23864 vsize=13984976 memory=424768 CPUtime=161.14 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 13046 0 0 0 16109 5 0 0 20 0 15 0 154482220 14320615424 107216 33554432000 4194304 4196468 140730679739744 139835373056240 139834964826472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13984976 memory=422716 CPUtime=0.95 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 2161 0 0 0 85 10 0 0 20 0 15 0 154482221 14320615424 107216 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13984976 memory=1384 CPUtime=0.95 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 2459 0 0 0 85 10 0 0 20 0 15 0 154482221 14320615424 107216 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13984976 memory=416572 CPUtime=0.96 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 1686 0 0 0 85 11 0 0 20 0 15 0 154482221 14320615424 107216 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13984976 memory=424768 CPUtime=0.95 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 992 0 0 0 84 11 0 0 20 0 15 0 154482221 14320615424 107216 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13984976 memory=426816 CPUtime=0.1 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 1603 0 0 0 9 1 0 0 20 0 15 0 154482222 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13984976 memory=428864 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154482222 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13984976 memory=428864 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154482223 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13984976 memory=1384 CPUtime=3.9 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 20738 0 0 0 388 2 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13984976 memory=1384 CPUtime=3.72 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 13038 0 0 0 371 1 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13984976 memory=1384 CPUtime=0.79 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) S 23864 23864 19988 0 -1 1077944384 7578 0 0 0 77 2 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834836728688 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13984976 memory=426816 CPUtime=0.07 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 553 0 0 0 4 3 0 0 20 0 15 0 154482225 14320615424 107216 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 173.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 430248 KiB

[startup+222.301 s]
/proc/loadavg: 1.34 1.51 1.62 4/217 23960
/proc/meminfo: memFree=20703148/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13984976 memory=298264 CPUtime=234.95 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 75400 0 0 0 23426 69 0 0 20 0 15 0 154482219 14320615424 74566 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3496244 74566 3284 1 0 3483478 0
[pid=23866/tid=23867] ppid=23864 vsize=13984976 memory=299280 CPUtime=220.65 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 15493 0 0 0 22060 5 0 0 20 0 15 0 154482220 14320615424 74566 33554432000 4194304 4196468 140730679739744 139835373055776 139834964847043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13984976 memory=299060 CPUtime=1.36 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 2670 0 0 0 124 12 0 0 20 0 15 0 154482221 14320615424 74566 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13984976 memory=304560 CPUtime=1.36 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 3458 0 0 0 123 13 0 0 20 0 15 0 154482221 14320615424 74566 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13984976 memory=299060 CPUtime=1.37 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 2378 0 0 0 124 13 0 0 20 0 15 0 154482221 14320615424 74566 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13984976 memory=1384 CPUtime=1.37 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 1687 0 0 0 124 13 0 0 20 0 15 0 154482221 14320615424 74566 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13984976 memory=1384 CPUtime=0.15 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 3699 0 0 0 13 2 0 0 20 0 15 0 154482222 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13984976 memory=298264 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154482222 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154482223 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13984976 memory=4140 CPUtime=3.92 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 21235 0 0 0 390 2 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13984976 memory=1384 CPUtime=3.8 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 14581 0 0 0 379 1 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13984976 memory=298264 CPUtime=0.79 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) S 23864 23864 19988 0 -1 1077944384 8293 0 0 0 77 2 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834836728688 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13984976 memory=1384 CPUtime=0.09 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 566 0 0 0 5 4 0 0 20 0 15 0 154482225 14320615424 74566 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 234.95 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 299648 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.42 1.52 1.63 3/217 23961
/proc/meminfo: memFree=20684080/32770624 swapFree=67108860/67108860
[pid=23864] ppid=23861 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (xcsp3-exec) S 23861 23864 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154482219 9740288 346 33554432000 4194304 5098028 140731245844016 140731245842120 139937342898812 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37253120 140731245847669 140731245847872 140731245847872 140731245850603 0
/proc/23864/statm: 2378 346 289 221 0 87 0
[pid=23866] ppid=23864 vsize=13984976 memory=293640 CPUtime=253.13 cores=0,2,4,6
/proc/23866/stat : 23866 (java) S 23864 23864 19988 0 -1 1077944320 77930 0 0 0 25243 70 0 0 20 0 15 0 154482219 14320615424 73410 33554432000 4194304 4196468 140730679739744 140730679722288 139835368816375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
/proc/23866/statm: 3496244 73410 3285 1 0 3483478 0
[pid=23866/tid=23867] ppid=23864 vsize=13984976 memory=6791534058613427641 CPUtime=238.16 cores=0,2,4,6
/proc/23866/task/23867/stat : 23867 (java) R 23864 23864 19988 0 -1 4202560 15527 0 0 0 23811 5 0 0 20 0 15 0 154482220 14320615424 73410 33554432000 4194304 4196468 140730679739744 139835373056160 139834963936001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23868] ppid=23864 vsize=13984976 memory=1792 CPUtime=1.52 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (java) S 23864 23864 19988 0 -1 1077944384 2751 0 0 0 140 12 0 0 20 0 15 0 154482221 14320615424 73410 33554432000 4194304 4196468 140730679739744 139835283884944 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23869] ppid=23864 vsize=13984976 memory=640 CPUtime=1.52 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (java) S 23864 23864 19988 0 -1 1077944384 3623 0 0 0 139 13 0 0 20 0 15 0 154482221 14320615424 73410 33554432000 4194304 4196468 140730679739744 139835282832144 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23870] ppid=23864 vsize=13984976 memory=956 CPUtime=1.53 cores=0,2,4,6
/proc/23866/task/23870/stat : 23870 (java) S 23864 23864 19988 0 -1 1077944384 2540 0 0 0 140 13 0 0 20 0 15 0 154482221 14320615424 73410 33554432000 4194304 4196468 140730679739744 139835281779856 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23871] ppid=23864 vsize=13984976 memory=4872558044660077418 CPUtime=1.52 cores=0,2,4,6
/proc/23866/task/23871/stat : 23871 (java) S 23864 23864 19988 0 -1 1077944384 1752 0 0 0 139 13 0 0 20 0 15 0 154482221 14320615424 73410 33554432000 4194304 4196468 140730679739744 139835280727056 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23872] ppid=23864 vsize=13984976 memory=294656 CPUtime=0.18 cores=0,2,4,6
/proc/23866/task/23872/stat : 23872 (java) S 23864 23864 19988 0 -1 1077944384 5569 0 0 0 15 3 0 0 20 0 15 0 154482222 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834843043952 139835368827522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23873] ppid=23864 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23873/stat : 23873 (java) S 23864 23864 19988 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154482222 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834841989920 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23874] ppid=23864 vsize=13984976 memory=293628 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23874/stat : 23874 (java) S 23864 23864 19988 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154482223 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834840937584 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23875] ppid=23864 vsize=13984976 memory=293628 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23875/stat : 23875 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834839885904 139835368834971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23876] ppid=23864 vsize=13984976 memory=4052 CPUtime=3.92 cores=0,2,4,6
/proc/23866/task/23876/stat : 23876 (java) S 23864 23864 19988 0 -1 1077944384 21369 0 0 0 390 2 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834838833776 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23877] ppid=23864 vsize=13984976 memory=23636 CPUtime=3.8 cores=0,2,4,6
/proc/23866/task/23877/stat : 23877 (java) S 23864 23864 19988 0 -1 1077944384 14581 0 0 0 379 1 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834837780976 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23878] ppid=23864 vsize=13984976 memory=1232 CPUtime=0.79 cores=0,2,4,6
/proc/23866/task/23878/stat : 23878 (java) S 23864 23864 19988 0 -1 1077944384 8308 0 0 0 77 2 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834836728688 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23879] ppid=23864 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/23866/task/23879/stat : 23879 (java) S 23864 23864 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834835676128 139835368826581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
[pid=23866/tid=23880] ppid=23864 vsize=13984976 memory=640 CPUtime=0.09 cores=0,2,4,6
/proc/23866/task/23880/stat : 23880 (java) S 23864 23864 19988 0 -1 1077944384 570 0 0 0 5 4 0 0 20 0 15 0 154482225 14320615424 73410 33554432000 4194304 4196468 140730679739744 139834834622896 139835368827522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11927552 140730679747741 140730679747916 140730679747916 140730679750607 0
Current children cumulated CPU time: 253.13 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 295024 KiB

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

[startup+240.02 s]
# the end of solver process 23864 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.0019 s, system=0 s

[startup+240.021 s]
# the end of solver process 23866 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.449 s, system=0.709812 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 240.021
CPU time (s): 253.159
CPU user time (s): 252.449
CPU system time (s): 0.709812
CPU usage (%): 105.473
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 488832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.449
system time used= 0.709812
maximum resident set size= 511964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78577
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11880
involuntary context switches= 522


# summary of solver processes directly reported to runsolver:
#   pid: 23864,23866
#   total CPU time (s): 253.159
#   total CPU user time (s): 252.449
#   total CPU system time (s): 0.709812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54952 second user time and 2.43026 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 09:11:25
IDJOB=4284561
IDBENCH=135789
IDSOLVER=2680
FILE ID=node114/4284561-1503213946
RUNJOBID= node114-1503208995-20019
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n40/TravellingSalesman-40-30-19.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-4284561-1503213946/watcher-4284561-1503213946 -o /tmp/evaluation-result-4284561-1503213946/solver-4284561-1503213946 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 180418350 HOME/instance-4284561-1503213946.xml

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

MD5SUM BENCH= 6526f92d1e0de584709c666a2aa2b127
RANDOM SEED=180418350

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:        20749644 kB
MemAvailable:   31494784 kB
Buffers:          261504 kB
Cached:         10769564 kB
SwapCached:            0 kB
Active:          2482876 kB
Inactive:        9077748 kB
Active(anon):     521240 kB
Inactive(anon):    44260 kB
Active(file):    1961636 kB
Inactive(file):  9033488 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8008 kB
Writeback:             0 kB
AnonPages:        587396 kB
Mapped:            64224 kB
Shmem:             33416 kB
Slab:             158596 kB
SReclaimable:     131700 kB
SUnreclaim:        26896 kB
KernelStack:        3824 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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= 61692 MiB
End job on node114 at 2017-08-20 09:15:26