Trace number 4283564

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)104 2520.04 2466.3101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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-4283564-1503218745.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283564-1503218745.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
0.76/0.45	c solve instance...
1.05/0.53	o 128 
1.05/0.59	o 126 
2.02/0.81	o 124 
2.33/1.00	o 121 
2.67/1.10	o 115 
11.14/5.39	o 114 
11.24/5.46	o 112 
13.86/7.76	o 109 
26.23/19.57	o 108 
64.70/57.47	o 104 
2520.02/2466.30	s SATISFIABLE
2520.02/2466.30	v <instantiation>
2520.02/2466.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] 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] </list>
2520.02/2466.30	v 	<values>13 9 10 7 8 4 0 3 2 1 5 6 12 11 14 14 10 6 4 4 5 4 6 2 7 1 15 12 10 4 </values>
2520.02/2466.30	v </instantiation>
2520.02/2466.30	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283564-1503218745/watcher-4283564-1503218745 -o /tmp/evaluation-result-4283564-1503218745/solver-4283564-1503218745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1419717305 HOME/instance-4283564-1503218745.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 1.95 1.96 1.95 4/217 19143
/proc/meminfo: memFree=21524260/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13978596 memory=28652 CPUtime=0.12 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 5538 0 0 0 11 1 0 0 20 0 15 0 154955237 14314082304 7163 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3494649 7163 2861 1 0 3482966 0
[pid=19129/tid=19130] ppid=19127 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 3533 0 0 0 8 0 0 0 20 0 15 0 154955237 14314082304 7163 33554432000 4194304 4196468 140729123066832 139764297482112 139764275746952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14314082304 7163 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13978596 memory=140037976946304 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14314082304 7163 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14314082304 7163 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955238 14314082304 7163 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13978596 memory=140037976946304 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955239 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154955240 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154955240 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 154955242 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154955242 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13978596 memory=140037976946304 CPUtime=0.01 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) R 19127 19127 12810 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 154955242 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763760323056 139764293262742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13978596 memory=140037976946304 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955243 14314082304 7163 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30036 KiB

[startup+0.210673 s]*
/proc/loadavg: 1.95 1.96 1.95 3/217 19143
/proc/meminfo: memFree=21513668/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13982884 memory=40168 CPUtime=0.34 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 8091 0 0 0 32 2 0 0 20 0 15 0 154955237 14318473216 10042 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3495721 10042 3072 1 0 3482974 0
[pid=19129/tid=19130] ppid=19127 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) D 19127 19127 12810 0 -1 1077944384 5310 0 0 0 18 1 0 0 20 0 15 0 154955237 14318440448 10042 33554432000 4194304 4196468 140729123066832 139764297461600 139764285930029 0 4 0 16800975 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13982852 memory=2907 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318440448 10042 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13982852 memory=288370414128658048 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318440448 10042 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318440448 10042 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955238 14318473216 10042 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13982852 memory=140037976946304 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955239 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154955240 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154955240 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 400 0 0 0 2 0 0 0 20 0 15 0 154955242 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 154955242 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13982884 memory=140037976946304 CPUtime=0.08 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 713 0 0 0 8 0 0 0 20 0 15 0 154955242 14318473216 10042 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14318473216 10042 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955243 14318440448 10042 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41552 KiB

[startup+0.311892 s]*
/proc/loadavg: 1.95 1.96 1.95 3/217 19143
/proc/meminfo: memFree=21506596/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13982928 memory=47676 CPUtime=0.5 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 9060 0 0 0 47 3 0 0 20 0 15 0 154955237 14318518272 11919 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3495732 11919 3112 1 0 3482966 0
[pid=19129/tid=19130] ppid=19127 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 6086 0 0 0 27 2 0 0 20 0 15 0 154955237 14318518272 11919 33554432000 4194304 4196468 140729123066832 139764297484544 139764293262742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13982928 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318518272 11919 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318518272 11919 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14318518272 11919 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955238 14318518272 11919 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955239 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154955240 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154955240 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13982928 memory=8331535677343896411 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13982928 memory=8508281356422055839 CPUtime=0.03 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 495 0 0 0 3 0 0 0 20 0 15 0 154955242 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 379 0 0 0 4 0 0 0 20 0 15 0 154955242 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) R 19127 19127 12810 0 -1 4202560 796 0 0 0 11 0 0 0 20 0 15 0 154955242 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763760323056 139764293262742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955243 14318518272 11919 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49060 KiB

