Trace number 4269349

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)106 2520.02 2513.3101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269349-1502819495.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269349-1502819495.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
0.74/0.45	c solve instance...
1.04/0.55	o 145 
1.04/0.55	o 142 
1.04/0.56	o 128 
1.34/0.61	o 127 
1.34/0.63	o 125 
1.34/0.63	o 120 
1.34/0.64	o 118 
2.59/1.08	o 116 
5.65/2.69	o 112 
5.65/2.69	o 111 
5.75/2.72	o 110 
8.67/5.19	o 109 
8.67/5.19	o 107 
16.29/12.66	o 106 
2520.00/2513.30	s SATISFIABLE
2520.00/2513.30	v <instantiation>
2520.00/2513.30	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
2520.00/2513.30	v 	<values>18 19 17 16 8 10 11 9 7 5 3 2 1 0 6 4 13 15 12 14 1 1 2 11 5 4 4 3 3 1 3 6 7 8 8 11 3 8 11 6 </values>
2520.00/2513.30	v </instantiation>
2520.00/2513.30	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269349-1502819495/watcher-4269349-1502819495 -o /tmp/evaluation-result-4269349-1502819495/solver-4269349-1502819495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502792191-10015 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 388048757 HOME/instance-4269349-1502819495.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
solver pid=14978, runsolver pid=14975
Current StackSize limit: 8192 KiB


[startup+0.100537 s]*
/proc/loadavg: 1.79 1.74 1.69 3/217 14994
/proc/meminfo: memFree=24133036/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13978596 memory=27588 CPUtime=0.12 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 5330 0 0 0 11 1 0 0 20 0 15 0 115030641 14314082304 6897 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3494649 6897 2841 1 0 3482966 0
[pid=14980/tid=14981] ppid=14978 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 3334 0 0 0 8 1 0 0 20 0 15 0 115030642 14314082304 6962 33554432000 4194304 4196468 140735673590816 140091479590704 140091112679120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14314082304 6962 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13978596 memory=140141050427008 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14314082304 6962 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14314082304 6962 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030643 14314082304 6962 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13978596 memory=140141050427008 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030644 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115030644 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115030645 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13978596 memory=140141050427008 CPUtime=0.01 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) R 14978 14978 9984 0 -1 4202560 302 0 0 0 1 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090943252592 140091454298878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13978596 memory=140141050427008 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030647 14314082304 6962 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28972 KiB

[startup+0.210455 s]*
/proc/loadavg: 1.79 1.74 1.69 3/217 14994
/proc/meminfo: memFree=24121592/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13982852 memory=40516 CPUtime=0.33 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 8147 0 0 0 31 2 0 0 20 0 15 0 115030641 14318440448 10129 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3495713 10129 3059 1 0 3482966 0
[pid=14980/tid=14981] ppid=14978 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 5249 0 0 0 18 1 0 0 20 0 15 0 115030642 14318440448 10129 33554432000 4194304 4196468 140735673590816 140091479579424 140091461050912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318440448 10129 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13982852 memory=4051182106100594336 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318440448 10129 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318440448 10129 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030643 14318440448 10129 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13982852 memory=140141050427008 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030644 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115030644 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115030645 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13982852 memory=140141050427008 CPUtime=0.08 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 758 0 0 0 8 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030647 14318440448 10129 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41900 KiB

[startup+0.310442 s]*
/proc/loadavg: 1.79 1.74 1.69 4/217 14994
/proc/meminfo: memFree=24115152/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13982928 memory=47564 CPUtime=0.49 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 9099 0 0 0 46 3 0 0 20 0 15 0 115030641 14318518272 11891 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3495732 11891 3110 1 0 3482966 0
[pid=14980/tid=14981] ppid=14978 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 6048 0 0 0 27 2 0 0 20 0 15 0 115030642 14318518272 11891 33554432000 4194304 4196468 140735673590816 140091479589792 140091459437918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318518272 11891 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318518272 11891 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13982928 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14318518272 11891 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13982928 memory=7296493987848103314 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030643 14318518272 11891 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030644 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115030644 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115030645 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13982928 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13982928 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 614 0 0 0 4 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13982928 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) R 14978 14978 9984 0 -1 4202560 300 0 0 0 2 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090944305392 140091475369366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13982928 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 839 0 0 0 12 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030647 14318518272 11891 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48948 KiB

