Trace number 4283568

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)121 2520.1201 2464.22

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"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-4283568-1503218665.xml"  -tl '2520s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4283568-1503218665.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.33/0.26	c parse instance...
0.75/0.47	c solve instance...
1.03/0.60	o 183 
1.31/0.62	o 166 
1.31/0.63	o 162 
1.67/0.71	o 158 
1.67/0.72	o 157 
1.67/0.72	o 151 
1.67/0.73	o 148 
1.67/0.76	o 147 
3.55/1.32	o 144 
3.55/1.33	o 140 
3.87/1.42	o 138 
3.87/1.42	o 134 
4.18/1.53	o 131 
4.80/1.71	o 130 
75.30/67.37	o 128 
77.45/69.47	o 122 
862.32/840.62	o 121 
2520.08/2464.21	s SATISFIABLE
2520.08/2464.21	v <instantiation>
2520.08/2464.21	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>
2520.08/2464.21	v 	<values>10 16 17 18 15 19 14 13 12 11 9 8 6 3 7 1 0 2 5 4 14 2 5 5 18 10 3 7 4 3 7 4 2 13 9 3 2 3 2 5 </values>
2520.08/2464.21	v </instantiation>
2520.08/2464.21	c Unexpected resolution interruption!

Verifier Data

OK	121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283568-1503218665/watcher-4283568-1503218665 -o /tmp/evaluation-result-4283568-1503218665/solver-4283568-1503218665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503215350-6163 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1323616108 HOME/instance-4283568-1503218665.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
Current StackSize limit: 8192 KiB

solver pid=6472, runsolver pid=6469

[startup+0.100062 s]*
/proc/loadavg: 1.68 1.58 1.60 6/218 6488
/proc/meminfo: memFree=26125344/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13978596 memory=28144 CPUtime=0.11 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 5452 0 0 0 11 0 0 0 20 0 15 0 154954504 14314082304 7036 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3494649 7036 2837 1 0 3482966 0
[pid=6474/tid=6475] ppid=6472 vsize=13978596 memory=-8412658762350172019 CPUtime=0.08 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 3478 0 0 0 8 0 0 0 20 0 15 0 154954504 14314082304 7036 33554432000 4194304 4196468 140725339324752 140245723932288 140245719723414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954505 14314082304 7036 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13978596 memory=139660410037888 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14314082304 7036 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14314082304 7036 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14314082304 7036 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13978596 memory=139660410037888 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954507 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154954507 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154954507 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13978596 memory=139660410037888 CPUtime=0.01 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) R 6472 6472 32593 0 -1 4202560 240 0 0 0 1 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244692953968 140245719723414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13978596 memory=139660410037888 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954510 14314082304 7036 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29528 KiB

[startup+0.210646 s]*
/proc/loadavg: 1.68 1.58 1.60 5/218 6488
/proc/meminfo: memFree=26108536/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13982852 memory=40124 CPUtime=0.33 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 8058 0 0 0 32 1 0 0 20 0 15 0 154954504 14318440448 10031 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3495713 10031 3070 1 0 3482966 0
[pid=6474/tid=6475] ppid=6472 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 5277 0 0 0 19 1 0 0 20 0 15 0 154954504 14318440448 10031 33554432000 4194304 4196468 140725339324752 140245723932472 140245719733405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13982852 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 10031 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13982852 memory=139660410761942 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 10031 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 10031 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 10031 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13982852 memory=139660410037888 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 297 0 0 0 2 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13982852 memory=139660410037888 CPUtime=0.08 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) R 6472 6472 32593 0 -1 1077944384 710 0 0 0 8 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 10031 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41508 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.68 1.58 1.60 6/218 6488
/proc/meminfo: memFree=26097052/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13982852 memory=47320 CPUtime=0.5 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 8967 0 0 0 48 2 0 0 20 0 15 0 154954504 14318440448 11830 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3495713 11830 3115 1 0 3482966 0
[pid=6474/tid=6475] ppid=6472 vsize=13982852 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 6024 0 0 0 28 1 0 0 20 0 15 0 154954504 14318440448 11851 33554432000 4194304 4196468 140725339324752 140245723946032 140245719733405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 11851 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13982852 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 11851 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13982852 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 11851 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14318440448 11851 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13982852 memory=-7597674114596453223 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13982852 memory=6933954179156714387 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154954507 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13982852 memory=7684433391216329786 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13982852 memory=-6374957858630779283 CPUtime=0.04 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 530 0 0 0 4 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13982852 memory=-8813974798734826869 CPUtime=0.03 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 327 0 0 0 3 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13982852 memory=3054156605369063069 CPUtime=0.11 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) S 6472 6472 32593 0 -1 1077944384 796 0 0 0 11 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954510 14318440448 11851 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48704 KiB

