Trace number 4284559

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)106 251.217 240.02499

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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-4284559-1503213858.xml"  -tl '264s' -p 1 -x 3
0.12/0.15	c [HOME/instance-4284559-1503213858.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
0.72/0.48	c solve instance...
0.98/0.59	o 145 
0.98/0.60	o 142 
1.28/0.62	o 128 
1.94/0.82	o 127 
2.25/0.90	o 125 
2.25/0.92	o 124 
2.25/0.94	o 120 
2.59/1.10	o 118 
3.18/1.25	o 116 
3.18/1.26	o 115 
9.32/3.67	o 113 
9.32/3.67	o 112 
20.18/12.91	o 111 
34.05/26.13	o 110 
35.14/27.29	o 109 
35.14/27.29	o 108 
38.30/30.37	o 107 
38.43/30.43	o 106 
251.19/240.01	s SATISFIABLE
251.19/240.01	v <instantiation>
251.19/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] 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] </list>
251.19/240.01	v 	<values>7 9 11 10 8 16 17 19 18 14 12 15 13 4 6 0 1 2 3 5 3 4 4 5 11 2 1 1 6 11 8 3 11 8 8 7 6 3 1 3 </values>
251.19/240.01	v </instantiation>
251.19/240.01	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284559-1503213858/watcher-4284559-1503213858 -o /tmp/evaluation-result-4284559-1503213858/solver-4284559-1503213858 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1108267697 HOME/instance-4284559-1503213858.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=11215, runsolver pid=11212

[startup+0.102 s]*
/proc/loadavg: 2.00 1.83 1.82 3/217 11231
/proc/meminfo: memFree=23926264/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13978596 memory=28080 CPUtime=0.12 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 5305 0 0 0 11 1 0 0 20 0 15 0 154473233 14314082304 7020 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3494649 7020 2893 1 0 3482966 0
[pid=11217/tid=11218] ppid=11215 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 3313 0 0 0 8 0 0 0 20 0 15 0 154473233 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946769573680 139946765365850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13978596 memory=3472468684811588816 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13978596 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154473234 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154473235 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154473236 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154473236 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) R 11215 11215 8036 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 154473238 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) R 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13978596 memory=140555916437120 CPUtime=0.01 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 154473238 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13978596 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473239 14314082304 7020 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29464 KiB

[startup+0.210589 s]*
/proc/loadavg: 2.00 1.83 1.82 3/217 11231
/proc/meminfo: memFree=23915588/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13982852 memory=40080 CPUtime=0.34 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 8064 0 0 0 32 2 0 0 20 0 15 0 154473233 14318440448 10020 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3495713 10020 3029 1 0 3482966 0
[pid=11217/tid=11218] ppid=11215 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 5223 0 0 0 19 1 0 0 20 0 15 0 154473233 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946769565312 139946749424990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13982852 memory=3472468684811588816 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13982852 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13982852 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154473235 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154473236 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154473236 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 154473238 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 154473238 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13982852 memory=140555916437120 CPUtime=0.08 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 762 0 0 0 8 0 0 0 20 0 15 0 154473238 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13982852 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473239 14318440448 10020 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41464 KiB

[startup+0.310678 s]*
/proc/loadavg: 2.00 1.83 1.82 3/217 11231
/proc/meminfo: memFree=23908880/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13982852 memory=47024 CPUtime=0.49 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 8983 0 0 0 47 2 0 0 20 0 15 0 154473233 14318440448 11756 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3495713 11756 3076 1 0 3482966 0
[pid=11217/tid=11218] ppid=11215 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 5986 0 0 0 28 1 0 0 20 0 15 0 154473233 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946769578528 139946749424990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13982852 memory=3472468684811588816 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13982852 memory=140555916437120 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13982852 memory=2 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13982852 memory=140555757692959 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154473234 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13982852 memory=281111515346688 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154473235 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13982852 memory=140555757669903 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154473236 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13982852 memory=281111674116192 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154473236 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13982852 memory=140555757674511 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 657 0 0 0 4 0 0 0 20 0 15 0 154473238 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 170 0 0 0 3 0 0 0 20 0 15 0 154473238 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 869 0 0 0 12 0 0 0 20 0 15 0 154473238 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473239 14318440448 11821 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48408 KiB

