Trace number 4281618

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 par (2017-08-18)SAT (TO)120 2005.61 252.095

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 benchmark247.562
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281618-1503187292.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281618-1503187292.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.03/0.57	c solve instance...
1.46/0.69	o 230 
2.11/0.71	o 228 
2.11/0.72	o 225 
2.11/0.73	o 222 
2.11/0.73	o 197 
2.11/0.75	o 145 
2.11/0.75	o 144 
2.11/0.76	o 140 
5.92/1.23	o 139 
5.92/1.28	o 135 
5.92/1.28	o 131 
133.44/17.22	o 130 
133.44/17.28	o 127 
133.44/17.29	o 124 
134.94/17.45	o 123 
386.06/48.91	o 122 
399.62/50.67	o 121 
399.62/50.70	o 120 
2004.95/252.07	s SATISFIABLE
2004.95/252.07	v <instantiation>
2004.95/252.07	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>
2004.95/252.07	v 	<values>19 18 15 17 16 10 4 5 2 0 1 7 9 8 3 6 11 12 13 14 18 5 5 2 14 5 2 3 2 3 9 3 7 5 2 11 4 7 3 10 </values>
2004.95/252.07	v </instantiation>
2004.95/252.07	c Unexpected resolution interruption!

Verifier Data

OK	120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281618-1503187292/watcher-4281618-1503187292 -o /tmp/evaluation-result-4281618-1503187292/solver-4281618-1503187292 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503183633-29141 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 745594440 HOME/instance-4281618-1503187292.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2087, runsolver pid=2084

[startup+0.100116 s]*
/proc/loadavg: 8.06 6.96 7.05 2/199 2108
/proc/meminfo: memFree=23310192/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=25999808 memory=25636 CPUtime=0.11 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 5313 0 0 0 10 1 0 0 20 0 20 0 151810169 26623803392 6409 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6499952 6409 2853 1 0 6488269 0
[pid=2089/tid=2090] ppid=2087 vsize=25999808 memory=6935054825532540783 CPUtime=0.09 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) R 2087 2087 29114 0 -1 4202560 3296 0 0 0 8 1 0 0 20 0 20 0 151810169 26623803392 6409 33554432000 4194304 4196468 140733168870768 140379164285984 140379160063382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=25999808 memory=139653249070720 CPUtime=0 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2094] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2094/stat : 2094 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378715052944 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2095] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2095/stat : 2095 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378713999888 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2096] ppid=2087 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2089/task/2096/stat : 2096 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378712947344 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2097] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2097/stat : 2097 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378711894288 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2098] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2098/stat : 2098 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378710841744 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2099] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2099/stat : 2099 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810172 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378555816688 140379160062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2100] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2100/stat : 2100 (java) S 2087 2087 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151810172 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378554762912 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2101] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2101/stat : 2101 (java) S 2087 2087 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151810172 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378553709808 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2102] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2102/stat : 2102 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378552658384 140379160070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2103] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2103/stat : 2103 (java) S 2087 2087 29114 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378551605488 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2104] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2104/stat : 2104 (java) R 2087 2087 29114 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378550552944 140379160062594 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2105] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2105/stat : 2105 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378549499888 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2106] ppid=2087 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/2089/task/2106/stat : 2106 (java) S 2087 2087 29114 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378548447344 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2107] ppid=2087 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2107/stat : 2107 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378547395552 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2108] ppid=2087 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2089/task/2108/stat : 2108 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26623803392 6409 33554432000 4194304 4196468 140733168870768 140378546343088 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27020 KiB