[startup+0.701473 s]
/proc/loadavg: 1.68 1.58 1.60 8/218 6488
/proc/meminfo: memFree=26076208/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13984976 memory=67884 CPUtime=1.67 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 12171 0 0 0 164 3 0 0 20 0 15 0 154954504 14320615424 16971 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3496244 16971 3211 1 0 3483478 0
[pid=6474/tid=6475] ppid=6472 vsize=13984976 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 6738 0 0 0 64 2 0 0 20 0 15 0 154954504 14320615424 16971 33554432000 4194304 4196468 140725339324752 140245723949984 140245332280807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954505 14320615424 16971 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13984976 memory=153 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14320615424 16971 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13984976 memory=5251 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14320615424 16971 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13984976 memory=4 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154954505 14320615424 16971 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13984976 memory=10147 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13984976 memory=469 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13984976 memory=3661 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13984976 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) R 6472 6472 32593 0 -1 4202560 1566 0 0 0 29 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244695040256 140245701232561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13984976 memory=1 CPUtime=0.32 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) R 6472 6472 32593 0 -1 4202560 879 0 0 0 32 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244693997904 140245703208088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13984976 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) R 6472 6472 32593 0 -1 4202560 1679 0 0 0 36 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244692951224 140245698689796 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13984976 memory=720 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 16971 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 69268 KiB

[startup+1.50081 s]
/proc/loadavg: 1.68 1.58 1.60 7/218 6488
/proc/meminfo: memFree=26038012/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0

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