[startup+0.700829 s]
/proc/loadavg: 1.79 1.74 1.69 5/217 14994
/proc/meminfo: memFree=24103056/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13984976 memory=66336 CPUtime=1.63 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 12289 0 0 0 159 4 0 0 20 0 15 0 115030641 14320615424 16584 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3496244 16584 3212 1 0 3483478 0
[pid=14980/tid=14981] ppid=14978 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 6594 0 0 0 64 3 0 0 20 0 15 0 115030642 14320615424 16584 33554432000 4194304 4196468 140735673590816 140091479592336 140091459672668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14320615424 16584 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14320615424 16584 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13984976 memory=32672 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030643 14320615424 16584 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115030643 14320615424 16584 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115030645 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13984976 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13984976 memory=5700 CPUtime=0.32 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) R 14978 14978 9984 0 -1 4202560 1667 0 0 0 32 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090945351216 140091458825549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13984976 memory=4616 CPUtime=0.32 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) R 14978 14978 9984 0 -1 4202560 1233 0 0 0 32 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090944296368 140091458843373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13984976 memory=792 CPUtime=0.29 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 1488 0 0 0 29 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 16584 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 67720 KiB

[startup+1.50081 s]
/proc/loadavg: 1.79 1.74 1.69 5/217 14994
/proc/meminfo: memFree=24083092/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0

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

[pid=14980/tid=14986] ppid=14978 vsize=13984976 memory=244204 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 5002 0 0 0 61 7 0 0 20 0 15 0 115030644 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 115030645 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13984976 memory=244204 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13984976 memory=1384 CPUtime=1.8 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 13992 0 0 0 179 1 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13984976 memory=1384 CPUtime=1.76 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 12693 0 0 0 174 2 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.42 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 6159 0 0 0 41 1 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13984976 memory=244204 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13984976 memory=244204 CPUtime=0.56 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 908 0 0 0 23 33 0 0 20 0 15 0 115030647 14320615424 61051 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 2448.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 245588 KiB

