Trace number 4302104

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)SAT (TO)121 252.055 247.315

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark252.104
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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-4302104-1532888518.xml"  -tl '252s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4302104-1532888518.xml, -tl, 252s, -p, 1]
0.11/0.21	c simple solver
0.34/0.28	c parse instance...
1.05/0.52	c solve instance...
1.37/0.61	o 190 
1.37/0.62	o 189 
1.99/0.83	o 160 
1.99/0.83	o 158 
1.99/0.83	o 152 
1.99/0.84	o 143 
1.99/0.85	o 137 
1.99/0.87	o 135 
6.74/3.48	o 131 
6.74/3.49	o 125 
6.86/3.55	o 123 
221.28/216.62	o 122 
223.18/218.54	o 121 
252.03/247.30	s SATISFIABLE
252.03/247.30	v <instantiation>
252.03/247.30	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] 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] </list>
252.03/247.30	v 	<values>10 19 17 18 20 21 23 24 14 16 22 15 13 9 12 11 6 4 8 7 3 2 0 5 1 9 1 1 3 4 2 3 11 6 8 7 5 6 4 4 9 4 5 1 4 1 2 6 4 11 </values>
252.03/247.30	v </instantiation>
252.03/247.30	c Unexpected resolution interruption!

Verifier Data

OK	121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302104-1532888518/watcher-4302104-1532888518 -o /tmp/evaluation-result-4302104-1532888518/solver-4302104-1532888518 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6427 --watchdog 312 HOME/xcsp3-exec -seed 2089284722 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302104-1532888518.xml 

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

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


[startup+0.100176 s]*
/proc/loadavg: 1.96 1.95 1.87 3/218 15574
/proc/meminfo: memFree=23712080/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14082940 memory=28548 CPUtime=0.11 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 5561 0 0 0 10 1 0 0 20 0 15 0 106415020 14420930560 7137 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3520735 7137 2996 1 0 3483012 0
[pid=15560/tid=15561] ppid=15558 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 3577 0 0 0 8 1 0 0 20 0 15 0 106415020 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919957176800 139919952956822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106415022 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106415023 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106415023 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0.01 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) R 15558 15558 6396 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 106415025 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919420770928 139919934182448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415026 14420930560 7137 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30000 KiB

[startup+0.210776 s]*
/proc/loadavg: 1.96 1.95 1.87 4/218 15574
/proc/meminfo: memFree=23700032/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14082940 memory=41176 CPUtime=0.34 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 8350 0 0 0 31 3 0 0 20 0 15 0 106415020 14420930560 10294 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3520735 10294 3218 1 0 3483012 0
[pid=15560/tid=15561] ppid=15558 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 5445 0 0 0 18 2 0 0 20 0 15 0 106415020 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919957179872 139919952966813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14082940 memory=12591 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14082940 memory=139818516774695 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106415021 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106415022 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106415023 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106415023 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 106415025 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 106415025 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14082940 memory=139818516280960 CPUtime=0.07 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 15 0 106415025 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415026 14420930560 10358 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42628 KiB

[startup+0.314601 s]*
/proc/loadavg: 1.96 1.95 1.87 4/218 15574
/proc/meminfo: memFree=23693580/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14087196 memory=48648 CPUtime=0.53 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 9280 0 0 0 50 3 0 0 20 0 15 0 106415020 14425288704 12162 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3521799 12162 3273 1 0 3483012 0
[pid=15560/tid=15561] ppid=15558 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 6195 0 0 0 27 2 0 0 20 0 15 0 106415020 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919957181664 139919932483968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106415021 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106415022 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106415023 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106415023 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 473 0 0 0 4 0 0 0 20 0 15 0 106415025 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 486 0 0 0 5 0 0 0 20 0 15 0 106415025 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 15 0 106415025 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415026 14425288704 12162 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 50100 KiB

[startup+0.700732 s]
/proc/loadavg: 1.96 1.95 1.87 6/218 15574
/proc/meminfo: memFree=23679408/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14089320 memory=69464 CPUtime=1.67 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 12556 0 0 0 163 4 0 0 20 0 15 0 106415020 14427463680 17366 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3522330 17366 3366 1 0 3483524 0
[pid=15560/tid=15561] ppid=15558 vsize=14089320 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 6966 0 0 0 64 3 0 0 20 0 15 0 106415020 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919957182992 139919585648428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14089320 memory=30272 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415021 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14089320 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106415021 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14089320 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106415022 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14089320 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14089320 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14089320 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14089320 memory=5408 CPUtime=0.31 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) R 15558 15558 6396 0 -1 4202560 1493 0 0 0 31 0 0 0 20 0 15 0 106415025 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919422862408 139919934488982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14089320 memory=1008 CPUtime=0.35 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) R 15558 15558 6396 0 -1 4202560 1196 0 0 0 35 0 0 0 20 0 15 0 106415025 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919421809752 139919930692215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14089320 memory=9992 CPUtime=0.31 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) R 15558 15558 6396 0 -1 1077944384 1593 0 0 0 31 0 0 0 20 0 15 0 106415025 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14089320 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14089320 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106415026 14427463680 17366 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 70916 KiB

