Trace number 4302101

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)93 252.03 248.313

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark249.846
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4302101-1532888400.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4302101-1532888400.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.71/0.47	c solve instance...
1.01/0.55	o 163 
1.01/0.55	o 154 
1.01/0.55	o 148 
1.01/0.58	o 146 
1.01/0.58	o 131 
1.01/0.60	o 127 
1.33/0.61	o 123 
1.33/0.61	o 121 
1.33/0.61	o 112 
1.33/0.61	o 110 
1.33/0.62	o 107 
1.33/0.62	o 106 
1.33/0.63	o 95 
1.33/0.64	o 93 
252.00/248.30	s SATISFIABLE
252.00/248.30	v <instantiation>
252.00/248.30	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
252.00/248.30	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
252.00/248.30	v </instantiation>
252.00/248.30	c Unexpected resolution interruption!

Verifier Data

OK	93

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

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

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

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
solver pid=15468, runsolver pid=15465
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.94 1.92 1.86 5/217 15484
/proc/meminfo: memFree=23692076/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14082940 memory=28576 CPUtime=0.12 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 5512 0 0 0 11 1 0 0 20 0 15 0 106403154 14420930560 7079 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3520735 7079 2993 1 0 3483012 0
[pid=15470/tid=15471] ppid=15468 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 3518 0 0 0 8 0 0 0 20 0 15 0 106403155 14420930560 7144 33554432000 4194304 4196468 140731437158032 140401187442912 140401165146372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) R 15468 15468 6396 0 -1 4202560 269 0 0 0 1 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400651065712 140401161700961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 7144 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30032 KiB

[startup+0.210597 s]*
/proc/loadavg: 1.94 1.92 1.86 4/217 15484
/proc/meminfo: memFree=23679548/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14082940 memory=41160 CPUtime=0.34 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 8350 0 0 0 31 3 0 0 20 0 15 0 106403154 14420930560 10290 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3520735 10290 3202 1 0 3483012 0
[pid=15470/tid=15471] ppid=15468 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) D 15468 15468 6396 0 -1 1077944384 5442 0 0 0 18 1 0 0 20 0 15 0 106403155 14420930560 10354 33554432000 4194304 4196468 140731437158032 140401187435240 140401175889269 0 4 0 16800975 18446744072101703204 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14082940 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14082940 memory=140453594308391 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106403155 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106403157 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 620 0 0 0 2 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14082940 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14082940 memory=140453593814656 CPUtime=0.08 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403160 14420930560 10354 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42616 KiB

[startup+0.310554 s]*
/proc/loadavg: 1.94 1.92 1.86 4/217 15484
/proc/meminfo: memFree=23673348/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14087196 memory=48116 CPUtime=0.53 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 9232 0 0 0 49 4 0 0 20 0 15 0 106403154 14425288704 12029 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3521799 12029 3269 1 0 3483012 0
[pid=15470/tid=15471] ppid=15468 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 6140 0 0 0 27 2 0 0 20 0 15 0 106403155 14425288704 12029 33554432000 4194304 4196468 140731437158032 140401187442368 140401167291742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106403155 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106403157 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106403157 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106403157 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14087196 memory=4628975386420216973 CPUtime=0.05 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 716 0 0 0 5 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) R 15468 15468 6396 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403160 14425288704 12029 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49572 KiB

[startup+0.700887 s]
/proc/loadavg: 1.94 1.92 1.86 6/217 15484
/proc/meminfo: memFree=23658648/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14089320 memory=67304 CPUtime=1.62 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 12633 0 0 0 156 6 0 0 20 0 15 0 106403154 14427463680 16826 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3522330 16826 3361 1 0 3483524 0
[pid=15470/tid=15471] ppid=15468 vsize=14089320 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 6981 0 0 0 63 3 0 0 20 0 15 0 106403155 14427463680 16826 33554432000 4194304 4196468 140731437158032 140401187445648 140400823516168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14089320 memory=30260 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403155 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14089320 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106403155 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14089320 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14089320 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14089320 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14089320 memory=5408 CPUtime=0.33 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) R 15468 15468 6396 0 -1 4202560 1614 0 0 0 33 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400653163824 140401166622150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14089320 memory=1008 CPUtime=0.29 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) R 15468 15468 6396 0 -1 4202560 1138 0 0 0 29 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400652103464 140401167500257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14089320 memory=9992 CPUtime=0.29 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 1591 0 0 0 29 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 16826 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 68760 KiB

