Trace number 4269351

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)172 2520.1001 2505.72

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n40/
TravellingSalesman-40-30-19.xml
MD5SUM6526f92d1e0de584709c666a2aa2b127
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark146
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size34
Maximum domain size40
Distribution of domain sizes[{"size":34,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"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-4269351-1502821237.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269351-1502821237.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.03/0.55	c solve instance...
1.61/0.74	o 229 
1.61/0.74	o 220 
1.61/0.74	o 203 
1.61/0.75	o 201 
2.90/1.13	o 200 
2.90/1.14	o 195 
6.40/3.37	o 194 
6.40/3.37	o 192 
135.30/131.40	o 191 
368.34/364.24	o 180 
368.34/364.24	o 178 
368.34/364.25	o 172 
2520.07/2505.70	s SATISFIABLE
2520.07/2505.70	v <instantiation>
2520.07/2505.70	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] 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] </list>
2520.07/2505.70	v 	<values>6 10 20 35 33 32 28 39 38 34 37 36 30 31 24 26 22 16 17 18 14 12 19 21 29 27 25 23 15 13 11 9 5 3 1 2 0 4 7 8 6 9 9 6 1 1 11 1 2 2 2 2 1 4 3 6 3 2 5 2 1 4 8 5 4 3 2 6 1 2 5 5 4 5 2 1 4 6 8 18 </values>
2520.07/2505.70	v </instantiation>
2520.07/2505.70	c Unexpected resolution interruption!

Verifier Data

OK	172

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269351-1502821237/watcher-4269351-1502821237 -o /tmp/evaluation-result-4269351-1502821237/solver-4269351-1502821237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1481592728 HOME/instance-4269351-1502821237.xml 

running on 4 cores: 0,2,4,6

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

solver pid=28441, runsolver pid=28438

[startup+0.100058 s]*
/proc/loadavg: 1.50 1.66 1.67 5/217 28457
/proc/meminfo: memFree=31333720/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13978596 memory=27524 CPUtime=0.12 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 5312 0 0 0 10 2 0 0 20 0 15 0 115211920 14314082304 6881 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3494649 6881 2847 1 0 3482966 0
[pid=28443/tid=28444] ppid=28441 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 3323 0 0 0 8 1 0 0 20 0 15 0 115211921 14314082304 6881 33554432000 4194304 4196468 140736869847424 140583339594832 140583335400605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13978596 memory=3472468622839596240 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13978596 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211923 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115211923 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115211923 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) R 28441 28441 23628 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13978596 memory=140493944444544 CPUtime=0.01 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) R 28441 28441 23628 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582802418416 140583335400026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13978596 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211926 14314082304 6881 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28904 KiB

[startup+0.210979 s]*
/proc/loadavg: 1.50 1.66 1.67 3/217 28457
/proc/meminfo: memFree=31322964/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13982852 memory=40532 CPUtime=0.34 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 8118 0 0 0 31 3 0 0 20 0 15 0 115211920 14318440448 10133 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3495713 10133 3087 1 0 3482966 0
[pid=28443/tid=28444] ppid=28441 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 5240 0 0 0 18 2 0 0 20 0 15 0 115211921 14318440448 10133 33554432000 4194304 4196468 140736869847424 140583339601488 140583335400605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13982852 memory=3472468622839596240 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13982852 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13982852 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211923 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115211923 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115211923 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13982852 memory=140493944444544 CPUtime=0.08 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) R 28441 28441 23628 0 -1 4202560 809 0 0 0 8 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582802418416 140583319459196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13982852 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211926 14318440448 10133 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41912 KiB

[startup+0.310589 s]*
/proc/loadavg: 1.50 1.66 1.67 3/217 28457
/proc/meminfo: memFree=31316760/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13982852 memory=47556 CPUtime=0.5 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 9011 0 0 0 46 4 0 0 20 0 15 0 115211920 14318440448 11889 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3495713 11889 3115 1 0 3482966 0
[pid=28443/tid=28444] ppid=28441 vsize=13982852 memory=-8540663193526752614 CPUtime=0.29 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 5998 0 0 0 27 2 0 0 20 0 15 0 115211921 14318440448 11889 33554432000 4194304 4196468 140736869847424 140583339614928 140583319459166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13982852 memory=3472468622839596240 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13982852 memory=140493944468172 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13982852 memory=140493816205174 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13982852 memory=140493816183759 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13982852 memory=140493944468203 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211923 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13982852 memory=140493816192975 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115211923 14318440448 11889 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13982928 memory=280987632383632 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115211923 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13982928 memory=280987632390512 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13982928 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 281 0 0 0 3 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13982928 memory=140493944444544 CPUtime=0.11 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 870 0 0 0 11 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13982928 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13982928 memory=140493944444544 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211926 14318518272 11889 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48936 KiB

