Trace number 4270343

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)200 244.207 240.02

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-09.xml
MD5SUM8b7c2ee38e8603aaa2c4683b1141c0f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark251.87801
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size38
Maximum domain size45
Distribution of domain sizes[{"size":38,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270343-1502622941.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4270343-1502622941.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.19	c simple solver
0.33/0.26	c parse instance...
1.12/0.63	c solve instance...
1.74/0.85	o 233 
1.74/0.86	o 221 
1.74/0.86	o 219 
1.74/0.87	o 212 
1.74/0.87	o 208 
2.39/1.09	o 205 
2.39/1.09	o 201 
18.18/14.61	o 200 
244.17/240.01	s SATISFIABLE
244.17/240.01	v <instantiation>
244.17/240.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
244.17/240.01	v 	<values>8 10 5 20 30 31 32 28 26 25 24 21 16 18 11 9 2 0 3 4 7 6 1 14 34 37 40 44 43 42 41 39 38 36 35 33 27 15 17 22 23 29 19 12 13 1 3 8 7 1 1 4 3 3 2 4 3 2 3 5 7 1 4 3 3 2 4 11 15 6 6 6 5 6 7 5 1 2 4 3 4 9 1 5 2 7 13 4 2 2 </values>
244.17/240.01	v </instantiation>
244.17/240.01	c Unexpected resolution interruption!

Verifier Data

OK	200

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270343-1502622941/watcher-4270343-1502622941 -o /tmp/evaluation-result-4270343-1502622941/solver-4270343-1502622941 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 515269653 HOME/instance-4270343-1502622941.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
solver pid=613, runsolver pid=610
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.95 1.89 1.86 3/219 636
/proc/meminfo: memFree=31377692/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13978596 memory=30412 CPUtime=0.11 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 5431 0 0 0 10 1 0 0 20 0 15 0 95381883 14314082304 7603 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3494649 7603 2880 1 0 3482966 0
[pid=615/tid=616] ppid=613 vsize=13978596 memory=7022364632946311227 CPUtime=0.09 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 3464 0 0 0 8 1 0 0 20 0 15 0 95381884 14314082304 7734 33554432000 4194304 4196468 140727960413392 140192092202048 140192087981462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13978596 memory=4294980891 CPUtime=0 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14314082304 7734 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13978596 memory=3690057548135241376 CPUtime=0 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14314082304 7734 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14314082304 7734 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381884 14314082304 7734 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13978596 memory=140281606674048 CPUtime=0 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381886 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95381886 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95381886 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 405 0 0 0 0 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13978596 memory=140281606674048 CPUtime=0.01 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) R 613 613 28385 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191060969712 140192087981462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381889 14314082304 7734 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31796 KiB

[startup+0.210958 s]*
/proc/loadavg: 1.95 1.89 1.86 4/219 636
/proc/meminfo: memFree=31366652/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13982852 memory=42464 CPUtime=0.33 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 8150 0 0 0 30 3 0 0 20 0 15 0 95381883 14318440448 10616 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3495713 10616 3057 1 0 3482966 0
[pid=615/tid=616] ppid=613 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 5414 0 0 0 17 2 0 0 20 0 15 0 95381884 14318440448 10637 33554432000 4194304 4196468 140727960413392 140192092179248 140192087981462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13982852 memory=4294980891 CPUtime=0 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 10637 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13982852 memory=3690057548135241376 CPUtime=0 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 10637 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 10637 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 10637 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13982852 memory=140281606674048 CPUtime=0 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13982852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 423 0 0 0 3 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13982852 memory=140281606674048 CPUtime=0.07 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) R 613 613 28385 0 -1 4202560 713 0 0 0 7 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191060969712 140192066664904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 10637 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 43848 KiB