[startup+1.50088 s]
/proc/loadavg: 1.94 1.92 1.86 6/218 15492
/proc/meminfo: memFree=23646092/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0

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

/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14089320 memory=193040 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14089320 memory=1456 CPUtime=1.46 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 8785 0 0 0 145 1 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14089320 memory=1456 CPUtime=1.68 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 8879 0 0 0 167 1 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.41 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 6528 0 0 0 40 1 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14089320 memory=193040 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 729 0 0 0 1 1 0 0 20 0 15 0 106403160 14427463680 48260 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 165.95 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 194496 KiB

[startup+222.301 s]
/proc/loadavg: 1.90 1.95 1.88 3/218 15575
/proc/meminfo: memFree=23544956/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14089320 memory=181792 CPUtime=226 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 44472 0 0 0 22585 15 0 0 20 0 15 0 106403154 14427463680 45448 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3522330 45448 3417 1 0 3483524 0
[pid=15470/tid=15471] ppid=15468 vsize=14089320 memory=181792 CPUtime=222.2 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 12013 0 0 0 22215 5 0 0 20 0 15 0 106403155 14427463680 45448 33554432000 4194304 4196468 140731437158032 140401187447736 140400824762291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14089320 memory=184332 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 821 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14089320 memory=189960 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1246 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14089320 memory=184332 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 697 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14089320 memory=184332 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14089320 memory=181764 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 1336 0 0 0 2 0 0 0 20 0 15 0 106403157 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14089320 memory=181792 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14089320 memory=181792 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14089320 memory=1456 CPUtime=1.49 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 9645 0 0 0 148 1 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14089320 memory=1456 CPUtime=1.68 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 8879 0 0 0 167 1 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14089320 memory=181792 CPUtime=0.42 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 7233 0 0 0 41 1 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14089320 memory=30272 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14089320 memory=1292 CPUtime=0.04 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 737 0 0 0 2 2 0 0 20 0 15 0 106403160 14427463680 45448 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 226 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 183248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+248.301 s]
/proc/loadavg: 1.88 1.93 1.87 3/218 15576
/proc/meminfo: memFree=23553328/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14089320 memory=177696 CPUtime=252 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 45790 0 0 0 25185 15 0 0 20 0 15 0 106403154 14427463680 44424 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3522330 44424 3417 1 0 3483524 0
[pid=15470/tid=15471] ppid=15468 vsize=14089320 memory=1456 CPUtime=248.19 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 12540 0 0 0 24814 5 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140401187450624 140400823507065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 891 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1278 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 901 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 1579 0 0 0 2 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14089320 memory=164 CPUtime=1.49 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 9647 0 0 0 148 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14089320 memory=181792 CPUtime=1.68 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 8882 0 0 0 167 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14089320 memory=23001 CPUtime=0.42 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 7235 0 0 0 41 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.04 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 762 0 0 0 2 2 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 179152 KiB

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

[startup+248.31 s]
# the end of solver process 15468 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000692 s, system=0.001681 s