[startup+0.700996 s]
/proc/loadavg: 2.00 1.83 1.82 4/217 11231
/proc/meminfo: memFree=23895648/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13984976 memory=68452 CPUtime=1.61 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 12322 0 0 0 157 4 0 0 20 0 15 0 154473233 14320615424 17113 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3496244 17113 3211 1 0 3483478 0
[pid=11217/tid=11218] ppid=11215 vsize=13984976 memory=281111515172720 CPUtime=0.66 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 6700 0 0 0 64 2 0 0 20 0 15 0 154473233 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946769580704 139946363002997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13984976 memory=3835163037842756688 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473234 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13984976 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154473234 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154473235 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13984976 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13984976 memory=7452706766398776640 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13984976 memory=7881696724453321575 CPUtime=0.29 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) R 11215 11215 8036 0 -1 4202560 1631 0 0 0 29 0 0 0 20 0 15 0 154473238 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946235318472 139946750453387 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13984976 memory=7440065680911650896 CPUtime=0.27 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) R 11215 11215 8036 0 -1 4202560 858 0 0 0 27 0 0 0 20 0 15 0 154473238 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946234271456 139946749250249 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13984976 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 1827 0 0 0 36 0 0 0 20 0 15 0 154473238 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13984976 memory=42604 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 17113 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 69836 KiB

[startup+1.50083 s]
/proc/loadavg: 2.00 1.83 1.82 5/217 11231
/proc/meminfo: memFree=23871272/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0

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

/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13984976 memory=202784 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13984976 memory=241 CPUtime=3.73 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 16956 0 0 0 371 2 0 0 20 0 15 0 154473238 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13984976 memory=1384 CPUtime=3.62 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 18228 0 0 0 361 1 0 0 20 0 15 0 154473238 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13984976 memory=206160 CPUtime=0.66 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 8260 0 0 0 65 1 0 0 20 0 15 0 154473238 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.03 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1441 0 0 0 1 2 0 0 20 0 15 0 154473239 14320615424 50440 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 111.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 203144 KiB

[startup+162.301 s]
/proc/loadavg: 1.27 1.66 1.77 3/219 11320
/proc/meminfo: memFree=25981220/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13984976 memory=245500 CPUtime=172.07 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 71734 0 0 0 17176 31 0 0 20 0 15 0 154473233 14320615424 61375 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3496244 61375 3264 1 0 3483478 0
[pid=11217/tid=11218] ppid=11215 vsize=13984976 memory=243452 CPUtime=161.6 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 13841 0 0 0 16155 5 0 0 20 0 15 0 154473233 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946769583728 139946364471679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13984976 memory=245500 CPUtime=0.51 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 1964 0 0 0 48 3 0 0 20 0 15 0 154473234 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.51 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 786 0 0 0 48 3 0 0 20 0 15 0 154473234 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.51 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1579 0 0 0 47 4 0 0 20 0 15 0 154473234 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.51 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 1342 0 0 0 47 4 0 0 20 0 15 0 154473234 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13984976 memory=233728 CPUtime=0.07 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 1487 0 0 0 6 1 0 0 20 0 15 0 154473235 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13984976 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13984976 memory=1236 CPUtime=3.78 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 17985 0 0 0 376 2 0 0 20 0 15 0 154473238 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13984976 memory=932 CPUtime=3.76 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 20678 0 0 0 374 2 0 0 20 0 15 0 154473238 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.66 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 9258 0 0 0 65 1 0 0 20 0 15 0 154473238 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13984976 memory=243452 CPUtime=0.06 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1470 0 0 0 3 3 0 0 20 0 15 0 154473239 14320615424 61375 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 172.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 246884 KiB