[startup+1.5008 s]
/proc/loadavg: 1.96 1.95 1.87 5/218 15574
/proc/meminfo: memFree=23661736/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0

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

/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14089320 memory=1452 CPUtime=2.2 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 13543 0 0 0 219 1 0 0 20 0 15 0 106415025 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14089320 memory=191520 CPUtime=2.15 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 16185 0 0 0 213 2 0 0 20 0 15 0 106415025 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14089320 memory=191520 CPUtime=0.47 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 7002 0 0 0 47 0 0 0 20 0 15 0 106415025 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14089320 memory=191520 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 425 0 0 0 2 2 0 0 20 0 15 0 106415026 14427463680 47880 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 166.95 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 192972 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.91 1.87 3/217 15738
/proc/meminfo: memFree=23557408/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14089320 memory=177188 CPUtime=227.01 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 58280 0 0 0 22686 15 0 0 20 0 15 0 106415020 14427463680 44297 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3522330 44297 3418 1 0 3483524 0
[pid=15560/tid=15561] ppid=15558 vsize=14089320 memory=177188 CPUtime=221.9 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 12384 0 0 0 22185 5 0 0 20 0 15 0 106415020 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919957184400 139919586729403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14089320 memory=179212 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1091 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14089320 memory=179236 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 632 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 1730 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14089320 memory=177188 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 1427 0 0 0 2 0 0 0 20 0 15 0 106415022 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14089320 memory=33 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14089320 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14089320 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14089320 memory=1452 CPUtime=2.21 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 13727 0 0 0 220 1 0 0 20 0 15 0 106415025 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14089320 memory=177184 CPUtime=2.17 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 16844 0 0 0 215 2 0 0 20 0 15 0 106415025 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14089320 memory=177184 CPUtime=0.47 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 7988 0 0 0 47 0 0 0 20 0 15 0 106415025 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.06 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 463 0 0 0 3 3 0 0 20 0 15 0 106415026 14427463680 44297 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 227.01 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 178640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.301 s]
/proc/loadavg: 1.73 1.88 1.86 3/217 15738
/proc/meminfo: memFree=23577924/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14089320 memory=172064 CPUtime=252.03 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 58601 0 0 0 25188 15 0 0 20 0 15 0 106415020 14427463680 43016 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3522330 43016 3418 1 0 3483524 0
[pid=15560/tid=15561] ppid=15558 vsize=14089320 memory=172064 CPUtime=246.89 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 12394 0 0 0 24684 5 0 0 20 0 15 0 106415020 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919957184416 139919587020670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1091 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 627 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 1734 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.03 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 1429 0 0 0 3 0 0 0 20 0 15 0 106415022 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14089320 memory=172064 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14089320 memory=172064 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14089320 memory=0 CPUtime=2.22 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 14026 0 0 0 221 1 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14089320 memory=1728 CPUtime=2.17 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 16844 0 0 0 215 2 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14089320 memory=1704 CPUtime=0.47 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 7988 0 0 0 47 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14089320 memory=4128 CPUtime=0.06 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 466 0 0 0 3 3 0 0 20 0 15 0 106415026 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 173516 KiB

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

[startup+247.31 s]
# the end of solver process 15558 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001114 s, system=0.001114 s