[startup+0.700978 s]
/proc/loadavg: 1.95 1.96 1.95 6/217 19143
/proc/meminfo: memFree=21492888/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13984976 memory=72016 CPUtime=1.7 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 13202 0 0 0 166 4 0 0 20 0 15 0 154955237 14320615424 18004 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3496244 18004 3215 1 0 3483478 0
[pid=19129/tid=19130] ppid=19127 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 6698 0 0 0 64 3 0 0 20 0 15 0 154955237 14320615424 18004 33554432000 4194304 4196468 140729123066832 139764297487552 139764293262742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14320615424 18004 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14320615424 18004 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13984976 memory=43104 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955238 14320615424 18004 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154955238 14320615424 18004 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154955239 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13984976 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13984976 memory=1224 CPUtime=0.33 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) R 19127 19127 12810 0 -1 4202560 1579 0 0 0 33 0 0 0 20 0 15 0 154955242 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763762408568 139764285487934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13984976 memory=5784 CPUtime=0.31 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) R 19127 19127 12810 0 -1 4202560 1780 0 0 0 31 0 0 0 20 0 15 0 154955242 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763761362136 139764274796325 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13984976 memory=1720 CPUtime=0.36 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 1838 0 0 0 36 0 0 0 20 0 15 0 154955242 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 18004 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 73400 KiB

[startup+1.50086 s]
/proc/loadavg: 1.95 1.96 1.95 5/217 19143
/proc/meminfo: memFree=21468824/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0

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

/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13984976 memory=210108 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13984976 memory=210108 CPUtime=3.47 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 16118 0 0 0 346 1 0 0 20 0 15 0 154955242 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13984976 memory=1384 CPUtime=3.33 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 15356 0 0 0 332 1 0 0 20 0 15 0 154955242 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13984976 memory=227144 CPUtime=0.67 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 10402 0 0 0 65 2 0 0 20 0 15 0 154955242 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13984976 memory=4144 CPUtime=0.78 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 663 0 0 0 34 44 0 0 20 0 15 0 154955243 14320615424 56786 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 2434.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 228528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.38 1.42 3/217 19314
/proc/meminfo: memFree=23534032/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13984976 memory=210736 CPUtime=2495.58 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 140926 0 0 0 249382 176 0 0 20 0 15 0 154955237 14320615424 52684 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3496244 52684 3283 1 0 3483478 0
[pid=19129/tid=19130] ppid=19127 vsize=13984976 memory=1384 CPUtime=2423.64 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 32677 0 0 0 242352 12 0 0 20 0 15 0 154955237 14320615424 52684 33554432000 4194304 4196468 140729123066832 139764297490656 139763895066923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13984976 memory=211248 CPUtime=15.29 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 12426 0 0 0 1503 26 0 0 20 0 15 0 154955238 14320615424 52684 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13984976 memory=213812 CPUtime=15.27 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 12820 0 0 0 1501 26 0 0 20 0 15 0 154955238 14320615424 52684 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13984976 memory=213812 CPUtime=15.31 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 12057 0 0 0 1504 27 0 0 20 0 15 0 154955238 14320615424 52684 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13984976 memory=211248 CPUtime=15.3 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 10819 0 0 0 1505 25 0 0 20 0 15 0 154955238 14320615424 52684 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13984976 memory=1384 CPUtime=2.38 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 16233 0 0 0 216 22 0 0 20 0 15 0 154955239 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13984976 memory=210736 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13984976 memory=211248 CPUtime=3.47 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 16118 0 0 0 346 1 0 0 20 0 15 0 154955242 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13984976 memory=208756 CPUtime=3.33 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 15356 0 0 0 332 1 0 0 20 0 15 0 154955242 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13984976 memory=1384 CPUtime=0.67 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 10403 0 0 0 65 2 0 0 20 0 15 0 154955242 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13984976 memory=1384 CPUtime=0.8 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 667 0 0 0 35 45 0 0 20 0 15 0 154955243 14320615424 52684 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 2495.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 212120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.3 s]
/proc/loadavg: 1.44 1.40 1.43 3/217 19314
/proc/meminfo: memFree=23536684/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13984976 memory=205464 CPUtime=2520.02 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 141021 0 0 0 251826 176 0 0 20 0 15 0 154955237 14320615424 51366 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3496244 51366 3283 1 0 3483478 0
[pid=19129/tid=19130] ppid=19127 vsize=13984976 memory=1384 CPUtime=2447.45 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 32749 0 0 0 244733 12 0 0 20 0 15 0 154955237 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764297490608 139763894102866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.44 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 12427 0 0 0 1518 26 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13984976 memory=1384 CPUtime=15.42 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 12825 0 0 0 1516 26 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.46 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 12057 0 0 0 1519 27 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.45 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 10819 0 0 0 1520 25 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13984976 memory=205464 CPUtime=2.41 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 16240 0 0 0 219 22 0 0 20 0 15 0 154955239 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13984976 memory=205464 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13984976 memory=205464 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13984976 memory=1384 CPUtime=3.47 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 16120 0 0 0 346 1 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13984976 memory=1384 CPUtime=3.33 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 15358 0 0 0 332 1 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13984976 memory=1224 CPUtime=0.67 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 10405 0 0 0 65 2 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13984976 memory=1384 CPUtime=0.8 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 671 0 0 0 35 45 0 0 20 0 15 0 154955243 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 206848 KiB

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

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