[startup+2502.3 s]
/proc/loadavg: 1.59 1.66 1.69 3/217 15171
/proc/meminfo: memFree=26112132/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13984976 memory=797992 CPUtime=2508.96 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 76427 0 0 0 250820 76 0 0 20 0 15 0 115030641 14320615424 199498 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3496244 199498 3275 1 0 3483478 0
[pid=14980/tid=14981] ppid=14978 vsize=13984976 memory=775376 CPUtime=2500.91 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 21973 0 0 0 250071 20 0 0 20 0 15 0 115030642 14320615424 199498 33554432000 4194304 4196468 140735673590816 140091479597096 140091115716271 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13984976 memory=394712 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 2847 0 0 0 61 7 0 0 20 0 15 0 115030643 14320615424 199498 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13984976 memory=641728 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 2570 0 0 0 61 7 0 0 20 0 15 0 115030643 14320615424 199498 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13984976 memory=797992 CPUtime=0.67 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 4828 0 0 0 62 5 0 0 20 0 15 0 115030643 14320615424 199498 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.67 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 3096 0 0 0 60 7 0 0 20 0 15 0 115030643 14320615424 199498 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.7 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 6001 0 0 0 63 7 0 0 20 0 15 0 115030644 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13984976 memory=641728 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13984976 memory=641728 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 115030645 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13984976 memory=1384 CPUtime=1.8 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 13992 0 0 0 179 1 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13984976 memory=462892 CPUtime=1.76 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 12693 0 0 0 174 2 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.42 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 6159 0 0 0 41 1 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13984976 memory=641728 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13984976 memory=394712 CPUtime=0.57 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 912 0 0 0 23 34 0 0 20 0 15 0 115030647 14320615424 199498 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 2508.96 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 799376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.3 s]
/proc/loadavg: 1.58 1.66 1.68 3/217 15171
/proc/meminfo: memFree=25951892/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13984976 memory=933688 CPUtime=2520 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 76632 0 0 0 251921 79 0 0 20 0 15 0 115030641 14320615424 233422 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3496244 233422 3275 1 0 3483478 0
[pid=14980/tid=14981] ppid=14978 vsize=13984976 memory=0 CPUtime=2511.89 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 22175 0 0 0 251167 22 0 0 20 0 15 0 115030642 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091479596768 140091115882884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13984976 memory=933688 CPUtime=0.69 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 2848 0 0 0 62 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.69 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 2570 0 0 0 62 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13984976 memory=911072 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 4830 0 0 0 63 5 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13984976 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 3096 0 0 0 61 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13984976 memory=933688 CPUtime=0.7 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 6001 0 0 0 63 7 0 0 20 0 15 0 115030644 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13984976 memory=933688 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13984976 memory=933688 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 115030645 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13984976 memory=933688 CPUtime=1.8 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 13992 0 0 0 179 1 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13984976 memory=32744 CPUtime=1.76 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 12693 0 0 0 174 2 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13984976 memory=1296 CPUtime=0.42 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 6159 0 0 0 41 1 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13984976 memory=865840 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13984976 memory=1728 CPUtime=0.58 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 912 0 0 0 23 35 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 935072 KiB

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

[startup+2513.31 s]
# the end of solver process 14978 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.22 s, system=0.798286 s

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