/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13984976 memory=234028 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13984976 memory=15880 CPUtime=4.19 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 19526 0 0 0 417 2 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13984976 memory=4140 CPUtime=4.47 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 22100 0 0 0 445 2 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13984976 memory=1384 CPUtime=0.71 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) S 6472 6472 32593 0 -1 1077944384 9825 0 0 0 70 1 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13984976 memory=301741373374332954 CPUtime=0.91 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 882 0 0 0 43 48 0 0 20 0 15 0 154954510 14320615424 57096 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 2375.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 229768 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.40 1.44 3/217 6573
/proc/meminfo: memFree=25809264/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13984976 memory=224152 CPUtime=2436.39 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 139828 0 0 0 243457 182 0 0 20 0 15 0 154954504 14320615424 56038 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3496244 56038 3282 1 0 3483478 0
[pid=6474/tid=6475] ppid=6472 vsize=13984976 memory=224660 CPUtime=2363.25 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 27712 0 0 0 236313 12 0 0 20 0 15 0 154954504 14320615424 56038 33554432000 4194304 4196468 140725339324752 140245723950912 140245332205836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13984976 memory=1384 CPUtime=15.11 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 10565 0 0 0 1484 27 0 0 20 0 15 0 154954505 14320615424 56038 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13984976 memory=224152 CPUtime=15.11 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 10524 0 0 0 1483 28 0 0 20 0 15 0 154954505 14320615424 56038 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13984976 memory=224152 CPUtime=15.11 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 11463 0 0 0 1484 27 0 0 20 0 15 0 154954505 14320615424 56038 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13984976 memory=1384 CPUtime=15.12 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 8949 0 0 0 1486 26 0 0 20 0 15 0 154954505 14320615424 56038 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13984976 memory=224152 CPUtime=2.29 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 16908 0 0 0 210 19 0 0 20 0 15 0 154954507 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13984976 memory=224152 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13984976 memory=224152 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13984976 memory=42996 CPUtime=4.19 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 19528 0 0 0 417 2 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13984976 memory=1384 CPUtime=4.47 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 22102 0 0 0 445 2 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13984976 memory=1384 CPUtime=0.71 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) S 6472 6472 32593 0 -1 1077944384 9827 0 0 0 70 1 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13984976 memory=1384 CPUtime=0.93 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 888 0 0 0 44 49 0 0 20 0 15 0 154954510 14320615424 56038 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 2436.39 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 225536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.42 1.45 3/218 6582
/proc/meminfo: memFree=25806660/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13984976 memory=222932 CPUtime=2497.61 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 140194 0 0 0 249576 185 0 0 20 0 15 0 154954504 14320615424 55733 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3496244 55733 3282 1 0 3483478 0
[pid=6474/tid=6475] ppid=6472 vsize=13984976 memory=222932 CPUtime=2422.74 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 27797 0 0 0 242262 12 0 0 20 0 15 0 154954504 14320615424 55733 33554432000 4194304 4196468 140725339324752 140245723950800 140245334321653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13984976 memory=223444 CPUtime=15.53 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 10616 0 0 0 1525 28 0 0 20 0 15 0 154954505 14320615424 55733 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13984976 memory=1384 CPUtime=15.52 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 10586 0 0 0 1524 28 0 0 20 0 15 0 154954505 14320615424 55733 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13984976 memory=1384 CPUtime=15.51 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 11516 0 0 0 1524 27 0 0 20 0 15 0 154954505 14320615424 55733 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13984976 memory=222932 CPUtime=15.53 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 9031 0 0 0 1527 26 0 0 20 0 15 0 154954505 14320615424 55733 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13984976 memory=222932 CPUtime=2.36 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 16913 0 0 0 216 20 0 0 20 0 15 0 154954507 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13984976 memory=222932 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13984976 memory=1384 CPUtime=4.19 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 19528 0 0 0 417 2 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13984976 memory=4140 CPUtime=4.47 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 22102 0 0 0 445 2 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13984976 memory=1384 CPUtime=0.71 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) S 6472 6472 32593 0 -1 1077944384 9851 0 0 0 70 1 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13984976 memory=288230574492221466 CPUtime=0.96 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 892 0 0 0 45 51 0 0 20 0 15 0 154954510 14320615424 55733 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 2497.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 224316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.2 s]
/proc/loadavg: 1.48 1.42 1.45 3/218 6583
/proc/meminfo: memFree=25807516/32770624 swapFree=67108860/67108860
[pid=6472] ppid=6469 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/6472/stat : 6472 (xcsp3-exec) S 6469 6472 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154954504 9740288 346 33554432000 4194304 5098028 140727604830320 140727604828424 140398242603644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27856896 140727604835438 140727604835643 140727604835643 140727604838379 0
/proc/6472/statm: 2378 346 289 221 0 87 0
[pid=6474] ppid=6472 vsize=13984976 memory=222684 CPUtime=2520.08 cores=0,2,4,6
/proc/6474/stat : 6474 (java) S 6472 6472 32593 0 -1 1077944320 140637 0 0 0 251821 187 0 0 20 0 15 0 154954504 14320615424 55671 33554432000 4194304 4196468 140725339324752 140725339307296 140245719711479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
/proc/6474/statm: 3496244 55671 3282 1 0 3483478 0
[pid=6474/tid=6475] ppid=6472 vsize=13984976 memory=1420 CPUtime=2444.41 cores=0,2,4,6
/proc/6474/task/6475/stat : 6475 (java) R 6472 6472 32593 0 -1 4202560 27832 0 0 0 244429 12 0 0 20 0 15 0 154954504 14320615424 55671 33554432000 4194304 4196468 140725339324752 140245723950928 140245333336260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6476] ppid=6472 vsize=13984976 memory=13144 CPUtime=15.71 cores=0,2,4,6
/proc/6474/task/6476/stat : 6476 (java) S 6472 6472 32593 0 -1 1077944384 10715 0 0 0 1543 28 0 0 20 0 15 0 154954505 14320615424 55671 33554432000 4194304 4196468 140725339324752 140245649800080 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6477] ppid=6472 vsize=13984976 memory=956 CPUtime=15.72 cores=0,2,4,6
/proc/6474/task/6477/stat : 6477 (java) S 6472 6472 32593 0 -1 1077944384 10702 0 0 0 1543 29 0 0 20 0 15 0 154954505 14320615424 55671 33554432000 4194304 4196468 140725339324752 140245648747280 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6478] ppid=6472 vsize=13984976 memory=2428 CPUtime=15.7 cores=0,2,4,6
/proc/6474/task/6478/stat : 6478 (java) S 6472 6472 32593 0 -1 1077944384 11605 0 0 0 1543 27 0 0 20 0 15 0 154954505 14320615424 55671 33554432000 4194304 4196468 140725339324752 140245313698960 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6479] ppid=6472 vsize=13984976 memory=928 CPUtime=15.73 cores=0,2,4,6
/proc/6474/task/6479/stat : 6479 (java) S 6472 6472 32593 0 -1 1077944384 9128 0 0 0 1546 27 0 0 20 0 15 0 154954505 14320615424 55671 33554432000 4194304 4196468 140725339324752 140245312646160 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6480] ppid=6472 vsize=13984976 memory=1568 CPUtime=2.39 cores=0,2,4,6
/proc/6474/task/6480/stat : 6480 (java) S 6472 6472 32593 0 -1 1077944384 16918 0 0 0 219 20 0 0 20 0 15 0 154954507 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244699269232 140245719722626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6481] ppid=6472 vsize=13984976 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6481/stat : 6481 (java) S 6472 6472 32593 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244698215200 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6482] ppid=6472 vsize=13984976 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6482/stat : 6482 (java) S 6472 6472 32593 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154954507 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244697162864 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6483] ppid=6472 vsize=13984976 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6483/stat : 6483 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244696111184 140245719730075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6484] ppid=6472 vsize=13984976 memory=7788 CPUtime=4.19 cores=0,2,4,6
/proc/6474/task/6484/stat : 6484 (java) S 6472 6472 32593 0 -1 1077944384 19528 0 0 0 417 2 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244695059056 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6485] ppid=6472 vsize=13984976 memory=836 CPUtime=4.47 cores=0,2,4,6
/proc/6474/task/6485/stat : 6485 (java) S 6472 6472 32593 0 -1 1077944384 22102 0 0 0 445 2 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244694006256 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6486] ppid=6472 vsize=13984976 memory=2536 CPUtime=0.71 cores=0,2,4,6
/proc/6474/task/6486/stat : 6486 (java) S 6472 6472 32593 0 -1 1077944384 9851 0 0 0 70 1 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244692953968 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6487] ppid=6472 vsize=13984976 memory=2536 CPUtime=0 cores=0,2,4,6
/proc/6474/task/6487/stat : 6487 (java) S 6472 6472 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244691901408 140245719721685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
[pid=6474/tid=6488] ppid=6472 vsize=13984976 memory=4100 CPUtime=0.96 cores=0,2,4,6
/proc/6474/task/6488/stat : 6488 (java) S 6472 6472 32593 0 -1 1077944384 894 0 0 0 45 51 0 0 20 0 15 0 154954510 14320615424 55671 33554432000 4194304 4196468 140725339324752 140244690848176 140245719722626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 37163008 140725339333783 140725339333959 140725339333959 140725339336655 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 224068 KiB

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

