Trace number 4306569

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 4.0.7b seq (e747e1e)SAT (TO)203 2520.07 2512.02

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"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-4306569-1534140513.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306569-1534140513.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.02/0.60	c solve instance...
1.88/0.81	o 228 
1.88/0.82	o 227 
1.88/0.82	o 226 
1.88/0.86	o 221 
44.82/40.73	o 213 
70.75/66.48	o 211 
72.35/68.09	o 210 
79.85/75.58	o 208 
80.95/76.65	o 205 
80.95/76.66	o 204 
109.81/105.48	o 203 
2520.04/2512.01	s SATISFIABLE
2520.04/2512.01	v <instantiation>
2520.04/2512.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] 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.04/2512.01	v 	<values>40 36 35 28 22 23 18 3 4 10 13 12 9 8 6 15 16 19 20 21 27 30 34 26 2 5 14 7 1 0 17 29 33 32 31 24 11 25 41 43 42 39 37 38 44 3 2 8 4 4 4 7 1 2 3 1 3 1 4 4 1 5 1 1 3 1 4 6 12 1 4 4 4 7 10 9 5 2 5 5 8 9 11 12 3 2 4 1 6 6 </values>
2520.04/2512.01	v </instantiation>
2520.04/2512.01	c Unexpected resolution interruption!

Verifier Data

OK	203

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306569-1534140513/watcher-4306569-1534140513 -o /tmp/evaluation-result-4306569-1534140513/solver-4306569-1534140513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15590 --watchdog 2580 HOME/xcsp3-exec -seed 985182136 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306569-1534140513.xml 

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

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


[startup+0.100132 s]*
/proc/loadavg: 1.41 1.40 1.45 4/220 16066
/proc/meminfo: memFree=17583328/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14082940 memory=26800 CPUtime=0.12 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 5574 0 0 0 11 1 0 0 20 0 15 0 231614498 14420930560 6700 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3520735 6700 3017 1 0 3483012 0
[pid=16052/tid=16053] ppid=16050 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 3565 0 0 0 8 0 0 0 20 0 15 0 231614499 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574985025088 140574964843877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231614501 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231614501 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231614502 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0.01 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) R 16050 16050 14305 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 231614504 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574155413616 140574959695502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614505 14420930560 6700 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 28256 KiB

[startup+0.210938 s]*
/proc/loadavg: 1.41 1.40 1.45 3/220 16066
/proc/meminfo: memFree=17570320/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14082940 memory=39968 CPUtime=0.34 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 8536 0 0 0 32 2 0 0 20 0 15 0 231614498 14420930560 9992 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3520735 9992 3200 1 0 3483012 0
[pid=16052/tid=16053] ppid=16050 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 5470 0 0 0 18 1 0 0 20 0 15 0 231614499 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574985039920 140574980812182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14082940 memory=15369 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14082940 memory=288370920228996736 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231614501 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231614501 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231614502 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 231614504 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 231614504 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14082940 memory=140544077284992 CPUtime=0.07 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) R 16050 16050 14305 0 -1 4202560 951 0 0 0 7 0 0 0 20 0 15 0 231614504 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574155413616 140574973897083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614505 14420930560 9992 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41424 KiB

[startup+0.312742 s]*
/proc/loadavg: 1.41 1.40 1.45 5/220 16066
/proc/meminfo: memFree=17564408/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14087196 memory=47140 CPUtime=0.53 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 9448 0 0 0 50 3 0 0 20 0 15 0 231614498 14425288704 11785 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3521799 11785 3267 1 0 3483012 0
[pid=16052/tid=16053] ppid=16050 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 6147 0 0 0 28 2 0 0 20 0 15 0 231614499 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574985031360 140574964880734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231614500 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231614501 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14087196 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231614501 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231614502 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14087196 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 371 0 0 0 4 0 0 0 20 0 15 0 231614504 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) R 16050 16050 14305 0 -1 4202560 546 0 0 0 5 0 0 0 20 0 15 0 231614504 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574156466416 140574965926150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) S 16050 16050 14305 0 -1 1077944384 1083 0 0 0 12 0 0 0 20 0 15 0 231614504 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614505 14425288704 11785 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48596 KiB