[startup+0.311065 s]*
/proc/loadavg: 1.95 1.89 1.86 2/219 636
/proc/meminfo: memFree=31359140/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13982852 memory=48572 CPUtime=0.46 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 8827 0 0 0 42 4 0 0 20 0 15 0 95381883 14318440448 12143 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3495713 12143 3073 1 0 3482966 0
[pid=615/tid=616] ppid=613 vsize=13982852 memory=6935054825532540783 CPUtime=0.27 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) D 613 613 28385 0 -1 4202560 5868 0 0 0 24 3 0 0 20 0 15 0 95381884 14318440448 12143 33554432000 4194304 4196468 140727960413392 140192092209280 140192087991453 0 4 0 16800975 18446744072099708037 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 12143 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13982852 memory=-3252517613198930781 CPUtime=0 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 12143 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13982852 memory=6944877668250776994 CPUtime=0 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 12143 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13982852 memory=-9001733975035308135 CPUtime=0 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381884 14318440448 12143 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13982852 memory=7679937539659563834 CPUtime=0 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13982852 memory=7100839878645619564 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13982852 memory=-8545980981788235817 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95381886 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 454 0 0 0 4 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13982852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 772 0 0 0 10 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13982852 memory=2319529498221464752 CPUtime=0 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381889 14318440448 12143 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49956 KiB

[startup+0.701422 s]
/proc/loadavg: 1.95 1.89 1.86 6/219 636
/proc/meminfo: memFree=31347092/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13984976 memory=70576 CPUtime=1.41 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 11276 0 0 0 135 6 0 0 20 0 15 0 95381883 14320615424 17644 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3496244 17644 3205 1 0 3483478 0
[pid=615/tid=616] ppid=613 vsize=13984976 memory=8049867166153220215 CPUtime=0.63 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 6626 0 0 0 59 4 0 0 20 0 15 0 95381884 14320615424 17644 33554432000 4194304 4196468 140727960413392 140192092204896 140191708877637 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14320615424 17644 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14320615424 17644 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13984976 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381884 14320615424 17644 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13984976 memory=3092 CPUtime=0 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95381884 14320615424 17644 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13984976 memory=192444 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13984976 memory=1716 CPUtime=0.24 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) R 613 613 28385 0 -1 4202560 956 0 0 0 24 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191063056368 140192071469733 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13984976 memory=1948 CPUtime=0.23 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) R 613 613 28385 0 -1 4202560 1019 0 0 0 23 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191062012176 140192066136008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13984976 memory=8560 CPUtime=0.28 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 1370 0 0 0 28 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13984976 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 17644 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 71960 KiB

[startup+1.5008 s]
/proc/loadavg: 1.95 1.89 1.86 5/219 636
/proc/meminfo: memFree=31329356/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0

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

/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13984976 memory=210120 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13984976 memory=1384 CPUtime=1.8 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 11229 0 0 0 179 1 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13984976 memory=956 CPUtime=1.74 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 8911 0 0 0 173 1 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13984976 memory=2340 CPUtime=0.51 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 6487 0 0 0 49 2 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13984976 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 687 0 0 0 0 1 0 0 20 0 15 0 95381889 14320615424 52270 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 106.39 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 210464 KiB

[startup+162.301 s]
/proc/loadavg: 1.95 1.93 1.88 3/219 717
/proc/meminfo: memFree=31211908/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13984976 memory=191176 CPUtime=166.45 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 44774 0 0 0 16631 14 0 0 20 0 15 0 95381883 14320615424 47794 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3496244 47794 3262 1 0 3483478 0
[pid=615/tid=616] ppid=613 vsize=13984976 memory=194252 CPUtime=162.16 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 11237 0 0 0 16211 5 0 0 20 0 15 0 95381884 14320615424 47794 33554432000 4194304 4196468 140727960413392 140192092206144 140191712499839 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 803 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 47794 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13984976 memory=191176 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 693 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 47794 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1039 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 47794 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13984976 memory=191176 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 951 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 47794 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 979 0 0 0 1 0 0 0 20 0 15 0 95381886 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13984976 memory=194252 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13984976 memory=194252 CPUtime=1.83 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 11378 0 0 0 182 1 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13984976 memory=1384 CPUtime=1.74 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 8913 0 0 0 173 1 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13984976 memory=191176 CPUtime=0.52 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 6695 0 0 0 50 2 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13984976 memory=280562967444256 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13984976 memory=140281484584752 CPUtime=0.03 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 714 0 0 0 0 3 0 0 20 0 15 0 95381889 14320615424 47794 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 166.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 192560 KiB