[startup+0.210065 s]*
/proc/loadavg: 8.06 6.96 7.05 3/199 2108
/proc/meminfo: memFree=23298128/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=26004064 memory=38152 CPUtime=0.32 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 8050 0 0 0 30 2 0 0 20 0 20 0 151810169 26628161536 9538 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6501016 9538 3071 1 0 6488269 0
[pid=2089/tid=2090] ppid=2087 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) R 2087 2087 29114 0 -1 4202560 5023 0 0 0 18 2 0 0 20 0 20 0 151810169 26628161536 9538 33554432000 4194304 4196468 140733168870768 140379164263184 140379160073373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=26004064 memory=139653249093996 CPUtime=0 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2094] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2094/stat : 2094 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378715052944 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2095] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2095/stat : 2095 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378713999888 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2096] ppid=2087 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2089/task/2096/stat : 2096 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378712947344 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2097] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2097/stat : 2097 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378711894288 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2098] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2098/stat : 2098 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378710841744 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2099] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2099/stat : 2099 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378555816688 140379160062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2100] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2100/stat : 2100 (java) S 2087 2087 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378554762912 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2101] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2101/stat : 2101 (java) S 2087 2087 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378553709808 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2102] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2102/stat : 2102 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378552658384 140379160070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2103] ppid=2087 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/2089/task/2103/stat : 2103 (java) S 2087 2087 29114 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378551605488 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2104] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2104/stat : 2104 (java) S 2087 2087 29114 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378550552944 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2105] ppid=2087 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/2089/task/2105/stat : 2105 (java) S 2087 2087 29114 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378549499888 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2106] ppid=2087 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/2089/task/2106/stat : 2106 (java) S 2087 2087 29114 0 -1 1077944384 869 0 0 0 7 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378548447344 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2107] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2107/stat : 2107 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378547395552 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2108] ppid=2087 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2089/task/2108/stat : 2108 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 9538 33554432000 4194304 4196468 140733168870768 140378546343088 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39536 KiB

[startup+0.309446 s]*
/proc/loadavg: 8.06 6.96 7.05 5/199 2108
/proc/meminfo: memFree=23291676/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=26004064 memory=45076 CPUtime=0.48 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 8986 0 0 0 45 3 0 0 20 0 20 0 151810169 26628161536 11269 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6501016 11269 3111 1 0 6488269 0
[pid=2089/tid=2090] ppid=2087 vsize=26004064 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) R 2087 2087 29114 0 -1 4202560 5750 0 0 0 27 2 0 0 20 0 20 0 151810169 26628161536 11333 33554432000 4194304 4196468 140733168870768 140379164286384 140379160073373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=26004064 memory=1716 CPUtime=0 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=26004064 memory=10636 CPUtime=0 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=26004064 memory=1200 CPUtime=0 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2094] ppid=2087 vsize=26004064 memory=15876 CPUtime=0 cores=0-7
/proc/2089/task/2094/stat : 2094 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378715052944 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2095] ppid=2087 vsize=26004064 memory=4044 CPUtime=0 cores=0-7
/proc/2089/task/2095/stat : 2095 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378713999888 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2096] ppid=2087 vsize=26004064 memory=16444 CPUtime=0 cores=0-7
/proc/2089/task/2096/stat : 2096 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378712947344 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2097] ppid=2087 vsize=26004064 memory=24448 CPUtime=0 cores=0-7
/proc/2089/task/2097/stat : 2097 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378711894288 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2098] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2098/stat : 2098 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810170 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378710841744 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2099] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2099/stat : 2099 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378555816688 140379160062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2100] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2100/stat : 2100 (java) S 2087 2087 29114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378554762912 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2101] ppid=2087 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2101/stat : 2101 (java) S 2087 2087 29114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151810172 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378553709808 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2102] ppid=2087 vsize=26004064 memory=139653143430607 CPUtime=0 cores=0-7
/proc/2089/task/2102/stat : 2102 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378552658384 140379160070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2103] ppid=2087 vsize=26004064 memory=67 CPUtime=0.02 cores=0-7
/proc/2089/task/2103/stat : 2103 (java) R 2087 2087 29114 0 -1 4202560 447 0 0 0 2 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378551595600 140379144979776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2104] ppid=2087 vsize=26004064 memory=51172 CPUtime=0.02 cores=0-7
/proc/2089/task/2104/stat : 2104 (java) S 2087 2087 29114 0 -1 1077944384 176 0 0 0 2 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378550552944 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2105] ppid=2087 vsize=26004064 memory=53476 CPUtime=0.02 cores=0-7
/proc/2089/task/2105/stat : 2105 (java) S 2087 2087 29114 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378549499888 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2106] ppid=2087 vsize=26004064 memory=55780 CPUtime=0.11 cores=0-7
/proc/2089/task/2106/stat : 2106 (java) S 2087 2087 29114 0 -1 1077944384 1047 0 0 0 11 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378548447344 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2107] ppid=2087 vsize=26004064 memory=110297088 CPUtime=0 cores=0-7
/proc/2089/task/2107/stat : 2107 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378547395552 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2108] ppid=2087 vsize=26004064 memory=9740287 CPUtime=0 cores=0-7
/proc/2089/task/2108/stat : 2108 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151810175 26628161536 11333 33554432000 4194304 4196468 140733168870768 140378546343088 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46460 KiB

