Trace number 4406277

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 2019-09-24SAT (TO)168 2520.02 2512.71

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406277-1569411154.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406277-1569411154.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.04/0.54	c solve instance...
1.34/0.65	o 187 
2.27/0.91	o 184 
3.50/1.34	o 182 
3.50/1.34	o 181 
3.50/1.37	o 180 
4.08/1.78	o 179 
7.72/3.72	o 177 
8.05/3.90	o 173 
8.05/3.90	o 172 
9.71/5.41	o 171 
223.00/218.39	o 170 
223.29/218.65	o 168 
2520.00/2512.70	s SATISFIABLE
2520.00/2512.70	v <instantiation>
2520.00/2512.70	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] </list>
2520.00/2512.70	v 	<values>34 31 26 27 5 1 2 3 6 8 9 7 4 12 18 17 23 22 16 15 14 19 20 21 24 29 30 28 13 0 10 11 25 33 32 1 6 2 27 2 3 6 1 2 2 2 1 8 5 1 4 1 4 2 1 6 1 3 1 9 2 11 15 7 4 4 10 9 1 4 </values>
2520.00/2512.70	v </instantiation>
2520.00/2512.70	c Unexpected resolution interruption!

Verifier Data

OK	168

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406277-1569411154/watcher-4406277-1569411154 -o /tmp/evaluation-result-4406277-1569411154/solver-4406277-1569411154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569407845-31187 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 718747787 HOME/instance-4406277-1569411154.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=31860, runsolver pid=31857
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.78 1.77 1.81 4/230 31876
/proc/meminfo: memFree=24958232/32770624 swapFree=66956600/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15144776 memory=29620 CPUtime=0.13 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 5856 0 0 0 12 1 0 0 20 0 15 0 517386671 15508250624 7405 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3786194 7405 3183 1 0 3748377 0
[pid=31862/tid=31863] ppid=31860 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 3727 0 0 0 8 1 0 0 20 0 15 0 517386671 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678718489392 140678714264982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517386673 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517386674 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678181414176 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517386674 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678180361840 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0.02 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) R 31860 31860 31155 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 517386676 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386677 15508250624 7405 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31068 KiB

[startup+0.21087 s]*
/proc/loadavg: 1.78 1.77 1.81 4/230 31876
/proc/meminfo: memFree=24945872/32770624 swapFree=66956600/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15144776 memory=40988 CPUtime=0.34 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 9473 0 0 0 31 3 0 0 20 0 15 0 517386671 15508250624 10247 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3786194 10247 3311 1 0 3748377 0
[pid=31862/tid=31863] ppid=31860 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 6645 0 0 0 18 2 0 0 20 0 15 0 517386671 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678718488032 140678714264982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15144776 memory=2964504 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15144776 memory=3977161593084507808 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517386672 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517386673 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517386674 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678181414176 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517386674 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678180361840 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 517386676 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 517386676 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15144776 memory=139867474163328 CPUtime=0.08 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) R 31860 31860 31155 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 15 0 517386676 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678176151920 140678698333534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386677 15508250624 10247 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42436 KiB

[startup+0.310705 s]*
/proc/loadavg: 1.78 1.77 1.81 4/230 31876
/proc/meminfo: memFree=24938700/32770624 swapFree=66956600/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15149032 memory=50512 CPUtime=0.53 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 10957 0 0 0 49 4 0 0 20 0 15 0 517386671 15512608768 12628 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3787258 12628 3364 1 0 3748377 0
[pid=31862/tid=31863] ppid=31860 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 7859 0 0 0 27 3 0 0 20 0 15 0 517386671 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678718486136 140678714274973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517386672 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517386673 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517386674 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678181414176 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517386674 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678180361840 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 419 0 0 0 4 0 0 0 20 0 15 0 517386676 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 488 0 0 0 4 0 0 0 20 0 15 0 517386676 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 886 0 0 0 12 0 0 0 20 0 15 0 517386676 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386677 15512608768 12628 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51960 KiB

[startup+0.700807 s]
/proc/loadavg: 1.78 1.77 1.81 5/230 31876
/proc/meminfo: memFree=24880736/32770624 swapFree=66956600/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15151156 memory=75336 CPUtime=1.64 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 14629 0 0 0 159 5 0 0 20 0 15 0 517386671 15514783744 18834 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3787789 18834 3456 1 0 3748889 0
[pid=31862/tid=31863] ppid=31860 vsize=15151156 memory=53896 CPUtime=0.67 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 8604 0 0 0 63 4 0 0 20 0 15 0 517386671 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678718488928 140678318523485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15151156 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15151156 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386672 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517386672 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15151156 memory=976 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517386673 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15151156 memory=772 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678181414176 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678180361840 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15151156 memory=1548 CPUtime=0.32 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) R 31860 31860 31155 0 -1 4202560 1579 0 0 0 32 0 0 0 20 0 15 0 517386676 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678178243792 140678693946143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15151156 memory=1056 CPUtime=0.31 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) R 31860 31860 31155 0 -1 4202560 1402 0 0 0 31 0 0 0 20 0 15 0 517386676 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678177191568 140678694953650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15151156 memory=744 CPUtime=0.33 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 1738 0 0 0 33 0 0 0 20 0 15 0 517386676 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15151156 memory=8444 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15151156 memory=6184 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517386677 15514783744 18834 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 76784 KiB