[startup+248.313 s]
# the end of solver process 15470 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.87 s, system=0.160751 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+248.301 s]
/proc/loadavg: 1.88 1.93 1.87 3/218 15576
/proc/meminfo: memFree=23553328/32770624 swapFree=67108860/67108860
[pid=15468] ppid=15465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15468/stat : 15468 (xcsp3-exec) S 15465 15468 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106403154 115843072 364 33554432000 4194304 5098028 140732328482480 140732328480584 139720280674940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40480768 140732328490048 140732328490249 140732328490249 140732328493002 0
/proc/15468/statm: 28282 364 306 221 0 87 0
[pid=15470] ppid=15468 vsize=14089320 memory=177696 CPUtime=252 cores=1,3,5,7
/proc/15470/stat : 15470 (java) S 15468 15468 6396 0 -1 1077944320 45790 0 0 0 25185 15 0 0 20 0 15 0 106403154 14427463680 44424 33554432000 4194304 4196468 140731437158032 140731437140576 140401183211255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
/proc/15470/statm: 3522330 44424 3417 1 0 3483524 0
[pid=15470/tid=15471] ppid=15468 vsize=14089320 memory=1456 CPUtime=248.19 cores=1,3,5,7
/proc/15470/task/15471/stat : 15471 (java) R 15468 15468 6396 0 -1 4202560 12540 0 0 0 24814 5 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140401187450624 140400823507065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15472] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15472/stat : 15472 (java) S 15468 15468 6396 0 -1 1077944384 891 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400778471824 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15473] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15473/stat : 15473 (java) S 15468 15468 6396 0 -1 1077944384 1278 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400777419024 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15474] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15474/stat : 15474 (java) S 15468 15468 6396 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400776366736 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15475] ppid=15468 vsize=14089320 memory=177696 CPUtime=0.01 cores=1,3,5,7
/proc/15470/task/15475/stat : 15475 (java) S 15468 15468 6396 0 -1 1077944384 901 0 0 0 1 0 0 0 20 0 15 0 106403155 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400775313936 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15476] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.02 cores=1,3,5,7
/proc/15470/task/15476/stat : 15476 (java) S 15468 15468 6396 0 -1 1077944384 1579 0 0 0 2 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400657382000 140401183222402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15477] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15477/stat : 15477 (java) S 15468 15468 6396 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400656327968 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15478] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15478/stat : 15478 (java) S 15468 15468 6396 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106403157 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400655275632 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15479] ppid=15468 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15479/stat : 15479 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400654223952 140401183229851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15480] ppid=15468 vsize=14089320 memory=164 CPUtime=1.49 cores=1,3,5,7
/proc/15470/task/15480/stat : 15480 (java) S 15468 15468 6396 0 -1 1077944384 9647 0 0 0 148 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400653170800 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15481] ppid=15468 vsize=14089320 memory=181792 CPUtime=1.68 cores=1,3,5,7
/proc/15470/task/15481/stat : 15481 (java) S 15468 15468 6396 0 -1 1077944384 8882 0 0 0 167 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400652118000 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15482] ppid=15468 vsize=14089320 memory=23001 CPUtime=0.42 cores=1,3,5,7
/proc/15470/task/15482/stat : 15482 (java) S 15468 15468 6396 0 -1 1077944384 7235 0 0 0 41 1 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400651065712 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15483] ppid=15468 vsize=14089320 memory=177696 CPUtime=0 cores=1,3,5,7
/proc/15470/task/15483/stat : 15483 (java) S 15468 15468 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400650013152 140401183221461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
[pid=15470/tid=15484] ppid=15468 vsize=14089320 memory=1456 CPUtime=0.04 cores=1,3,5,7
/proc/15470/task/15484/stat : 15484 (java) S 15468 15468 6396 0 -1 1077944384 762 0 0 0 2 2 0 0 20 0 15 0 106403160 14427463680 44424 33554432000 4194304 4196468 140731437158032 140400648960944 140401183222402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 36102144 140731437163660 140731437163830 140731437163830 140731437166543 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 179152 KiB

Child status: 143
Real time (s): 248.313
CPU time (s): 252.03
CPU user time (s): 251.87
CPU system time (s): 0.160751
CPU usage (%): 101.497
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 199104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.87
system time used= 0.160751
maximum resident set size= 199696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7905
involuntary context switches= 164


# summary of solver processes directly reported to runsolver:
#   pid: 15468,15470
#   total CPU time (s): 252.03
#   total CPU user time (s): 251.87
#   total CPU system time (s): 0.160751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29786 second user time and 2.391 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 20:20:00
IDJOB=4302101
IDBENCH=141621
IDSOLVER=2772
FILE ID=node139/4302101-1532888400
RUNJOBID= node139-1532878307-6428
PBS_JOBID= 21022510
Free space on /tmp= 45028 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-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-4302101-1532888400/watcher-4302101-1532888400 -o /tmp/evaluation-result-4302101-1532888400/solver-4302101-1532888400 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312  HOME/xcsp3-exec -seed 1883678943 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302101-1532888400.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1883678943

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:        23709056 kB
MemAvailable:   31726504 kB
Buffers:          251448 kB
Cached:          7879784 kB
SwapCached:            0 kB
Active:          3245472 kB
Inactive:        5143704 kB
Active(anon):     212068 kB
Inactive(anon):    73544 kB
Active(file):    3033404 kB
Inactive(file):  5070160 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21828 kB
Writeback:             0 kB
AnonPages:        209372 kB
Mapped:            57772 kB
Shmem:             25228 kB
Slab:             371848 kB
SReclaimable:     342344 kB
SUnreclaim:        29504 kB
KernelStack:        3808 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1298528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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:24:08