[startup+0.702782 s]
/proc/loadavg: 8.06 6.96 7.05 3/199 2108
/proc/meminfo: memFree=23275332/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=26538700 memory=106288 CPUtime=2.11 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 12959 0 0 0 205 6 0 0 20 0 28 0 151810169 27175628800 26572 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6634675 26572 3212 1 0 6621909 0
[pid=2089/tid=2090] ppid=2087 vsize=26538700 memory=279306286911872 CPUtime=0.56 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) S 2087 2087 29114 0 -1 1077944384 6424 0 0 0 53 3 0 0 20 0 28 0 151810169 27175628800 26572 33554432000 4194304 4196468 140733168870768 140379164292224 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=26538700 memory=139653143634800 CPUtime=0 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151810170 27175628800 26572 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151810170 27175628800 26572 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=26538700 memory=2396 CPUtime=0 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151810170 27175628800 26572 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0

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

[pid=2089/tid=2261] ppid=2087 vsize=26538700 memory=1296 CPUtime=111.32 cores=0-7
/proc/2089/task/2261/stat : 2261 (java) R 2087 2087 29114 0 -1 4202560 2476 0 0 0 11132 0 0 0 20 0 28 0 151815239 27175628800 55428 33554432000 4194304 4196468 140733168870768 140378537279664 140378801426085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 1289.85 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 223096 KiB