[startup+1.50079 s]
/proc/loadavg: 1.78 1.77 1.81 6/230 31876
/proc/meminfo: memFree=24852276/32770624 swapFree=66956600/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0

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

[pid=31862/tid=31868] ppid=31860 vsize=15151156 memory=205188 CPUtime=0.58 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 4854 0 0 0 53 5 0 0 20 0 15 0 517386673 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678181414240 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15151156 memory=203128 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678180361856 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15151156 memory=205188 CPUtime=2.13 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 12834 0 0 0 212 1 0 0 20 0 15 0 517386676 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15151156 memory=1448 CPUtime=2.08 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 12241 0 0 0 207 1 0 0 20 0 15 0 517386676 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.54 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 7186 0 0 0 52 2 0 0 20 0 15 0 517386676 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.5 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1063 0 0 0 22 28 0 0 20 0 15 0 517386677 15514783744 51297 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 2449.55 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 206636 KiB

[startup+2502.31 s]
/proc/loadavg: 1.91 1.81 1.83 3/230 32206
/proc/meminfo: memFree=25173528/32770624 swapFree=66956604/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15151156 memory=205136 CPUtime=2509.6 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 71766 0 0 0 250904 56 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3787789 51284 3514 1 0 3748889 0
[pid=31862/tid=31863] ppid=31860 vsize=15151156 memory=205136 CPUtime=2500.77 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 18798 0 0 0 250070 7 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678718492288 140678319810598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.71 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 3176 0 0 0 65 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.73 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1992 0 0 0 67 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 3433 0 0 0 67 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 4769 0 0 0 67 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.59 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 4860 0 0 0 54 5 0 0 20 0 15 0 517386673 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678181414240 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678180361856 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15151156 memory=1448 CPUtime=2.13 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 12834 0 0 0 212 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15151156 memory=1448 CPUtime=2.08 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 12241 0 0 0 207 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.54 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 7186 0 0 0 52 2 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15151156 memory=1124 CPUtime=0.52 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1067 0 0 0 23 29 0 0 20 0 15 0 517386677 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 2509.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 206584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.7 s]
/proc/loadavg: 1.92 1.82 1.83 3/230 32207
/proc/meminfo: memFree=25173404/32770624 swapFree=66956604/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15151156 memory=205136 CPUtime=2520 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 71776 0 0 0 251944 56 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3787789 51284 3514 1 0 3748889 0
[pid=31862/tid=31863] ppid=31860 vsize=15151156 memory=205136 CPUtime=2511.16 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 18801 0 0 0 251109 7 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678718492736 140678318833322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 3176 0 0 0 66 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.73 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1992 0 0 0 67 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 3433 0 0 0 67 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.73 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 4775 0 0 0 68 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.59 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 4861 0 0 0 54 5 0 0 20 0 15 0 517386673 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678181414240 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678180361856 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15151156 memory=205136 CPUtime=2.13 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 12834 0 0 0 212 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15151156 memory=1448 CPUtime=2.08 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 12241 0 0 0 207 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.54 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 7186 0 0 0 52 2 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.52 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1067 0 0 0 23 29 0 0 20 0 15 0 517386677 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 206584 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2512.71 s]
# the end of solver process 31860 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.45 s, system=0.569249 s

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