[startup+222.301 s]
/proc/loadavg: 1.88 1.91 1.88 3/218 718
/proc/meminfo: memFree=31259148/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13984976 memory=164528 CPUtime=226.47 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 45792 0 0 0 22633 14 0 0 20 0 15 0 95381883 14320615424 41132 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3496244 41132 3262 1 0 3483478 0
[pid=615/tid=616] ppid=613 vsize=13984976 memory=166068 CPUtime=222.14 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 11352 0 0 0 22209 5 0 0 20 0 15 0 95381884 14320615424 41132 33554432000 4194304 4196468 140727960413392 140192092208976 140191713584089 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13984976 memory=168632 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 842 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 41132 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13984976 memory=168632 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 707 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 41132 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13984976 memory=166068 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1048 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 41132 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13984976 memory=164528 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 1063 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 41132 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 1186 0 0 0 2 0 0 0 20 0 15 0 95381886 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13984976 memory=164528 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13984976 memory=164528 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13984976 memory=0 CPUtime=1.83 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 11380 0 0 0 182 1 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13984976 memory=164528 CPUtime=1.75 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 9085 0 0 0 174 1 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13984976 memory=2636 CPUtime=0.52 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 7039 0 0 0 50 2 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13984976 memory=1384 CPUtime=0.05 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 718 0 0 0 1 4 0 0 20 0 15 0 95381889 14320615424 41132 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 226.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 165912 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.90 1.92 1.88 3/218 718
/proc/meminfo: memFree=31269444/32770624 swapFree=67108860/67108860
[pid=613] ppid=610 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/613/stat : 613 (xcsp3-exec) S 610 613 28385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95381883 9740288 346 33554432000 4194304 5098028 140722530304368 140722530302472 139718221103740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21278720 140722530313333 140722530313536 140722530313536 140722530316267 0
/proc/613/statm: 2378 346 289 221 0 87 0
[pid=615] ppid=613 vsize=13984976 memory=160424 CPUtime=244.17 cores=0,2,4,6
/proc/615/stat : 615 (java) S 613 613 28385 0 -1 1077944320 45797 0 0 0 24403 14 0 0 20 0 15 0 95381883 14320615424 40106 33554432000 4194304 4196468 140727960413392 140727960395936 140192087969527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
/proc/615/statm: 3496244 40106 3262 1 0 3483478 0
[pid=615/tid=616] ppid=613 vsize=13984976 memory=6935054825532540783 CPUtime=239.84 cores=0,2,4,6
/proc/615/task/616/stat : 616 (java) R 613 613 28385 0 -1 4202560 11354 0 0 0 23979 5 0 0 20 0 15 0 95381884 14320615424 40106 33554432000 4194304 4196468 140727960413392 140192092209088 140191713444203 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=617] ppid=613 vsize=13984976 memory=-2895393870488677671 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/617/stat : 617 (java) S 613 613 28385 0 -1 1077944384 843 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 40106 33554432000 4194304 4196468 140727960413392 140192040589584 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=618] ppid=613 vsize=13984976 memory=-7025424297587845161 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/618/stat : 618 (java) S 613 613 28385 0 -1 1077944384 707 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 40106 33554432000 4194304 4196468 140727960413392 140192039537040 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=619] ppid=613 vsize=13984976 memory=-7025424297587845161 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/619/stat : 619 (java) S 613 613 28385 0 -1 1077944384 1049 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 40106 33554432000 4194304 4196468 140727960413392 140192038484496 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=620] ppid=613 vsize=13984976 memory=4126316290023845779 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/620/stat : 620 (java) S 613 613 28385 0 -1 1077944384 1064 0 0 0 2 0 0 0 20 0 15 0 95381884 14320615424 40106 33554432000 4194304 4196468 140727960413392 140192037431952 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=621] ppid=613 vsize=13984976 memory=3112 CPUtime=0.02 cores=0,2,4,6
/proc/615/task/621/stat : 621 (java) S 613 613 28385 0 -1 1077944384 1186 0 0 0 2 0 0 0 20 0 15 0 95381886 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191629396464 140192087980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=622] ppid=613 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/615/task/622/stat : 622 (java) S 613 613 28385 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191628342688 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=628] ppid=613 vsize=13984976 memory=160424 CPUtime=0 cores=0,2,4,6
/proc/615/task/628/stat : 628 (java) S 613 613 28385 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 95381886 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191627290096 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=630] ppid=613 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/615/task/630/stat : 630 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191626238672 140192087988123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=632] ppid=613 vsize=13984976 memory=1156 CPUtime=1.83 cores=0,2,4,6
/proc/615/task/632/stat : 632 (java) S 613 613 28385 0 -1 1077944384 11380 0 0 0 182 1 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191063074800 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=633] ppid=613 vsize=13984976 memory=3192 CPUtime=1.75 cores=0,2,4,6
/proc/615/task/633/stat : 633 (java) S 613 613 28385 0 -1 1077944384 9085 0 0 0 174 1 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191062022256 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=634] ppid=613 vsize=13984976 memory=1380 CPUtime=0.52 cores=0,2,4,6
/proc/615/task/634/stat : 634 (java) S 613 613 28385 0 -1 1077944384 7039 0 0 0 50 2 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191060969712 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=635] ppid=613 vsize=13984976 memory=171160 CPUtime=0 cores=0,2,4,6
/proc/615/task/635/stat : 635 (java) S 613 613 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191059917408 140192087979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
[pid=615/tid=636] ppid=613 vsize=13984976 memory=17680 CPUtime=0.05 cores=0,2,4,6
/proc/615/task/636/stat : 636 (java) S 613 613 28385 0 -1 1077944384 718 0 0 0 1 4 0 0 20 0 15 0 95381889 14320615424 40106 33554432000 4194304 4196468 140727960413392 140191058864944 140192087980674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21962752 140727960421533 140727960421708 140727960421708 140727960424399 0
Current children cumulated CPU time: 244.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 161808 KiB

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

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