[startup+222.301 s]
/proc/loadavg: 1.60 1.68 1.77 3/219 11321
/proc/meminfo: memFree=25930220/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13984976 memory=347708 CPUtime=233.19 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 75587 0 0 0 23275 44 0 0 20 0 15 0 154473233 14320615424 86927 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3496244 86927 3264 1 0 3483478 0
[pid=11217/tid=11218] ppid=11215 vsize=13984976 memory=345660 CPUtime=221.2 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 14952 0 0 0 22115 5 0 0 20 0 15 0 154473233 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946769583744 139946366000618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.86 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 2265 0 0 0 79 7 0 0 20 0 15 0 154473234 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13984976 memory=343612 CPUtime=0.85 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1485 0 0 0 79 6 0 0 20 0 15 0 154473234 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13984976 memory=341564 CPUtime=0.85 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1877 0 0 0 78 7 0 0 20 0 15 0 154473234 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13984976 memory=345660 CPUtime=0.85 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 1613 0 0 0 78 7 0 0 20 0 15 0 154473234 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13984976 memory=1384 CPUtime=0.1 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 1748 0 0 0 9 1 0 0 20 0 15 0 154473235 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13984976 memory=347708 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13984976 memory=345660 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13984976 memory=1384 CPUtime=3.79 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 18019 0 0 0 377 2 0 0 20 0 15 0 154473238 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13984976 memory=1384 CPUtime=3.84 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 20761 0 0 0 382 2 0 0 20 0 15 0 154473238 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13984976 memory=345660 CPUtime=0.67 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 10027 0 0 0 66 1 0 0 20 0 15 0 154473238 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13984976 memory=350244 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13984976 memory=345660 CPUtime=0.08 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1496 0 0 0 4 4 0 0 20 0 15 0 154473239 14320615424 86927 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 233.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 349092 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.54 1.66 1.76 3/219 11321
/proc/meminfo: memFree=25913080/32770624 swapFree=67108860/67108860
[pid=11215] ppid=11212 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11215/stat : 11215 (xcsp3-exec) S 11212 11215 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154473233 9740288 346 33554432000 4194304 5098028 140737355858320 140737355856424 139622368563836 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27930624 140737355863156 140737355863360 140737355863360 140737355866091 0
/proc/11215/statm: 2378 346 289 221 0 87 0
[pid=11217] ppid=11215 vsize=13984976 memory=376524 CPUtime=251.19 cores=0,2,4,6
/proc/11217/stat : 11217 (java) S 11215 11215 8036 0 -1 1077944320 75775 0 0 0 25071 48 0 0 20 0 15 0 154473233 14320615424 94131 33554432000 4194304 4196468 140733215484320 140733215466864 139946765344503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
/proc/11217/statm: 3496244 94131 3264 1 0 3483478 0
[pid=11217/tid=11218] ppid=11215 vsize=13984976 memory=1796 CPUtime=238.79 cores=0,2,4,6
/proc/11217/task/11218/stat : 11218 (java) R 11215 11215 8036 0 -1 4202560 14969 0 0 0 23874 5 0 0 20 0 15 0 154473233 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946769583936 139946362273160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11219] ppid=11215 vsize=13984976 memory=644 CPUtime=0.95 cores=0,2,4,6
/proc/11217/task/11219/stat : 11219 (java) S 11215 11215 8036 0 -1 1077944384 2304 0 0 0 88 7 0 0 20 0 15 0 154473234 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946680413200 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11220] ppid=11215 vsize=13984976 memory=960 CPUtime=0.95 cores=0,2,4,6
/proc/11217/task/11220/stat : 11220 (java) S 11215 11215 8036 0 -1 1077944384 1536 0 0 0 88 7 0 0 20 0 15 0 154473234 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946679360656 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11221] ppid=11215 vsize=13984976 memory=-7003737579269690708 CPUtime=0.95 cores=0,2,4,6
/proc/11217/task/11221/stat : 11221 (java) S 11215 11215 8036 0 -1 1077944384 1912 0 0 0 87 8 0 0 20 0 15 0 154473234 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946358729488 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11222] ppid=11215 vsize=13984976 memory=4052 CPUtime=0.95 cores=0,2,4,6
/proc/11217/task/11222/stat : 11222 (java) S 11215 11215 8036 0 -1 1077944384 1652 0 0 0 87 8 0 0 20 0 15 0 154473234 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946357676944 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11223] ppid=11215 vsize=13984976 memory=16236 CPUtime=0.11 cores=0,2,4,6
/proc/11217/task/11223/stat : 11223 (java) S 11215 11215 8036 0 -1 1077944384 1755 0 0 0 10 1 0 0 20 0 15 0 154473235 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946239547632 139946765355650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11224] ppid=11215 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11224/stat : 11224 (java) S 11215 11215 8036 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946238493856 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11225] ppid=11215 vsize=13984976 memory=644 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (java) S 11215 11215 8036 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154473236 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946237440752 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11226] ppid=11215 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11226/stat : 11226 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473238 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946236389328 139946765363099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11227] ppid=11215 vsize=13984976 memory=4472 CPUtime=3.79 cores=0,2,4,6
/proc/11217/task/11227/stat : 11227 (java) S 11215 11215 8036 0 -1 1077944384 18019 0 0 0 377 2 0 0 20 0 15 0 154473238 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946235337456 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11228] ppid=11215 vsize=13984976 memory=1236 CPUtime=3.84 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (java) S 11215 11215 8036 0 -1 1077944384 20761 0 0 0 382 2 0 0 20 0 15 0 154473238 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946234284912 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11229] ppid=11215 vsize=13984976 memory=932 CPUtime=0.67 cores=0,2,4,6
/proc/11217/task/11229/stat : 11229 (java) S 11215 11215 8036 0 -1 1077944384 10027 0 0 0 66 1 0 0 20 0 15 0 154473238 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946233231856 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11230] ppid=11215 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11230/stat : 11230 (java) S 11215 11215 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154473239 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946232179552 139946765354709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
[pid=11217/tid=11231] ppid=11215 vsize=13984976 memory=23664 CPUtime=0.1 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (java) S 11215 11215 8036 0 -1 1077944384 1496 0 0 0 5 5 0 0 20 0 15 0 154473239 14320615424 94131 33554432000 4194304 4196468 140733215484320 139946231126576 139946765355650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17317888 140733215491229 140733215491404 140733215491404 140733215494095 0
Current children cumulated CPU time: 251.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 377908 KiB

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

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