[startup+2513.3 s]
/proc/loadavg: 1.58 1.66 1.68 3/217 15171
/proc/meminfo: memFree=25951892/32770624 swapFree=67108860/67108860
[pid=14978] ppid=14975 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14978/stat : 14978 (xcsp3-exec) S 14975 14978 9984 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115030641 9740288 346 33554432000 4194304 5098028 140732807005728 140732807003832 139873592337020 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28176384 140732807009391 140732807009595 140732807009595 140732807012331 0
/proc/14978/statm: 2378 346 289 221 0 87 0
[pid=14980] ppid=14978 vsize=13984976 memory=933688 CPUtime=2520 cores=0,2,4,6
/proc/14980/stat : 14980 (java) S 14978 14978 9984 0 -1 1077944320 76632 0 0 0 251921 79 0 0 20 0 15 0 115030641 14320615424 233422 33554432000 4194304 4196468 140735673590816 140735673573360 140091475357431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
/proc/14980/statm: 3496244 233422 3275 1 0 3483478 0
[pid=14980/tid=14981] ppid=14978 vsize=13984976 memory=0 CPUtime=2511.89 cores=0,2,4,6
/proc/14980/task/14981/stat : 14981 (java) R 14978 14978 9984 0 -1 4202560 22175 0 0 0 251167 22 0 0 20 0 15 0 115030642 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091479596768 140091115882884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14982] ppid=14978 vsize=13984976 memory=933688 CPUtime=0.69 cores=0,2,4,6
/proc/14980/task/14982/stat : 14982 (java) S 14978 14978 9984 0 -1 1077944384 2848 0 0 0 62 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091071064720 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14983] ppid=14978 vsize=13984976 memory=1384 CPUtime=0.69 cores=0,2,4,6
/proc/14980/task/14983/stat : 14983 (java) S 14978 14978 9984 0 -1 1077944384 2570 0 0 0 62 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091070011920 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14984] ppid=14978 vsize=13984976 memory=911072 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14984/stat : 14984 (java) S 14978 14978 9984 0 -1 1077944384 4830 0 0 0 63 5 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091068959120 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14985] ppid=14978 vsize=13984976 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/14980/task/14985/stat : 14985 (java) S 14978 14978 9984 0 -1 1077944384 3096 0 0 0 61 7 0 0 20 0 15 0 115030643 14320615424 233422 33554432000 4194304 4196468 140735673590816 140091067906320 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14986] ppid=14978 vsize=13984976 memory=933688 CPUtime=0.7 cores=0,2,4,6
/proc/14980/task/14986/stat : 14986 (java) S 14978 14978 9984 0 -1 1077944384 6001 0 0 0 63 7 0 0 20 0 15 0 115030644 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090949569392 140091475368578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14987] ppid=14978 vsize=13984976 memory=933688 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14987/stat : 14987 (java) S 14978 14978 9984 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 115030644 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090948515360 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14988] ppid=14978 vsize=13984976 memory=933688 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14988/stat : 14988 (java) S 14978 14978 9984 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 115030645 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090947462512 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14989] ppid=14978 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14989/stat : 14989 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090946410832 140091475376027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14990] ppid=14978 vsize=13984976 memory=933688 CPUtime=1.8 cores=0,2,4,6
/proc/14980/task/14990/stat : 14990 (java) S 14978 14978 9984 0 -1 1077944384 13992 0 0 0 179 1 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090945358192 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14991] ppid=14978 vsize=13984976 memory=32744 CPUtime=1.76 cores=0,2,4,6
/proc/14980/task/14991/stat : 14991 (java) S 14978 14978 9984 0 -1 1077944384 12693 0 0 0 174 2 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090944305392 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14992] ppid=14978 vsize=13984976 memory=1296 CPUtime=0.42 cores=0,2,4,6
/proc/14980/task/14992/stat : 14992 (java) S 14978 14978 9984 0 -1 1077944384 6159 0 0 0 41 1 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090943252592 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14993] ppid=14978 vsize=13984976 memory=865840 CPUtime=0 cores=0,2,4,6
/proc/14980/task/14993/stat : 14993 (java) S 14978 14978 9984 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090942200032 140091475367637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
[pid=14980/tid=14994] ppid=14978 vsize=13984976 memory=1728 CPUtime=0.58 cores=0,2,4,6
/proc/14980/task/14994/stat : 14994 (java) S 14978 14978 9984 0 -1 1077944384 912 0 0 0 23 35 0 0 20 0 15 0 115030647 14320615424 233422 33554432000 4194304 4196468 140735673590816 140090941148336 140091475368578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15028224 140735673595031 140735673595207 140735673595207 140735673597903 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 935072 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2513.31
CPU time (s): 2520.02
CPU user time (s): 2519.22
CPU system time (s): 0.798286
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 935072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.22
system time used= 0.798286
maximum resident set size= 934368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74534
involuntary context switches= 2007


# summary of solver processes directly reported to runsolver:
#   pid: 14978
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.22
#   total CPU system time (s): 0.798286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4156 second user time and 21.7589 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-15 19:37:16
IDJOB=4269349
IDBENCH=135675
IDSOLVER=2660
FILE ID=node150/4269349-1502819495
RUNJOBID= node150-1502792191-10015
PBS_JOBID= 20629129
Free space on /tmp= 61644 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.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-4269349-1502819495/watcher-4269349-1502819495 -o /tmp/evaluation-result-4269349-1502819495/solver-4269349-1502819495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502792191-10015 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 388048757 HOME/instance-4269349-1502819495.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=388048757

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24149668 kB
MemAvailable:   29067804 kB
Buffers:          305124 kB
Cached:          4887520 kB
SwapCached:            0 kB
Active:          3662748 kB
Inactive:        4486148 kB
Active(anon):    2959264 kB
Inactive(anon):    25068 kB
Active(file):     703484 kB
Inactive(file):  4461080 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:       3021724 kB
Mapped:            58768 kB
Shmem:             25224 kB
Slab:             165556 kB
SReclaimable:     138816 kB
SUnreclaim:        26740 kB
KernelStack:        3840 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3693700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2891776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61636 MiB
End job on node150 at 2017-08-15 20:19:10