[startup+0.700804 s]
/proc/loadavg: 1.50 1.66 1.67 3/217 28457
/proc/meminfo: memFree=31302620/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13984976 memory=70104 CPUtime=1.61 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 12195 0 0 0 156 5 0 0 20 0 15 0 115211920 14320615424 17526 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3496244 17526 3210 1 0 3483478 0
[pid=28443/tid=28444] ppid=28441 vsize=13984976 memory=1420 CPUtime=0.67 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 6585 0 0 0 64 3 0 0 20 0 15 0 115211921 14320615424 17526 33554432000 4194304 4196468 140736869847424 140583339615312 140582957035490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13984976 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211921 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13984976 memory=280987632465216 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115211921 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13984976 memory=140493816243424 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13984976 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13984976 memory=3700 CPUtime=0.31 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) R 28441 28441 23628 0 -1 4202560 1399 0 0 0 31 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582872459904 140583313797758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13984976 memory=3 CPUtime=0.28 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) R 28441 28441 23628 0 -1 4202560 1124 0 0 0 28 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582871402720 140583318862140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13984976 memory=6821 CPUtime=0.31 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 1778 0 0 0 31 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13984976 memory=365 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 17526 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 71484 KiB

[startup+1.5008 s]
/proc/loadavg: 1.50 1.66 1.67 5/217 28457
/proc/meminfo: memFree=31285380/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0

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

/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13984976 memory=1380 CPUtime=1.82 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 14125 0 0 0 181 1 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13984976 memory=32384 CPUtime=1.68 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 11254 0 0 0 167 1 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13984976 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 8218 0 0 0 50 2 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13984976 memory=4140 CPUtime=0.72 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 878 0 0 0 31 41 0 0 20 0 15 0 115211926 14320615424 543682 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 2455.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2176108 KiB

[startup+2502.3 s]
/proc/loadavg: 0.84 0.91 1.24 2/195 28583
/proc/meminfo: memFree=28410284/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13984976 memory=3083116 CPUtime=2516.64 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 95568 0 0 0 251466 198 0 0 20 0 15 0 115211920 14320615424 770779 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3496244 770779 3279 1 0 3483478 0
[pid=28443/tid=28444] ppid=28441 vsize=13984976 memory=2682572 CPUtime=2496.95 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 34633 0 0 0 249581 114 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140583339618128 140582957333419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.42 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 4350 0 0 0 331 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.44 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 4983 0 0 0 333 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13984976 memory=1228 CPUtime=3.41 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 4678 0 0 0 329 12 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13984976 memory=1380 CPUtime=3.43 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 4230 0 0 0 333 10 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13984976 memory=1380 CPUtime=1.13 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 6834 0 0 0 103 10 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13984976 memory=3083116 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13984976 memory=1012 CPUtime=1.82 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 14125 0 0 0 181 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13984976 memory=1716 CPUtime=1.68 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 11254 0 0 0 167 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13984976 memory=1380 CPUtime=0.53 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 8218 0 0 0 51 2 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13984976 memory=3081068 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13984976 memory=1724 CPUtime=0.74 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 882 0 0 0 32 42 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 2516.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3084496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.7 s]
/proc/loadavg: 0.84 0.91 1.24 2/195 28583
/proc/meminfo: memFree=28410284/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13984976 memory=3083116 CPUtime=2520.07 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 95576 0 0 0 251809 198 0 0 20 0 15 0 115211920 14320615424 770779 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3496244 770779 3279 1 0 3483478 0
[pid=28443/tid=28444] ppid=28441 vsize=13984976 memory=3083116 CPUtime=2500.34 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 34634 0 0 0 249920 114 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140583339618240 140582958416108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.43 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 4351 0 0 0 332 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.45 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 4986 0 0 0 334 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13984976 memory=2682572 CPUtime=3.42 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 4681 0 0 0 330 12 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.44 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 4230 0 0 0 334 10 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13984976 memory=1380 CPUtime=1.13 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 6834 0 0 0 103 10 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13984976 memory=3081068 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13984976 memory=1420 CPUtime=1.82 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 14125 0 0 0 181 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13984976 memory=13040 CPUtime=1.68 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 11254 0 0 0 167 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13984976 memory=1380 CPUtime=0.53 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 8218 0 0 0 51 2 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13984976 memory=4140 CPUtime=0.74 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 882 0 0 0 32 42 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3084496 KiB

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

[startup+2505.71 s]
# the end of solver process 28441 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00172 s, system=0.000936 s

[startup+2505.72 s]
# the end of solver process 28443 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.11 s, system=1.99799 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

