Trace number 4284563

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)199 254.45799 240.02499

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-4284563-1503213890.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284563-1503213890.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
1.23/0.61	c solve instance...
1.86/0.85	o 233 
1.86/0.88	o 221 
1.86/0.89	o 219 
2.20/0.91	o 208 
3.20/1.25	o 206 
3.20/1.26	o 205 
3.20/1.29	o 204 
3.53/1.30	o 203 
3.53/1.31	o 201 
99.95/89.59	o 199 
254.43/240.01	s SATISFIABLE
254.43/240.01	v <instantiation>
254.43/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>
254.43/240.01	v 	<values>28 26 25 21 18 16 19 12 13 8 10 5 20 30 32 44 43 41 38 39 36 35 33 27 22 23 4 3 0 2 7 6 1 15 17 14 9 11 24 29 34 37 42 40 31 3 3 3 4 2 4 4 2 2 1 3 8 7 2 9 5 13 5 1 2 4 3 4 4 2 12 3 4 1 4 2 4 9 1 5 2 5 8 6 5 6 5 5 9 3 </values>
254.43/240.01	v </instantiation>
254.43/240.01	c Unexpected resolution interruption!

Verifier Data

OK	199

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284563-1503213890/watcher-4284563-1503213890 -o /tmp/evaluation-result-4284563-1503213890/solver-4284563-1503213890 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8068 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1870105672 HOME/instance-4284563-1503213890.xml 

running on 4 cores: 1,3,5,7

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=11302, runsolver pid=11299
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 2.16 1.89 1.84 4/219 11318
/proc/meminfo: memFree=26377480/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13978596 memory=27020 CPUtime=0.12 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 5594 0 0 0 10 2 0 0 20 0 15 0 154476440 14314082304 6755 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3494649 6755 2875 1 0 3482966 0
[pid=11304/tid=11305] ppid=11302 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 3580 0 0 0 8 1 0 0 20 0 15 0 154476440 14314082304 6755 33554432000 4194304 4196468 140732247399216 140269977773696 140269973574813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13978596 memory=3472467977012643024 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14314082304 6755 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13978596 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14314082304 6755 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14314082304 6755 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476441 14314082304 6755 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476442 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154476443 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154476443 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) R 11302 11302 8036 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 154476445 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13978596 memory=139848117491328 CPUtime=0.01 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) R 11302 11302 8036 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 154476445 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268946754160 140269973574234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13978596 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476446 14314082304 6755 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28404 KiB

[startup+0.210715 s]*
/proc/loadavg: 2.16 1.89 1.84 4/219 11318
/proc/meminfo: memFree=26365812/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13982852 memory=39204 CPUtime=0.34 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 8376 0 0 0 31 3 0 0 20 0 15 0 154476440 14318440448 9801 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3495713 9801 3033 1 0 3482966 0
[pid=11304/tid=11305] ppid=11302 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 5359 0 0 0 18 2 0 0 20 0 15 0 154476440 14318440448 9801 33554432000 4194304 4196468 140732247399216 140269977774880 140269966230901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13982852 memory=3472467977012643024 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 9801 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13982852 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 9801 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 9801 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 9801 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13982852 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476442 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154476443 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154476443 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 644 0 0 0 3 0 0 0 20 0 15 0 154476445 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 184 0 0 0 1 0 0 0 20 0 15 0 154476445 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13982852 memory=139848117491328 CPUtime=0.08 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) R 11302 11302 8036 0 -1 4202560 889 0 0 0 8 0 0 0 20 0 15 0 154476445 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268946754160 140269966649723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13982852 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476446 14318440448 9801 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40588 KiB

[startup+0.31056 s]*
/proc/loadavg: 2.16 1.89 1.84 5/219 11318
/proc/meminfo: memFree=26358404/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13982852 memory=46140 CPUtime=0.5 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 9281 0 0 0 46 4 0 0 20 0 15 0 154476440 14318440448 11535 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3495713 11535 3092 1 0 3482966 0
[pid=11304/tid=11305] ppid=11302 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 6085 0 0 0 27 3 0 0 20 0 15 0 154476440 14318440448 11600 33554432000 4194304 4196468 140732247399216 140269977787440 140269957633374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13982852 memory=3472467977012643024 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 11600 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13982852 memory=139848117491328 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 11600 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13982852 memory=2 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 11600 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13982852 memory=139847960504351 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476441 14318440448 11600 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13982852 memory=279695920969472 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476442 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13982852 memory=139847960481295 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154476443 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13982852 memory=279696077981792 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154476443 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13982852 memory=139847960485903 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 15 0 154476445 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 230 0 0 0 3 0 0 0 20 0 15 0 154476445 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13982852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 1014 0 0 0 11 0 0 0 20 0 15 0 154476445 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476446 14318440448 11600 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47524 KiB