[startup+2464.21 s]
# the end of solver process 6472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000861 s, system=0.001264 s

[startup+2464.22 s]
# the end of solver process 6474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.25 s, system=1.87358 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): 2464.22
CPU time (s): 2520.12
CPU user time (s): 2518.25
CPU system time (s): 1.87358
CPU usage (%): 102.269
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 459932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.25
system time used= 1.87358
maximum resident set size= 483512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105256
involuntary context switches= 5086


# summary of solver processes directly reported to runsolver:
#   pid: 6472,6474
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.25
#   total CPU system time (s): 1.87358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.57 second user time and 22.2877 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 10:30:04
IDJOB=4283568
IDBENCH=135672
IDSOLVER=2679
FILE ID=node103/4283568-1503218665
RUNJOBID= node103-1503215350-6163
PBS_JOBID= 20630873
Free space on /tmp= 61528 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283568-1503218665/watcher-4283568-1503218665 -o /tmp/evaluation-result-4283568-1503218665/solver-4283568-1503218665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503215350-6163 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1323616108 HOME/instance-4283568-1503218665.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=1323616108

node103.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.56
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.56
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.56
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.56
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:        26148488 kB
MemAvailable:   31924768 kB
Buffers:          225292 kB
Cached:          5842108 kB
SwapCached:            0 kB
Active:          1143844 kB
Inactive:        5027136 kB
Active(anon):      51844 kB
Inactive(anon):    87692 kB
Active(file):    1092000 kB
Inactive(file):  4939444 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15496 kB
Writeback:             0 kB
AnonPages:        102560 kB
Mapped:            63324 kB
Shmem:             33420 kB
Slab:             148388 kB
SReclaimable:     121340 kB
SUnreclaim:        27048 kB
KernelStack:        3568 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1298288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61520 MiB
End job on node103 at 2017-08-20 11:11:09