[startup+0.705106 s]
/proc/loadavg: 1.41 1.40 1.45 4/220 16066
/proc/meminfo: memFree=17547784/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14089320 memory=74412 CPUtime=1.57 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 12235 0 0 0 152 5 0 0 20 0 15 0 231614498 14427463680 18603 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3522330 18603 3362 1 0 3483524 0
[pid=16052/tid=16053] ppid=16050 vsize=14089320 memory=1832 CPUtime=0.68 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 7011 0 0 0 65 3 0 0 20 0 15 0 231614499 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574985037872 140574616779789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14089320 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14089320 memory=1192 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231614500 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14089320 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14089320 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614500 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14089320 memory=752 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14089320 memory=7304 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14089320 memory=5400 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231614502 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14089320 memory=1108 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14089320 memory=10784 CPUtime=0.27 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) R 16050 16050 14305 0 -1 4202560 997 0 0 0 27 0 0 0 20 0 15 0 231614504 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574157519216 140574962344809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14089320 memory=872 CPUtime=0.28 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) R 16050 16050 14305 0 -1 4202560 1073 0 0 0 28 0 0 0 20 0 15 0 231614504 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574156455216 140574966830048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14089320 memory=4280 CPUtime=0.33 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) R 16050 16050 14305 0 -1 1077944384 1846 0 0 0 32 1 0 0 20 0 15 0 231614504 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14089320 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14089320 memory=34788 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231614505 14427463680 18603 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 75868 KiB

[startup+1.5008 s]
/proc/loadavg: 1.41 1.40 1.45 5/220 16066
/proc/meminfo: memFree=17525048/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0

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

[pid=16052/tid=16058] ppid=16050 vsize=14089320 memory=233500 CPUtime=0.89 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 3934 0 0 0 82 7 0 0 20 0 15 0 231614501 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 231614502 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14089320 memory=281087894108400 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14089320 memory=233500 CPUtime=1.95 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 13522 0 0 0 194 1 0 0 20 0 15 0 231614504 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14089320 memory=1236 CPUtime=2.06 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 12701 0 0 0 205 1 0 0 20 0 15 0 231614504 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14089320 memory=2444 CPUtime=0.55 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) S 16050 16050 14305 0 -1 1077944384 9627 0 0 0 53 2 0 0 20 0 15 0 231614504 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14089320 memory=3136 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14089320 memory=1456 CPUtime=0.69 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1012 0 0 0 28 41 0 0 20 0 15 0 231614505 14427463680 58375 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 2390.22 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 234956 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.73 1.70 3/220 16143
/proc/meminfo: memFree=17338312/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14089320 memory=233532 CPUtime=2450.27 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 74415 0 0 0 244949 78 0 0 20 0 15 0 231614498 14427463680 58383 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3522330 58383 3412 1 0 3483524 0
[pid=16052/tid=16053] ppid=16050 vsize=14089320 memory=233532 CPUtime=2439.7 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 20206 0 0 0 243961 9 0 0 20 0 15 0 231614499 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574985039872 140574620542147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.07 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 2928 0 0 0 97 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.07 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 3035 0 0 0 98 9 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.07 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 3284 0 0 0 97 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.07 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 2657 0 0 0 96 11 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14089320 memory=1456 CPUtime=0.91 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 4074 0 0 0 84 7 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14089320 memory=233532 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 231614502 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14089320 memory=4132 CPUtime=1.95 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 13524 0 0 0 194 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14089320 memory=62948 CPUtime=2.06 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 12703 0 0 0 205 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14089320 memory=1456 CPUtime=0.55 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) S 16050 16050 14305 0 -1 1077944384 9629 0 0 0 53 2 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14089320 memory=233532 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14089320 memory=10784 CPUtime=0.71 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1018 0 0 0 29 42 0 0 20 0 15 0 231614505 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 2450.27 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 234988 KiB