[startup+0.701614 s]
/proc/loadavg: 2.16 1.89 1.84 4/219 11318
/proc/meminfo: memFree=26343144/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13984976 memory=72072 CPUtime=1.52 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 12178 0 0 0 146 6 0 0 20 0 15 0 154476440 14320615424 18018 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3496244 18018 3205 1 0 3483478 0
[pid=11304/tid=11305] ppid=11302 vsize=13984976 memory=279695920795504 CPUtime=0.67 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 6719 0 0 0 63 4 0 0 20 0 15 0 154476440 14320615424 18018 33554432000 4194304 4196468 140732247399216 140269977790816 140269614543584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13984976 memory=3835163037842756688 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14320615424 18018 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14320615424 18018 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476441 14320615424 18018 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13984976 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154476441 14320615424 18018 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154476442 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13984976 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13984976 memory=7452706766398776640 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13984976 memory=7881696724453321575 CPUtime=0.26 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) R 11302 11302 8036 0 -1 4202560 1278 0 0 0 26 0 0 0 20 0 15 0 154476445 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268948859760 140269953247636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13984976 memory=7440065680911650896 CPUtime=0.25 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) R 11302 11302 8036 0 -1 4202560 1063 0 0 0 25 0 0 0 20 0 15 0 154476445 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268947787976 140269957049675 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13984976 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 1811 0 0 0 30 0 0 0 20 0 15 0 154476445 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13984976 memory=42608 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 18018 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 73456 KiB

[startup+1.50322 s]
/proc/loadavg: 2.16 1.89 1.84 5/219 11318
/proc/meminfo: memFree=26316972/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0

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

/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13984976 memory=42608 CPUtime=4.37 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 23635 0 0 0 435 2 0 0 20 0 15 0 154476445 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13984976 memory=1292 CPUtime=4.25 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 18764 0 0 0 423 2 0 0 20 0 15 0 154476445 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13984976 memory=2448 CPUtime=0.81 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 10625 0 0 0 78 3 0 0 20 0 15 0 154476445 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13984976 memory=2448 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13984976 memory=1732 CPUtime=0.03 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 631 0 0 0 1 2 0 0 20 0 15 0 154476446 14320615424 76684 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 113.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 308120 KiB

[startup+162.301 s]
/proc/loadavg: 1.44 1.66 1.77 3/219 11320
/proc/meminfo: memFree=25862256/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13984976 memory=461692 CPUtime=174.71 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 85026 0 0 0 17409 62 0 0 20 0 15 0 154476440 14320615424 115423 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3496244 115423 3266 1 0 3483478 0
[pid=11304/tid=11305] ppid=11302 vsize=13984976 memory=454020 CPUtime=161.13 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 14883 0 0 0 16107 6 0 0 20 0 15 0 154476440 14320615424 115423 33554432000 4194304 4196468 140732247399216 140269977792480 140269617192008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13984976 memory=448712 CPUtime=0.94 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 1864 0 0 0 84 10 0 0 20 0 15 0 154476441 14320615424 115423 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13984976 memory=458112 CPUtime=0.94 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 1351 0 0 0 84 10 0 0 20 0 15 0 154476441 14320615424 115423 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13984976 memory=461692 CPUtime=0.93 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 3388 0 0 0 83 10 0 0 20 0 15 0 154476441 14320615424 115423 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13984976 memory=1384 CPUtime=0.93 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 3092 0 0 0 83 10 0 0 20 0 15 0 154476441 14320615424 115423 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13984976 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 1569 0 0 0 8 1 0 0 20 0 15 0 154476442 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13984976 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13984976 memory=42608 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13984976 memory=443592 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13984976 memory=42608 CPUtime=4.41 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 25050 0 0 0 439 2 0 0 20 0 15 0 154476445 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13984976 memory=1384 CPUtime=4.34 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 20390 0 0 0 432 2 0 0 20 0 15 0 154476445 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13984976 memory=330160 CPUtime=0.82 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 11344 0 0 0 79 3 0 0 20 0 15 0 154476445 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13984976 memory=452296 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13984976 memory=1384 CPUtime=0.06 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 735 0 0 0 3 3 0 0 20 0 15 0 154476446 14320615424 115423 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 174.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 463076 KiB