[startup+240.025 s]
# the end of solver process 11217 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.72 s, system=0.497355 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.025
CPU time (s): 251.217
CPU user time (s): 250.72
CPU system time (s): 0.497355
CPU usage (%): 104.663
Max. virtual memory (cumulated for all children) (KiB): 13996212
Max. memory (cumulated for all children) (KiB): 377908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.72
system time used= 0.497355
maximum resident set size= 377220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76704
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10710
involuntary context switches= 482


# summary of solver processes directly reported to runsolver:
#   pid: 11215,11217
#   total CPU time (s): 251.217
#   total CPU user time (s): 250.72
#   total CPU system time (s): 0.497355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.55267 second user time and 2.35473 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 09:09:57
IDJOB=4284559
IDBENCH=135675
IDSOLVER=2680
FILE ID=node113/4284559-1503213858
RUNJOBID= node113-1503209106-8067
PBS_JOBID= 20630874
Free space on /tmp= 61588 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.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-4284559-1503213858/watcher-4284559-1503213858 -o /tmp/evaluation-result-4284559-1503213858/solver-4284559-1503213858 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1108267697 HOME/instance-4284559-1503213858.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1108267697

node113.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.89
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.89
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.89
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.89
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:        23943488 kB
MemAvailable:   29312492 kB
Buffers:          257932 kB
Cached:          5400460 kB
SwapCached:            0 kB
Active:          3967484 kB
Inactive:        4401696 kB
Active(anon):    2660760 kB
Inactive(anon):    85940 kB
Active(file):    1306724 kB
Inactive(file):  4315756 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7720 kB
Writeback:             0 kB
AnonPages:       2717908 kB
Mapped:            63936 kB
Shmem:             33416 kB
Slab:             152120 kB
SReclaimable:     124720 kB
SUnreclaim:        27400 kB
KernelStack:        3568 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4271160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2594816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61580 MiB
End job on node113 at 2017-08-20 09:13:58