[startup+222.301 s]
/proc/loadavg: 8.42 7.69 7.33 9/208 2269
/proc/meminfo: memFree=23110848/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=26538700 memory=225868 CPUtime=1768.15 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 109867 0 0 0 176750 65 0 0 20 0 28 0 151810169 27175628800 56467 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6634675 56467 3268 1 0 6621909 0
[pid=2089/tid=2090] ppid=2087 vsize=26538700 memory=1384 CPUtime=0.56 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) S 2087 2087 29114 0 -1 1077944384 6771 0 0 0 53 3 0 0 20 0 28 0 151810169 27175628800 56467 33554432000 4194304 4196468 140733168870768 140379164292224 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=26538700 memory=223776 CPUtime=0.12 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2518 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=26538700 memory=1384 CPUtime=0.12 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 1504 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=26538700 memory=1296 CPUtime=0.12 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 2952 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2094] ppid=2087 vsize=26538700 memory=2396 CPUtime=0.13 cores=0-7
/proc/2089/task/2094/stat : 2094 (java) S 2087 2087 29114 0 -1 1077944384 2701 0 0 0 8 5 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378715052944 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2095] ppid=2087 vsize=26538700 memory=12 CPUtime=0.12 cores=0-7
/proc/2089/task/2095/stat : 2095 (java) S 2087 2087 29114 0 -1 1077944384 2286 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378713999888 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2096] ppid=2087 vsize=26538700 memory=12 CPUtime=0.12 cores=0-7
/proc/2089/task/2096/stat : 2096 (java) S 2087 2087 29114 0 -1 1077944384 1491 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378712947344 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2097] ppid=2087 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/2089/task/2097/stat : 2097 (java) S 2087 2087 29114 0 -1 1077944384 2288 0 0 0 9 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378711894288 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2098] ppid=2087 vsize=26538700 memory=0 CPUtime=0.12 cores=0-7
/proc/2089/task/2098/stat : 2098 (java) S 2087 2087 29114 0 -1 1077944384 1980 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378710841744 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2099] ppid=2087 vsize=26538700 memory=12 CPUtime=0.12 cores=0-7
/proc/2089/task/2099/stat : 2099 (java) S 2087 2087 29114 0 -1 1077944384 8005 0 0 0 9 3 0 0 20 0 28 0 151810172 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378555816688 140379160062594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2100] ppid=2087 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2089/task/2100/stat : 2100 (java) S 2087 2087 29114 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 151810172 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378554762976 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2101] ppid=2087 vsize=26538700 memory=3628 CPUtime=0 cores=0-7
/proc/2089/task/2101/stat : 2101 (java) S 2087 2087 29114 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 151810172 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378553709824 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2102] ppid=2087 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/2089/task/2102/stat : 2102 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378552658384 140379160070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2103] ppid=2087 vsize=26538700 memory=1224 CPUtime=1.45 cores=0-7
/proc/2089/task/2103/stat : 2103 (java) S 2087 2087 29114 0 -1 1077944384 12803 0 0 0 144 1 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378551605488 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2104] ppid=2087 vsize=26538700 memory=1716 CPUtime=1.58 cores=0-7
/proc/2089/task/2104/stat : 2104 (java) S 2087 2087 29114 0 -1 1077944384 7585 0 0 0 157 1 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378550552944 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2105] ppid=2087 vsize=26538700 memory=19387482378656 CPUtime=1.39 cores=0-7
/proc/2089/task/2105/stat : 2105 (java) S 2087 2087 29114 0 -1 1077944384 11036 0 0 0 139 0 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378549499888 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2106] ppid=2087 vsize=26538700 memory=-7334346840601368730 CPUtime=0.62 cores=0-7
/proc/2089/task/2106/stat : 2106 (java) S 2087 2087 29114 0 -1 1077944384 9776 0 0 0 61 1 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378548447344 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2107] ppid=2087 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/2089/task/2107/stat : 2107 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378547395552 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2108] ppid=2087 vsize=26538700 memory=225868 CPUtime=0.03 cores=0-7
/proc/2089/task/2108/stat : 2108 (java) S 2087 2087 29114 0 -1 1077944384 1784 0 0 0 3 0 0 0 20 0 28 0 151810175 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378546343088 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2254] ppid=2087 vsize=26538700 memory=1384 CPUtime=170.79 cores=0-7
/proc/2089/task/2254/stat : 2254 (java) R 2087 2087 29114 0 -1 4202560 950 0 0 0 17079 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378534119984 140378803226112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2255] ppid=2087 vsize=26538700 memory=1384 CPUtime=170.68 cores=0-7
/proc/2089/task/2255/stat : 2255 (java) R 2087 2087 29114 0 -1 4202560 1197 0 0 0 17068 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378535173808 140378802424643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2256] ppid=2087 vsize=26538700 memory=225868 CPUtime=170.65 cores=0-7
/proc/2089/task/2256/stat : 2256 (java) R 2087 2087 29114 0 -1 4202560 1067 0 0 0 17065 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378538332448 140378802497004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2257] ppid=2087 vsize=26538700 memory=15876 CPUtime=170.82 cores=0-7
/proc/2089/task/2257/stat : 2257 (java) R 2087 2087 29114 0 -1 4202560 5318 0 0 0 17080 2 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378530966368 140378803793013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2258] ppid=2087 vsize=26538700 memory=1728 CPUtime=171.21 cores=0-7
/proc/2089/task/2258/stat : 2258 (java) R 2087 2087 29114 0 -1 4202560 4463 0 0 0 17121 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378536226336 140378801426411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2259] ppid=2087 vsize=26538700 memory=1004 CPUtime=170.37 cores=0-7
/proc/2089/task/2259/stat : 2259 (java) R 2087 2087 29114 0 -1 4202560 832 0 0 0 17037 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378532015976 140378801425628 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2260] ppid=2087 vsize=26538700 memory=11112 CPUtime=170.79 cores=0-7
/proc/2089/task/2260/stat : 2260 (java) R 2087 2087 29114 0 -1 4202560 3596 0 0 0 17078 1 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378533069088 140378801804921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2261] ppid=2087 vsize=26538700 memory=225868 CPUtime=171.18 cores=0-7
/proc/2089/task/2261/stat : 2261 (java) R 2087 2087 29114 0 -1 4202560 2975 0 0 0 17118 0 0 0 20 0 28 0 151815239 27175628800 56467 33554432000 4194304 4196468 140733168870768 140378537279632 140378802036480 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 1768.15 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 227252 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.50 7.79 7.37 9/208 2269
/proc/meminfo: memFree=23109756/32770624 swapFree=67108860/67108860
[pid=2087] ppid=2084 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/2087/stat : 2087 (xcsp3-exec) S 2084 2087 29114 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151810169 9740288 346 33554432000 4194304 5098028 140734460399808 140734460397912 139743614423676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31064064 140734460408939 140734460409148 140734460409148 140734460411883 0
/proc/2087/statm: 2378 346 289 221 0 87 0
[pid=2089] ppid=2087 vsize=26538700 memory=227916 CPUtime=2004.95 cores=0-7
/proc/2089/stat : 2089 (java) S 2087 2087 29114 0 -1 1077944320 110385 0 0 0 200429 66 0 0 20 0 28 0 151810169 27175628800 56979 33554432000 4194304 4196468 140733168870768 140733168853312 140379160051447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
/proc/2089/statm: 6634675 56979 3268 1 0 6621909 0
[pid=2089/tid=2090] ppid=2087 vsize=26538700 memory=227916 CPUtime=0.56 cores=0-7
/proc/2089/task/2090/stat : 2090 (java) S 2087 2087 29114 0 -1 1077944384 6771 0 0 0 53 3 0 0 20 0 28 0 151810169 27175628800 56979 33554432000 4194304 4196468 140733168870768 140379164292224 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2091] ppid=2087 vsize=26538700 memory=6935054825532540783 CPUtime=0.14 cores=0-7
/proc/2089/task/2091/stat : 2091 (java) S 2087 2087 29114 0 -1 1077944384 2521 0 0 0 9 5 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378718211088 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2092] ppid=2087 vsize=26538700 memory=15876 CPUtime=0.12 cores=0-7
/proc/2089/task/2092/stat : 2092 (java) S 2087 2087 29114 0 -1 1077944384 1507 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378717158544 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2093] ppid=2087 vsize=26538700 memory=4044 CPUtime=0.12 cores=0-7
/proc/2089/task/2093/stat : 2093 (java) S 2087 2087 29114 0 -1 1077944384 2956 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378716105488 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2094] ppid=2087 vsize=26538700 memory=16444 CPUtime=0.13 cores=0-7
/proc/2089/task/2094/stat : 2094 (java) S 2087 2087 29114 0 -1 1077944384 2704 0 0 0 8 5 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378715052944 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2095] ppid=2087 vsize=26538700 memory=24448 CPUtime=0.13 cores=0-7
/proc/2089/task/2095/stat : 2095 (java) S 2087 2087 29114 0 -1 1077944384 2289 0 0 0 9 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378713999888 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2096] ppid=2087 vsize=26538700 memory=1796 CPUtime=0.13 cores=0-7
/proc/2089/task/2096/stat : 2096 (java) S 2087 2087 29114 0 -1 1077944384 1494 0 0 0 9 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378712947344 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2097] ppid=2087 vsize=26538700 memory=636 CPUtime=0.13 cores=0-7
/proc/2089/task/2097/stat : 2097 (java) S 2087 2087 29114 0 -1 1077944384 2291 0 0 0 9 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378711894288 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2098] ppid=2087 vsize=26538700 memory=960 CPUtime=0.12 cores=0-7
/proc/2089/task/2098/stat : 2098 (java) S 2087 2087 29114 0 -1 1077944384 1982 0 0 0 8 4 0 0 20 0 28 0 151810170 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378710841744 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2099] ppid=2087 vsize=26538700 memory=4140 CPUtime=0.15 cores=0-7
/proc/2089/task/2099/stat : 2099 (java) S 2087 2087 29114 0 -1 1077944384 8009 0 0 0 12 3 0 0 20 0 28 0 151810172 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378555816688 140379160062594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2100] ppid=2087 vsize=26538700 memory=42412 CPUtime=0 cores=0-7
/proc/2089/task/2100/stat : 2100 (java) S 2087 2087 29114 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 151810172 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378554762976 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2101] ppid=2087 vsize=26538700 memory=1296 CPUtime=0 cores=0-7
/proc/2089/task/2101/stat : 2101 (java) S 2087 2087 29114 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 151810172 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378553709824 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2102] ppid=2087 vsize=26538700 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/2089/task/2102/stat : 2102 (java) S 2087 2087 29114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378552658384 140379160070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2103] ppid=2087 vsize=26538700 memory=1728 CPUtime=1.45 cores=0-7
/proc/2089/task/2103/stat : 2103 (java) S 2087 2087 29114 0 -1 1077944384 13222 0 0 0 144 1 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378551605488 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2104] ppid=2087 vsize=26538700 memory=1004 CPUtime=1.58 cores=0-7
/proc/2089/task/2104/stat : 2104 (java) S 2087 2087 29114 0 -1 1077944384 7585 0 0 0 157 1 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378550552944 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2105] ppid=2087 vsize=26538700 memory=11112 CPUtime=1.39 cores=0-7
/proc/2089/task/2105/stat : 2105 (java) S 2087 2087 29114 0 -1 1077944384 11036 0 0 0 139 0 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378549499888 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2106] ppid=2087 vsize=26538700 memory=5776 CPUtime=0.62 cores=0-7
/proc/2089/task/2106/stat : 2106 (java) S 2087 2087 29114 0 -1 1077944384 9776 0 0 0 61 1 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378548447344 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2107] ppid=2087 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/2089/task/2107/stat : 2107 (java) S 2087 2087 29114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378547395552 140379160061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2108] ppid=2087 vsize=26538700 memory=792 CPUtime=0.03 cores=0-7
/proc/2089/task/2108/stat : 2108 (java) S 2087 2087 29114 0 -1 1077944384 1786 0 0 0 3 0 0 0 20 0 28 0 151810175 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378546343088 140379160062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2254] ppid=2087 vsize=26538700 memory=1424 CPUtime=200.27 cores=0-7
/proc/2089/task/2254/stat : 2254 (java) R 2087 2087 29114 0 -1 4202560 954 0 0 0 20027 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378534120568 140378802880407 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2255] ppid=2087 vsize=26538700 memory=1936 CPUtime=200.35 cores=0-7
/proc/2089/task/2255/stat : 2255 (java) R 2087 2087 29114 0 -1 4202560 1201 0 0 0 20035 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378535174216 140378802660532 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2256] ppid=2087 vsize=26538700 memory=1224 CPUtime=200.23 cores=0-7
/proc/2089/task/2256/stat : 2256 (java) R 2087 2087 29114 0 -1 4202560 1072 0 0 0 20023 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378538332520 140378801426074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2257] ppid=2087 vsize=26538700 memory=1716 CPUtime=200.45 cores=0-7
/proc/2089/task/2257/stat : 2257 (java) R 2087 2087 29114 0 -1 4202560 5324 0 0 0 20043 2 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378530963560 140378801426633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2258] ppid=2087 vsize=26538700 memory=10636 CPUtime=200.78 cores=0-7
/proc/2089/task/2258/stat : 2258 (java) R 2087 2087 29114 0 -1 4202560 4475 0 0 0 20078 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378536229088 140378801426990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2259] ppid=2087 vsize=26538700 memory=1424 CPUtime=199.88 cores=0-7
/proc/2089/task/2259/stat : 2259 (java) R 2087 2087 29114 0 -1 4202560 838 0 0 0 19988 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378532015976 140378801425884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2260] ppid=2087 vsize=26538700 memory=1936 CPUtime=200.43 cores=0-7
/proc/2089/task/2260/stat : 2260 (java) R 2087 2087 29114 0 -1 4202560 3605 0 0 0 20042 1 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378533068672 140378801425912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
[pid=2089/tid=2261] ppid=2087 vsize=26538700 memory=1224 CPUtime=200.81 cores=0-7
/proc/2089/task/2261/stat : 2261 (java) R 2087 2087 29114 0 -1 4202560 2998 0 0 0 20081 0 0 0 20 0 28 0 151815239 27175628800 56979 33554432000 4194304 4196468 140733168870768 140378537279816 140378801426094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140733168874648 140733168874824 140733168874824 140733168877519 0
Current children cumulated CPU time: 2004.95 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 229300 KiB

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

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