[startup+222.301 s]
/proc/loadavg: 1.61 1.68 1.77 3/219 11402
/proc/meminfo: memFree=25871628/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13984976 memory=327264 CPUtime=236.1 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 91135 0 0 0 23538 72 0 0 20 0 15 0 154476440 14320615424 81816 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3496244 81816 3282 1 0 3483478 0
[pid=11304/tid=11305] ppid=11302 vsize=13984976 memory=327776 CPUtime=220.58 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 16350 0 0 0 22052 6 0 0 20 0 15 0 154476440 14320615424 81816 33554432000 4194304 4196468 140732247399216 140269977792400 140269617261205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13984976 memory=328288 CPUtime=1.41 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 2386 0 0 0 129 12 0 0 20 0 15 0 154476441 14320615424 81816 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13984976 memory=327776 CPUtime=1.41 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 2272 0 0 0 129 12 0 0 20 0 15 0 154476441 14320615424 81816 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13984976 memory=327264 CPUtime=1.4 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 3997 0 0 0 128 12 0 0 20 0 15 0 154476441 14320615424 81816 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13984976 memory=1384 CPUtime=1.39 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 3704 0 0 0 127 12 0 0 20 0 15 0 154476441 14320615424 81816 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13984976 memory=14 CPUtime=0.14 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 3465 0 0 0 12 2 0 0 20 0 15 0 154476442 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13984976 memory=330852 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13984976 memory=1384 CPUtime=4.41 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 25053 0 0 0 439 2 0 0 20 0 15 0 154476445 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13984976 memory=1384 CPUtime=4.35 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 20461 0 0 0 433 2 0 0 20 0 15 0 154476445 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13984976 memory=1384 CPUtime=0.82 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 11346 0 0 0 79 3 0 0 20 0 15 0 154476445 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13984976 memory=327776 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13984976 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 741 0 0 0 4 4 0 0 20 0 15 0 154476446 14320615424 81816 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 236.1 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 328648 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.002 s]*
/proc/loadavg: 1.66 1.68 1.77 3/219 11402
/proc/meminfo: memFree=25772444/32770624 swapFree=67108860/67108860
[pid=11302] ppid=11299 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/11302/stat : 11302 (xcsp3-exec) S 11299 11302 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154476440 9740288 346 33554432000 4194304 5098028 140723159505056 140723159503160 139775185789564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33042432 140723159512180 140723159512384 140723159512384 140723159515115 0
/proc/11302/statm: 2378 346 289 221 0 87 0
[pid=11304] ppid=11302 vsize=13984976 memory=362444 CPUtime=254.43 cores=1,3,5,7
/proc/11304/stat : 11304 (java) S 11302 11302 8036 0 -1 1077944320 96915 0 0 0 25365 78 0 0 20 0 15 0 154476440 14320615424 90611 33554432000 4194304 4196468 140732247399216 140732247381760 140269973552887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
/proc/11304/statm: 3496244 90611 3282 1 0 3483478 0
[pid=11304/tid=11305] ppid=11302 vsize=13984976 memory=6791534058613427641 CPUtime=238.07 cores=1,3,5,7
/proc/11304/task/11305/stat : 11305 (java) R 11302 11302 8036 0 -1 4202560 16379 0 0 0 23801 6 0 0 20 0 15 0 154476440 14320615424 90611 33554432000 4194304 4196468 140732247399216 140269977790072 140269616216072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11306] ppid=11302 vsize=13984976 memory=1384 CPUtime=1.59 cores=1,3,5,7
/proc/11304/task/11306/stat : 11306 (java) S 11302 11302 8036 0 -1 1077944384 2894 0 0 0 146 13 0 0 20 0 15 0 154476441 14320615424 90611 33554432000 4194304 4196468 140732247399216 140269569637520 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11307] ppid=11302 vsize=13984976 memory=492128 CPUtime=1.6 cores=1,3,5,7
/proc/11304/task/11307/stat : 11307 (java) S 11302 11302 8036 0 -1 1077944384 2762 0 0 0 146 14 0 0 20 0 15 0 154476441 14320615424 90611 33554432000 4194304 4196468 140732247399216 140269568584720 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11308] ppid=11302 vsize=13984976 memory=3072 CPUtime=1.59 cores=1,3,5,7
/proc/11304/task/11308/stat : 11308 (java) S 11302 11302 8036 0 -1 1077944384 4442 0 0 0 145 14 0 0 20 0 15 0 154476441 14320615424 90611 33554432000 4194304 4196468 140732247399216 140269567531920 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11309] ppid=11302 vsize=13984976 memory=-7003737579269690708 CPUtime=1.58 cores=1,3,5,7
/proc/11304/task/11309/stat : 11309 (java) S 11302 11302 8036 0 -1 1077944384 4168 0 0 0 144 14 0 0 20 0 15 0 154476441 14320615424 90611 33554432000 4194304 4196468 140732247399216 140269566479120 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11310] ppid=11302 vsize=13984976 memory=42608 CPUtime=0.15 cores=1,3,5,7
/proc/11304/task/11310/stat : 11310 (java) S 11302 11302 8036 0 -1 1077944384 5396 0 0 0 13 2 0 0 20 0 15 0 154476442 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268953069936 140269973564034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11311] ppid=11302 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11311/stat : 11311 (java) S 11302 11302 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268952015904 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11312] ppid=11302 vsize=13984976 memory=2448 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11312/stat : 11312 (java) S 11302 11302 8036 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154476443 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268950963056 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11313] ppid=11302 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11313/stat : 11313 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476445 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268949911376 140269973571483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11314] ppid=11302 vsize=13984976 memory=1948 CPUtime=4.48 cores=1,3,5,7
/proc/11304/task/11314/stat : 11314 (java) S 11302 11302 8036 0 -1 1077944384 26633 0 0 0 446 2 0 0 20 0 15 0 154476445 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268948859760 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11315] ppid=11302 vsize=13984976 memory=800 CPUtime=4.35 cores=1,3,5,7
/proc/11304/task/11315/stat : 11315 (java) S 11302 11302 8036 0 -1 1077944384 20546 0 0 0 433 2 0 0 20 0 15 0 154476445 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268947806960 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11316] ppid=11302 vsize=13984976 memory=12132 CPUtime=0.82 cores=1,3,5,7
/proc/11304/task/11316/stat : 11316 (java) S 11302 11302 8036 0 -1 1077944384 11591 0 0 0 79 3 0 0 20 0 15 0 154476445 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268946754160 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11317] ppid=11302 vsize=13984976 memory=4472 CPUtime=0 cores=1,3,5,7
/proc/11304/task/11317/stat : 11317 (java) S 11302 11302 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154476446 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268945701600 140269973563093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
[pid=11304/tid=11318] ppid=11302 vsize=13984976 memory=1236 CPUtime=0.09 cores=1,3,5,7
/proc/11304/task/11318/stat : 11318 (java) S 11302 11302 8036 0 -1 1077944384 744 0 0 0 4 5 0 0 20 0 15 0 154476446 14320615424 90611 33554432000 4194304 4196468 140732247399216 140268944648880 140269973564034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6709248 140732247401629 140732247401804 140732247401804 140732247404495 0
Current children cumulated CPU time: 254.43 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 363828 KiB

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

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