[startup+2502.3 s]
/proc/loadavg: 1.80 1.75 1.71 3/220 16151
/proc/meminfo: memFree=17341856/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14089320 memory=233532 CPUtime=2510.33 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 74722 0 0 0 250954 79 0 0 20 0 15 0 231614498 14427463680 58383 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3522330 58383 3412 1 0 3483524 0
[pid=16052/tid=16053] ppid=16050 vsize=14089320 memory=233532 CPUtime=2499.67 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 20375 0 0 0 249957 10 0 0 20 0 15 0 231614499 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574985039872 140574620541303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 2938 0 0 0 99 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 3100 0 0 0 100 9 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 3286 0 0 0 99 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14089320 memory=233532 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 2662 0 0 0 98 11 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14089320 memory=1456 CPUtime=0.92 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 4110 0 0 0 85 7 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14089320 memory=233532 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14089320 memory=233532 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 231614502 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14089320 memory=1456 CPUtime=1.95 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 13524 0 0 0 194 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14089320 memory=6791534058613427641 CPUtime=2.06 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 12704 0 0 0 205 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14089320 memory=3332 CPUtime=0.55 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) S 16050 16050 14305 0 -1 1077944384 9629 0 0 0 53 2 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14089320 memory=56 CPUtime=0.73 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1037 0 0 0 30 43 0 0 20 0 15 0 231614505 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 2510.33 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 234988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512 s]*
/proc/loadavg: 1.75 1.75 1.71 4/220 16229
/proc/meminfo: memFree=17320524/32770624 swapFree=67108860/67108860
[pid=16050] ppid=16047 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/16050/stat : 16050 (xcsp3-exec) S 16047 16050 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231614498 115843072 364 33554432000 4194304 5098028 140723830793408 140723830791512 139887705600636 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19513344 140723830797371 140723830797572 140723830797572 140723830800330 0
/proc/16050/statm: 28282 364 306 221 0 87 0
[pid=16052] ppid=16050 vsize=14089320 memory=233532 CPUtime=2520.04 cores=0,2,4,6
/proc/16052/stat : 16052 (java) S 16050 16050 14305 0 -1 1077944320 74741 0 0 0 251925 79 0 0 20 0 15 0 231614498 14427463680 58383 33554432000 4194304 4196468 140724333118560 140724333101104 140574980800247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
/proc/16052/statm: 3522330 58383 3412 1 0 3483524 0
[pid=16052/tid=16053] ppid=16050 vsize=14089320 memory=6948035356671240021 CPUtime=2509.37 cores=0,2,4,6
/proc/16052/task/16053/stat : 16053 (java) R 16050 16050 14305 0 -1 4202560 20388 0 0 0 250927 10 0 0 20 0 15 0 231614499 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574985039600 140574621544450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16054] ppid=16050 vsize=14089320 memory=7450757422508224572 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16054/stat : 16054 (java) S 16050 16050 14305 0 -1 1077944384 2939 0 0 0 99 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574952643216 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16055] ppid=16050 vsize=14089320 memory=4872558044660077418 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16055/stat : 16055 (java) S 16050 16050 14305 0 -1 1077944384 3100 0 0 0 100 9 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574575139344 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16056] ppid=16050 vsize=14089320 memory=62956 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16056/stat : 16056 (java) S 16050 16050 14305 0 -1 1077944384 3286 0 0 0 99 10 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574574086544 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16057] ppid=16050 vsize=14089320 memory=1236 CPUtime=1.09 cores=0,2,4,6
/proc/16052/task/16057/stat : 16057 (java) S 16050 16050 14305 0 -1 1077944384 2663 0 0 0 98 11 0 0 20 0 15 0 231614500 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574573033744 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16058] ppid=16050 vsize=14089320 memory=2444 CPUtime=0.93 cores=0,2,4,6
/proc/16052/task/16058/stat : 16058 (java) S 16050 16050 14305 0 -1 1077944384 4112 0 0 0 86 7 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574161730416 140574980811394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16059] ppid=16050 vsize=14089320 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16059/stat : 16059 (java) S 16050 16050 14305 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 231614501 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574160676384 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16060] ppid=16050 vsize=14089320 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16060/stat : 16060 (java) S 16050 16050 14305 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 231614502 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574159623536 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16061] ppid=16050 vsize=14089320 memory=1192 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16061/stat : 16061 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574158571856 140574980818843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16062] ppid=16050 vsize=14089320 memory=1616 CPUtime=1.95 cores=0,2,4,6
/proc/16052/task/16062/stat : 16062 (java) S 16050 16050 14305 0 -1 1077944384 13524 0 0 0 194 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574157519216 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16063] ppid=16050 vsize=14089320 memory=1384 CPUtime=2.06 cores=0,2,4,6
/proc/16052/task/16063/stat : 16063 (java) S 16050 16050 14305 0 -1 1077944384 12704 0 0 0 205 1 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574156466416 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16064] ppid=16050 vsize=14089320 memory=752 CPUtime=0.55 cores=0,2,4,6
/proc/16052/task/16064/stat : 16064 (java) S 16050 16050 14305 0 -1 1077944384 9629 0 0 0 53 2 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574155413616 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16065] ppid=16050 vsize=14089320 memory=7304 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16065/stat : 16065 (java) S 16050 16050 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231614504 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574154361056 140574980810453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
[pid=16052/tid=16066] ppid=16050 vsize=14089320 memory=5400 CPUtime=0.73 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (java) S 16050 16050 14305 0 -1 1077944384 1039 0 0 0 30 43 0 0 20 0 15 0 231614505 14427463680 58383 33554432000 4194304 4196468 140724333118560 140574153309360 140574980811394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 39501824 140724333122694 140724333122865 140724333122865 140724333125583 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 234988 KiB

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