[startup+2466.31 s]
# the end of solver process 19129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.27 s, system=1.77416 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+2466.3 s]
/proc/loadavg: 1.44 1.40 1.43 3/217 19314
/proc/meminfo: memFree=23536684/32770624 swapFree=67108860/67108860
[pid=19127] ppid=19124 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19127/stat : 19127 (xcsp3-exec) S 19124 19127 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154955236 9740288 346 33554432000 4194304 5098028 140726621265152 140726621263256 139922049340028 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 34009088 140726621271150 140726621271355 140726621271355 140726621274091 0
/proc/19127/statm: 2378 346 289 221 0 87 0
[pid=19129] ppid=19127 vsize=13984976 memory=205464 CPUtime=2520.02 cores=1,3,5,7
/proc/19129/stat : 19129 (java) S 19127 19127 12810 0 -1 1077944320 141021 0 0 0 251826 176 0 0 20 0 15 0 154955237 14320615424 51366 33554432000 4194304 4196468 140729123066832 140729123049376 139764293250807 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
/proc/19129/statm: 3496244 51366 3283 1 0 3483478 0
[pid=19129/tid=19130] ppid=19127 vsize=13984976 memory=1384 CPUtime=2447.45 cores=1,3,5,7
/proc/19129/task/19130/stat : 19130 (java) R 19127 19127 12810 0 -1 4202560 32749 0 0 0 244733 12 0 0 20 0 15 0 154955237 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764297490608 139763894102866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19131] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.44 cores=1,3,5,7
/proc/19129/task/19131/stat : 19131 (java) S 19127 19127 12810 0 -1 1077944384 12427 0 0 0 1518 26 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764223339536 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19132] ppid=19127 vsize=13984976 memory=1384 CPUtime=15.42 cores=1,3,5,7
/proc/19129/task/19132/stat : 19132 (java) S 19127 19127 12810 0 -1 1077944384 12825 0 0 0 1516 26 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764222286992 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19133] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.46 cores=1,3,5,7
/proc/19129/task/19133/stat : 19133 (java) S 19127 19127 12810 0 -1 1077944384 12057 0 0 0 1519 27 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764221233936 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19134] ppid=19127 vsize=13984976 memory=205464 CPUtime=15.45 cores=1,3,5,7
/proc/19129/task/19134/stat : 19134 (java) S 19127 19127 12810 0 -1 1077944384 10819 0 0 0 1520 25 0 0 20 0 15 0 154955238 14320615424 51366 33554432000 4194304 4196468 140729123066832 139764220181392 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19135] ppid=19127 vsize=13984976 memory=205464 CPUtime=2.41 cores=1,3,5,7
/proc/19129/task/19135/stat : 19135 (java) S 19127 19127 12810 0 -1 1077944384 16240 0 0 0 219 22 0 0 20 0 15 0 154955239 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763766638832 139764293261954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19136] ppid=19127 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19136/stat : 19136 (java) S 19127 19127 12810 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763765585056 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19137] ppid=19127 vsize=13984976 memory=205464 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19137/stat : 19137 (java) S 19127 19127 12810 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154955240 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763764531952 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19138] ppid=19127 vsize=13984976 memory=205464 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19138/stat : 19138 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763763480528 139764293269403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19139] ppid=19127 vsize=13984976 memory=1384 CPUtime=3.47 cores=1,3,5,7
/proc/19129/task/19139/stat : 19139 (java) S 19127 19127 12810 0 -1 1077944384 16120 0 0 0 346 1 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763762428656 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19140] ppid=19127 vsize=13984976 memory=1384 CPUtime=3.33 cores=1,3,5,7
/proc/19129/task/19140/stat : 19140 (java) S 19127 19127 12810 0 -1 1077944384 15358 0 0 0 332 1 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763761376112 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19141] ppid=19127 vsize=13984976 memory=1224 CPUtime=0.67 cores=1,3,5,7
/proc/19129/task/19141/stat : 19141 (java) S 19127 19127 12810 0 -1 1077944384 10405 0 0 0 65 2 0 0 20 0 15 0 154955242 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763760323056 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19142] ppid=19127 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/19129/task/19142/stat : 19142 (java) S 19127 19127 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154955243 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763759270752 139764293261013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
[pid=19129/tid=19143] ppid=19127 vsize=13984976 memory=1384 CPUtime=0.8 cores=1,3,5,7
/proc/19129/task/19143/stat : 19143 (java) S 19127 19127 12810 0 -1 1077944384 671 0 0 0 35 45 0 0 20 0 15 0 154955243 14320615424 51366 33554432000 4194304 4196468 140729123066832 139763758217776 139764293261954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22261760 140729123071127 140729123071303 140729123071303 140729123073999 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 206848 KiB