[startup+2505.7 s]
/proc/loadavg: 0.84 0.91 1.24 2/195 28583
/proc/meminfo: memFree=28410284/32770624 swapFree=67108860/67108860
[pid=28441] ppid=28438 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28441/stat : 28441 (xcsp3-exec) S 28438 28441 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 115211920 9740288 345 33554432000 4194304 5098028 140730567838512 140730567836616 140131971863164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38817792 140730567844974 140730567845179 140730567845179 140730567847915 0
/proc/28441/statm: 2378 345 289 221 0 87 0
[pid=28443] ppid=28441 vsize=13984976 memory=3083116 CPUtime=2520.07 cores=0,2,4,6
/proc/28443/stat : 28443 (java) S 28441 28441 23628 0 -1 1077944320 95576 0 0 0 251809 198 0 0 20 0 15 0 115211920 14320615424 770779 33554432000 4194304 4196468 140736869847424 140736869829968 140583335378679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
/proc/28443/statm: 3496244 770779 3279 1 0 3483478 0
[pid=28443/tid=28444] ppid=28441 vsize=13984976 memory=3083116 CPUtime=2500.34 cores=0,2,4,6
/proc/28443/task/28444/stat : 28444 (java) R 28441 28441 23628 0 -1 4202560 34634 0 0 0 249920 114 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140583339618240 140582958416108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28445] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.43 cores=0,2,4,6
/proc/28443/task/28445/stat : 28445 (java) S 28441 28441 23628 0 -1 1077944384 4351 0 0 0 332 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582930881296 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28446] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.45 cores=0,2,4,6
/proc/28443/task/28446/stat : 28446 (java) S 28441 28441 23628 0 -1 1077944384 4986 0 0 0 334 11 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582929828752 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28447] ppid=28441 vsize=13984976 memory=2682572 CPUtime=3.42 cores=0,2,4,6
/proc/28443/task/28447/stat : 28447 (java) S 28441 28441 23628 0 -1 1077944384 4681 0 0 0 330 12 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582928776208 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28448] ppid=28441 vsize=13984976 memory=3083116 CPUtime=3.44 cores=0,2,4,6
/proc/28443/task/28448/stat : 28448 (java) S 28441 28441 23628 0 -1 1077944384 4230 0 0 0 334 10 0 0 20 0 15 0 115211921 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582927723664 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28449] ppid=28441 vsize=13984976 memory=1380 CPUtime=1.13 cores=0,2,4,6
/proc/28443/task/28449/stat : 28449 (java) S 28441 28441 23628 0 -1 1077944384 6834 0 0 0 103 10 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582876678128 140583335389826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28450] ppid=28441 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28450/stat : 28450 (java) S 28441 28441 23628 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582875624352 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28451] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28451/stat : 28451 (java) S 28441 28441 23628 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 115211923 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582874571760 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28452] ppid=28441 vsize=13984976 memory=3081068 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28452/stat : 28452 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582873520336 140583335397275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28453] ppid=28441 vsize=13984976 memory=1420 CPUtime=1.82 cores=0,2,4,6
/proc/28443/task/28453/stat : 28453 (java) S 28441 28441 23628 0 -1 1077944384 14125 0 0 0 181 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582872467952 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28454] ppid=28441 vsize=13984976 memory=13040 CPUtime=1.68 cores=0,2,4,6
/proc/28443/task/28454/stat : 28454 (java) S 28441 28441 23628 0 -1 1077944384 11254 0 0 0 167 1 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582871415408 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28455] ppid=28441 vsize=13984976 memory=1380 CPUtime=0.53 cores=0,2,4,6
/proc/28443/task/28455/stat : 28455 (java) S 28441 28441 23628 0 -1 1077944384 8218 0 0 0 51 2 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582802418416 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28456] ppid=28441 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28443/task/28456/stat : 28456 (java) S 28441 28441 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582801366112 140583335388885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
[pid=28443/tid=28457] ppid=28441 vsize=13984976 memory=4140 CPUtime=0.74 cores=0,2,4,6
/proc/28443/task/28457/stat : 28457 (java) S 28441 28441 23628 0 -1 1077944384 882 0 0 0 32 42 0 0 20 0 15 0 115211926 14320615424 770779 33554432000 4194304 4196468 140736869847424 140582800312624 140583335389826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32751616 140736869852311 140736869852487 140736869852487 140736869855183 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3084496 KiB

Child status: 143
Real time (s): 2505.72
CPU time (s): 2520.1
CPU user time (s): 2518.11
CPU system time (s): 1.99799
CPU usage (%): 100.574
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3084496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.11
system time used= 1.99799
maximum resident set size= 3083916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84743
involuntary context switches= 3680


# summary of solver processes directly reported to runsolver:
#   pid: 28441,28443
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.11
#   total CPU system time (s): 1.99799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6168 second user time and 21.7328 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 20:06:19
IDJOB=4269351
IDBENCH=135789
IDSOLVER=2660
FILE ID=node103/4269351-1502821237
RUNJOBID= node103-1502789283-23659
PBS_JOBID= 20629125
Free space on /tmp= 61792 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n40/TravellingSalesman-40-30-19.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-4269351-1502821237/watcher-4269351-1502821237 -o /tmp/evaluation-result-4269351-1502821237/solver-4269351-1502821237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1481592728 HOME/instance-4269351-1502821237.xml

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

MD5SUM BENCH= 6526f92d1e0de584709c666a2aa2b127
RANDOM SEED=1481592728

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31350224 kB
MemAvailable:   31858148 kB
Buffers:          190456 kB
Cached:           603040 kB
SwapCached:            0 kB
Active:           731884 kB
Inactive:         244356 kB
Active(anon):     131960 kB
Inactive(anon):    78564 kB
Active(file):     599924 kB
Inactive(file):   165792 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        160112 kB
Mapped:            58536 kB
Shmem:             25228 kB
Slab:             142792 kB
SReclaimable:     116088 kB
SUnreclaim:        26704 kB
KernelStack:        3856 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1185296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-15 20:48:04