[startup+2512.02 s]
# the end of solver process 16050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.27 s, system=0.802514 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2512.02
CPU time (s): 2520.07
CPU user time (s): 2519.27
CPU system time (s): 0.802514
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 234988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.27
system time used= 0.802514
maximum resident set size= 234124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80705
involuntary context switches= 3106


# summary of solver processes directly reported to runsolver:
#   pid: 16050
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.27
#   total CPU system time (s): 0.802514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9571 second user time and 22.9405 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 08:08:33
IDJOB=4306569
IDBENCH=141620
IDSOLVER=2787
FILE ID=node132/4306569-1534140513
RUNJOBID= node132-1534138001-15590
PBS_JOBID= 21037017
Free space on /tmp= 38180 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306569-1534140513/watcher-4306569-1534140513 -o /tmp/evaluation-result-4306569-1534140513/solver-4306569-1534140513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15590 --watchdog 2580  HOME/xcsp3-exec -seed 985182136 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306569-1534140513.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=985182136

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
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	: 5333.65
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	: 5333.65
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	: 5333.65
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:        17598388 kB
MemAvailable:   31755800 kB
Buffers:          253476 kB
Cached:         14014656 kB
SwapCached:            0 kB
Active:          7207576 kB
Inactive:        7265788 kB
Active(anon):     154808 kB
Inactive(anon):   102816 kB
Active(file):    7052768 kB
Inactive(file):  7162972 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21912 kB
Writeback:             0 kB
AnonPages:        220296 kB
Mapped:            67932 kB
Shmem:             49824 kB
Slab:             398724 kB
SReclaimable:     370132 kB
SUnreclaim:        28592 kB
KernelStack:        3856 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1320788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38156 MiB
End job on node132 at 2018-08-13 08:50:25