Child status: 143
Real time (s): 2466.31
CPU time (s): 2520.04
CPU user time (s): 2518.27
CPU system time (s): 1.77416
CPU usage (%): 102.179
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 480428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.27
system time used= 1.77416
maximum resident set size= 482564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141674
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105077
involuntary context switches= 4254


# summary of solver processes directly reported to runsolver:
#   pid: 19127,19129
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.27
#   total CPU system time (s): 1.77416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.744 second user time and 23.8531 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 10:31:25
IDJOB=4283564
IDBENCH=135732
IDSOLVER=2679
FILE ID=node151/4283564-1503218745
RUNJOBID= node151-1503215430-18833
PBS_JOBID= 20630871
Free space on /tmp= 61672 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.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-4283564-1503218745/watcher-4283564-1503218745 -o /tmp/evaluation-result-4283564-1503218745/solver-4283564-1503218745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1419717305 HOME/instance-4283564-1503218745.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=1419717305

node151.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.95
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.95
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.95
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.95
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:        21541592 kB
MemAvailable:   29370544 kB
Buffers:          329508 kB
Cached:          7788384 kB
SwapCached:            0 kB
Active:          4526184 kB
Inactive:        6239828 kB
Active(anon):    2640296 kB
Inactive(anon):    44324 kB
Active(file):    1885888 kB
Inactive(file):  6195504 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7844 kB
Writeback:             0 kB
AnonPages:       2655940 kB
Mapped:            64368 kB
Shmem:             33416 kB
Slab:             153812 kB
SReclaimable:     126788 kB
SUnreclaim:        27024 kB
KernelStack:        3616 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3404480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2539520 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= 61664 MiB
End job on node151 at 2017-08-20 11:12:31