[startup+2512.7 s]
/proc/loadavg: 1.92 1.82 1.83 3/230 32207
/proc/meminfo: memFree=25173404/32770624 swapFree=66956604/67108860
[pid=31860] ppid=31857 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31860/stat : 31860 (xcsp3-exec) S 31857 31860 31155 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517386671 115843072 362 33554432000 4194304 5098028 140721857086496 140721857084600 140345455723132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11546624 140721857094523 140721857094765 140721857094765 140721857097674 0
/proc/31860/statm: 28282 362 304 221 0 87 0
[pid=31862] ppid=31860 vsize=15151156 memory=205136 CPUtime=2520 cores=1,3,5,7
/proc/31862/stat : 31862 (java) S 31860 31860 31155 0 -1 1077944320 71776 0 0 0 251944 56 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140722570245840 140678714253047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
/proc/31862/statm: 3787789 51284 3514 1 0 3748889 0
[pid=31862/tid=31863] ppid=31860 vsize=15151156 memory=205136 CPUtime=2511.16 cores=1,3,5,7
/proc/31862/task/31863/stat : 31863 (java) R 31860 31860 31155 0 -1 4202560 18801 0 0 0 251109 7 0 0 20 0 15 0 517386671 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678718492736 140678318833322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31864] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31864/stat : 31864 (java) S 31860 31860 31155 0 -1 1077944384 3176 0 0 0 66 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678642293136 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31865] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.73 cores=1,3,5,7
/proc/31862/task/31865/stat : 31865 (java) S 31860 31860 31155 0 -1 1077944384 1992 0 0 0 67 6 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678641240336 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31866] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.72 cores=1,3,5,7
/proc/31862/task/31866/stat : 31866 (java) S 31860 31860 31155 0 -1 1077944384 3433 0 0 0 67 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678640188048 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31867] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.73 cores=1,3,5,7
/proc/31862/task/31867/stat : 31867 (java) S 31860 31860 31155 0 -1 1077944384 4775 0 0 0 68 5 0 0 20 0 15 0 517386672 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678639135248 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31868] ppid=31860 vsize=15151156 memory=1448 CPUtime=0.59 cores=1,3,5,7
/proc/31862/task/31868/stat : 31868 (java) S 31860 31860 31155 0 -1 1077944384 4861 0 0 0 54 5 0 0 20 0 15 0 517386673 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678182468208 140678714264194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31869] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31869/stat : 31869 (java) S 31860 31860 31155 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678181414240 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31870] ppid=31860 vsize=15151156 memory=205136 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31870/stat : 31870 (java) S 31860 31860 31155 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 517386674 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678180361856 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31871] ppid=31860 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31871/stat : 31871 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678179310160 140678714271643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31872] ppid=31860 vsize=15151156 memory=205136 CPUtime=2.13 cores=1,3,5,7
/proc/31862/task/31872/stat : 31872 (java) S 31860 31860 31155 0 -1 1077944384 12834 0 0 0 212 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678178257008 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31873] ppid=31860 vsize=15151156 memory=1448 CPUtime=2.08 cores=1,3,5,7
/proc/31862/task/31873/stat : 31873 (java) S 31860 31860 31155 0 -1 1077944384 12241 0 0 0 207 1 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678177204208 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31874] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.54 cores=1,3,5,7
/proc/31862/task/31874/stat : 31874 (java) S 31860 31860 31155 0 -1 1077944384 7186 0 0 0 52 2 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678176151920 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31875] ppid=31860 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31862/task/31875/stat : 31875 (java) S 31860 31860 31155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517386676 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678175099360 140678714263253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
[pid=31862/tid=31876] ppid=31860 vsize=15151156 memory=205136 CPUtime=0.52 cores=1,3,5,7
/proc/31862/task/31876/stat : 31876 (java) S 31860 31860 31155 0 -1 1077944384 1067 0 0 0 23 29 0 0 20 0 15 0 517386677 15514783744 51284 33554432000 4194304 4196468 140722570263296 140678174047152 140678714264194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8482816 140722570269679 140722570269850 140722570269850 140722570272719 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 206584 KiB

Child status: 143
Real time (s): 2512.71
CPU time (s): 2520.02
CPU user time (s): 2519.45
CPU system time (s): 0.569249
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 230740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.45
system time used= 0.569249
maximum resident set size= 233308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70381
involuntary context switches= 1311


# summary of solver processes directly reported to runsolver:
#   pid: 31860
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.45
#   total CPU system time (s): 0.569249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9364 second user time and 23.2549 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-25 13:31:53
IDJOB=4406277
IDBENCH=135871
IDSOLVER=2869
FILE ID=node151/4406277-1569411154
RUNJOBID= node151-1569407845-31187
PBS_JOBID= 21705705
Free space on /tmp= 12388 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406277-1569411154/watcher-4406277-1569411154 -o /tmp/evaluation-result-4406277-1569411154/solver-4406277-1569411154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569407845-31187 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 718747787 HOME/instance-4406277-1569411154.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=718747787

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	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24975756 kB
MemAvailable:   31175400 kB
Buffers:           88796 kB
Cached:          6299068 kB
SwapCached:        50644 kB
Active:          3321800 kB
Inactive:        3745212 kB
Active(anon):     628188 kB
Inactive(anon):   105776 kB
Active(file):    2693612 kB
Inactive(file):  3639436 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66956600 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        663816 kB
Mapped:            68796 kB
Shmem:             46064 kB
Slab:             323692 kB
SReclaimable:     295056 kB
SUnreclaim:        28636 kB
KernelStack:        4016 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1361572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12360 MiB
End job on node151 at 2019-09-25 14:13:46