[startup+247.315 s]
# the end of solver process 15560 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.895 s, system=0.160183 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+247.301 s]
/proc/loadavg: 1.73 1.88 1.86 3/217 15738
/proc/meminfo: memFree=23577924/32770624 swapFree=67108860/67108860
[pid=15558] ppid=15555 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15558/stat : 15558 (xcsp3-exec) S 15555 15558 6396 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106415019 115843072 363 33554432000 4194304 5098028 140727425695248 140727425693352 140147926475388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33157120 140727425700928 140727425701129 140727425701129 140727425703882 0
/proc/15558/statm: 28282 363 305 221 0 87 0
[pid=15560] ppid=15558 vsize=14089320 memory=172064 CPUtime=252.03 cores=0,2,4,6
/proc/15560/stat : 15560 (java) S 15558 15558 6396 0 -1 1077944320 58601 0 0 0 25188 15 0 0 20 0 15 0 106415020 14427463680 43016 33554432000 4194304 4196468 140726006968960 140726006951504 139919952944887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
/proc/15560/statm: 3522330 43016 3418 1 0 3483524 0
[pid=15560/tid=15561] ppid=15558 vsize=14089320 memory=172064 CPUtime=246.89 cores=0,2,4,6
/proc/15560/task/15561/stat : 15561 (java) R 15558 15558 6396 0 -1 4202560 12394 0 0 0 24684 5 0 0 20 0 15 0 106415020 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919957184416 139919587020670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15562] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15562/stat : 15562 (java) S 15558 15558 6396 0 -1 1077944384 1091 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919905565840 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15563] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15563/stat : 15563 (java) S 15558 15558 6396 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919904513040 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15564] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15564/stat : 15564 (java) S 15558 15558 6396 0 -1 1077944384 627 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919903460240 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15565] ppid=15558 vsize=14089320 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/15560/task/15565/stat : 15565 (java) S 15558 15558 6396 0 -1 1077944384 1734 0 0 0 2 0 0 0 20 0 15 0 106415021 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919902407440 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15566] ppid=15558 vsize=14089320 memory=172064 CPUtime=0.03 cores=0,2,4,6
/proc/15560/task/15566/stat : 15566 (java) S 15558 15558 6396 0 -1 1077944384 1429 0 0 0 3 0 0 0 20 0 15 0 106415022 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919427086704 139919952956034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15567] ppid=15558 vsize=14089320 memory=172064 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15567/stat : 15567 (java) S 15558 15558 6396 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919426032672 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15568] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15568/stat : 15568 (java) S 15558 15558 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 106415023 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919424979824 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15569] ppid=15558 vsize=14089320 memory=172064 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15569/stat : 15569 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919423928144 139919952963483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15570] ppid=15558 vsize=14089320 memory=0 CPUtime=2.22 cores=0,2,4,6
/proc/15560/task/15570/stat : 15570 (java) S 15558 15558 6396 0 -1 1077944384 14026 0 0 0 221 1 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919422876528 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15571] ppid=15558 vsize=14089320 memory=1728 CPUtime=2.17 cores=0,2,4,6
/proc/15560/task/15571/stat : 15571 (java) S 15558 15558 6396 0 -1 1077944384 16844 0 0 0 215 2 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919421823728 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15572] ppid=15558 vsize=14089320 memory=1704 CPUtime=0.47 cores=0,2,4,6
/proc/15560/task/15572/stat : 15572 (java) S 15558 15558 6396 0 -1 1077944384 7988 0 0 0 47 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919420770928 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15573] ppid=15558 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15560/task/15573/stat : 15573 (java) S 15558 15558 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106415025 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919419718368 139919952955093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
[pid=15560/tid=15574] ppid=15558 vsize=14089320 memory=4128 CPUtime=0.06 cores=0,2,4,6
/proc/15560/task/15574/stat : 15574 (java) S 15558 15558 6396 0 -1 1077944384 466 0 0 0 3 3 0 0 20 0 15 0 106415026 14427463680 43016 33554432000 4194304 4196468 140726006968960 139919418665648 139919952956034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 37826560 140726006977676 140726006977846 140726006977846 140726006980559 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 173516 KiB

Child status: 143
Real time (s): 247.315
CPU time (s): 252.055
CPU user time (s): 251.895
CPU system time (s): 0.160183
CPU usage (%): 101.917
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 211888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.895
system time used= 0.160183
maximum resident set size= 213000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8227
involuntary context switches= 310


# summary of solver processes directly reported to runsolver:
#   pid: 15558,15560
#   total CPU time (s): 252.055
#   total CPU user time (s): 251.895
#   total CPU system time (s): 0.160183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3411 second user time and 2.39385 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 20:21:58
IDJOB=4302104
IDBENCH=141622
IDSOLVER=2772
FILE ID=node139/4302104-1532888518
RUNJOBID= node139-1532878307-6427
PBS_JOBID= 21022510
Free space on /tmp= 45028 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302104-1532888518/watcher-4302104-1532888518 -o /tmp/evaluation-result-4302104-1532888518/solver-4302104-1532888518 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6427 --watchdog 312  HOME/xcsp3-exec -seed 2089284722 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302104-1532888518.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=2089284722

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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:        23729496 kB
MemAvailable:   31747112 kB
Buffers:          251464 kB
Cached:          7879972 kB
SwapCached:            0 kB
Active:          3225468 kB
Inactive:        5143712 kB
Active(anon):     191956 kB
Inactive(anon):    73544 kB
Active(file):    3033512 kB
Inactive(file):  5070168 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21948 kB
Writeback:             0 kB
AnonPages:        266568 kB
Mapped:            57752 kB
Shmem:             25228 kB
Slab:             371828 kB
SReclaimable:     342396 kB
SUnreclaim:        29432 kB
KernelStack:        3824 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1265492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45004 MiB
End job on node139 at 2018-07-29 20:26:06