[startup+240.025 s]
# the end of solver process 11304 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.66 s, system=0.79781 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 240.025
CPU time (s): 254.458
CPU user time (s): 253.66
CPU system time (s): 0.79781
CPU usage (%): 106.013
Max. virtual memory (cumulated for all children) (KiB): 13996620
Max. memory (cumulated for all children) (KiB): 520468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.66
system time used= 0.79781
maximum resident set size= 537944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11398
involuntary context switches= 486


# summary of solver processes directly reported to runsolver:
#   pid: 11302,11304
#   total CPU time (s): 254.458
#   total CPU user time (s): 253.66
#   total CPU system time (s): 0.79781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44969 second user time and 2.46706 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 09:10:30
IDJOB=4284563
IDBENCH=135727
IDSOLVER=2680
FILE ID=node113/4284563-1503213890
RUNJOBID= node113-1503209106-8068
PBS_JOBID= 20630874
Free space on /tmp= 61588 MiB

SOLVER NAME= choco-solver 5a
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-4284563-1503213890/watcher-4284563-1503213890 -o /tmp/evaluation-result-4284563-1503213890/solver-4284563-1503213890 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8068 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1870105672 HOME/instance-4284563-1503213890.xml

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=1870105672

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26393276 kB
MemAvailable:   31762260 kB
Buffers:          257948 kB
Cached:          5400476 kB
SwapCached:            0 kB
Active:          1521300 kB
Inactive:        4401756 kB
Active(anon):     214672 kB
Inactive(anon):    85940 kB
Active(file):    1306628 kB
Inactive(file):  4315816 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7964 kB
Writeback:             0 kB
AnonPages:        288048 kB
Mapped:            63976 kB
Shmem:             33416 kB
Slab:             152424 kB
SReclaimable:     124748 kB
SUnreclaim:        27676 kB
KernelStack:        3840 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1269004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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