[startup+240.02 s]
# the end of solver process 615 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.052 s, system=0.15495 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.02
CPU time (s): 244.207
CPU user time (s): 244.052
CPU system time (s): 0.15495
CPU usage (%): 101.744
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 211504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.052
system time used= 0.15495
maximum resident set size= 214712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46735
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= 8087
involuntary context switches= 325


# summary of solver processes directly reported to runsolver:
#   pid: 613,615
#   total CPU time (s): 244.207
#   total CPU user time (s): 244.052
#   total CPU system time (s): 0.15495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30467 second user time and 2.37357 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:01:22
IDJOB=4270343
IDBENCH=135727
IDSOLVER=2661
FILE ID=node106/4270343-1502622941
RUNJOBID= node106-1502620090-31365
PBS_JOBID= 20628302
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270343-1502622941/watcher-4270343-1502622941 -o /tmp/evaluation-result-4270343-1502622941/solver-4270343-1502622941 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 515269653 HOME/instance-4270343-1502622941.xml

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=515269653

node106.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.86
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.86
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.86
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.86
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:        31397304 kB
MemAvailable:   31806300 kB
Buffers:           99360 kB
Cached:           597856 kB
SwapCached:            0 kB
Active:           568132 kB
Inactive:         365864 kB
Active(anon):     192792 kB
Inactive(anon):    72092 kB
Active(file):     375340 kB
Inactive(file):   293772 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7964 kB
Writeback:             8 kB
AnonPages:        243424 kB
Mapped:            55488 kB
Shmem:             25228 kB
Slab:             137008 kB
SReclaimable:     111440 kB
SUnreclaim:        25568 kB
KernelStack:        3552 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1238824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61756 MiB
End job on node106 at 2017-08-13 13:05:23