[startup+252.095 s]
# the end of solver process 2089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2004.93 s, system=0.675295 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): 252.095
CPU time (s): 2005.61
CPU user time (s): 2004.93
CPU system time (s): 0.675295
CPU usage (%): 795.575
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 229300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2004.93
system time used= 0.675295
maximum resident set size= 228536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19751
involuntary context switches= 21458


# summary of solver processes directly reported to runsolver:
#   pid: 2087,2089
#   total CPU time (s): 2005.61
#   total CPU user time (s): 2004.93
#   total CPU system time (s): 0.675295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81497 second user time and 2.85604 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 01:47:12
IDJOB=4281618
IDBENCH=135672
IDSOLVER=2676
FILE ID=node150/4281618-1503187292
RUNJOBID= node150-1503183633-29141
PBS_JOBID= 20630853
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281618-1503187292/watcher-4281618-1503187292 -o /tmp/evaluation-result-4281618-1503187292/solver-4281618-1503187292 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503183633-29141 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 745594440 HOME/instance-4281618-1503187292.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=745594440

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23324336 kB
MemAvailable:   31961500 kB
Buffers:          300596 kB
Cached:          8616264 kB
SwapCached:            0 kB
Active:          2719064 kB
Inactive:        6252184 kB
Active(anon):       4776 kB
Inactive(anon):    85948 kB
Active(file):    2714288 kB
Inactive(file):  6166236 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7680 kB
Writeback:             0 kB
AnonPages:        294684 kB
Mapped:            51564 kB
Shmem:             33416 kB
Slab:             171372 kB
SReclaimable:     144952 kB
SUnreclaim:        26420 kB
KernelStack:        3696 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-20 01:51:24