Trace number 4272288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT (TO)121 2520.0801 2462.1201

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272288-1502819629.xml"  -tl '2520s' -p 1 -x 3
0.13/0.14	c [HOME/instance-4272288-1502819629.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.20	c simple solver
0.34/0.26	c parse instance...
0.75/0.46	c solve instance...
1.05/0.59	o 183 
1.05/0.61	o 166 
1.05/0.62	o 162 
1.73/0.71	o 158 
1.73/0.71	o 157 
1.73/0.72	o 151 
1.73/0.73	o 148 
1.73/0.76	o 147 
3.31/1.28	o 144 
3.31/1.29	o 140 
3.61/1.37	o 138 
3.61/1.37	o 134 
3.93/1.49	o 131 
4.85/1.72	o 130 
76.91/67.81	o 128 
79.31/69.93	o 122 
865.94/842.78	o 121 
2520.06/2462.11	s SATISFIABLE
2520.06/2462.11	v <instantiation>
2520.06/2462.11	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
2520.06/2462.11	v 	<values>10 16 17 18 15 19 14 13 12 11 9 8 6 3 7 1 0 2 5 4 14 2 5 5 18 10 3 7 4 3 7 4 2 13 9 3 2 3 2 5 </values>
2520.06/2462.11	v </instantiation>
2520.06/2462.11	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 (13680 MiB free)
  memory of node 1: 16384 MiB (14136 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272288-1502819629/watcher-4272288-1502819629 -o /tmp/evaluation-result-4272288-1502819629/solver-4272288-1502819629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 764661143 HOME/instance-4272288-1502819629.xml 

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

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


[startup+0.100509 s]*
/proc/loadavg: 1.30 1.52 1.60 3/217 11493
/proc/meminfo: memFree=28467604/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13978596 memory=28204 CPUtime=0.13 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 5359 0 0 0 12 1 0 0 20 0 15 0 115050936 14314082304 7051 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3494649 7051 2895 1 0 3482966 0
[pid=11479/tid=11480] ppid=11477 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 3360 0 0 0 9 0 0 0 20 0 15 0 115050936 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347898213440 140347875544479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13978596 memory=139797136631424 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13978596 memory=139797136631424 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050938 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115050939 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115050939 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 115050941 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13978596 memory=139797136631424 CPUtime=0.01 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) R 11477 11477 5918 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 15 0 115050941 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347068524784 140347872922366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13978596 memory=139797136631424 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050942 14314082304 7051 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29584 KiB

[startup+0.210658 s]*
/proc/loadavg: 1.30 1.52 1.60 3/217 11493
/proc/meminfo: memFree=28455696/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13982852 memory=40112 CPUtime=0.34 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 8099 0 0 0 32 2 0 0 20 0 15 0 115050936 14318440448 10028 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3495713 10028 3030 1 0 3482966 0
[pid=11479/tid=11480] ppid=11477 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 5283 0 0 0 19 1 0 0 20 0 15 0 115050936 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347898201912 140347878061436 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13982852 memory=12474 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13982852 memory=288370173288343168 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13982852 memory=139797136631424 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050938 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115050939 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115050939 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 524 0 0 0 2 0 0 0 20 0 15 0 115050941 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 115050941 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13982852 memory=139797136631424 CPUtime=0.08 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 745 0 0 0 8 0 0 0 20 0 15 0 115050941 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050942 14318440448 10028 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41492 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.30 1.52 1.60 5/217 11493
/proc/meminfo: memFree=28448624/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13982928 memory=48076 CPUtime=0.5 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 9151 0 0 0 47 3 0 0 20 0 15 0 115050936 14318518272 12019 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3495732 12019 3105 1 0 3482966 0
[pid=11479/tid=11480] ppid=11477 vsize=13982928 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 6087 0 0 0 28 2 0 0 20 0 15 0 115050936 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347898213280 140347878061406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13982928 memory=12804 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13982928 memory=571550 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050938 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115050939 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115050939 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 671 0 0 0 4 0 0 0 20 0 15 0 115050941 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 245 0 0 0 3 0 0 0 20 0 15 0 115050941 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 15 0 115050941 14318518272 12019 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14318518272 12032 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050942 14318518272 12032 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49456 KiB

[startup+0.701059 s]
/proc/loadavg: 1.30 1.52 1.60 6/217 11493
/proc/meminfo: memFree=28435972/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13984976 memory=71684 CPUtime=1.73 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 13106 0 0 0 168 5 0 0 20 0 15 0 115050936 14320615424 17921 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3496244 17921 3212 1 0 3483478 0
[pid=11479/tid=11480] ppid=11477 vsize=13984976 memory=4044 CPUtime=0.67 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 6709 0 0 0 65 2 0 0 20 0 15 0 115050936 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347898218960 140347893992854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13984976 memory=636 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050937 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13984976 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115050937 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115050938 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13984976 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13984976 memory=932 CPUtime=0.33 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) R 11477 11477 5918 0 -1 4202560 1915 0 0 0 33 0 0 0 20 0 15 0 115050941 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347070615024 140347873227862 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13984976 memory=2200 CPUtime=0.33 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) R 11477 11477 5918 0 -1 4202560 1197 0 0 0 33 0 0 0 20 0 15 0 115050941 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347069568304 140347871997928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13984976 memory=6504 CPUtime=0.35 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 1978 0 0 0 35 0 0 0 20 0 15 0 115050941 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115050942 14320615424 17921 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 73064 KiB

[startup+1.50088 s]
/proc/loadavg: 1.44 1.54 1.61 5/217 11493
/proc/meminfo: memFree=28412588/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0

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

/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13984976 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13984976 memory=792 CPUtime=4.76 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 23763 0 0 0 474 2 0 0 20 0 15 0 115050941 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13984976 memory=1380 CPUtime=4.59 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 21458 0 0 0 457 2 0 0 20 0 15 0 115050941 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13984976 memory=232884 CPUtime=0.72 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 10893 0 0 0 70 2 0 0 20 0 15 0 115050941 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13984976 memory=1380 CPUtime=0.81 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1395 0 0 0 35 46 0 0 20 0 15 0 115050942 14320615424 58221 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 2438.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 234264 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.53 1.51 3/218 11674
/proc/meminfo: memFree=28606808/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13984976 memory=233136 CPUtime=2499.81 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 167204 0 0 0 249790 191 0 0 20 0 15 0 115050936 14320615424 58284 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3496244 58284 3284 1 0 3483478 0
[pid=11479/tid=11480] ppid=11477 vsize=13984976 memory=233132 CPUtime=2422.93 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 30013 0 0 0 242282 11 0 0 20 0 15 0 115050936 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347898220624 140347534552579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13984976 memory=1380 CPUtime=15.83 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 13731 0 0 0 1553 30 0 0 20 0 15 0 115050937 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13984976 memory=232872 CPUtime=15.86 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 11512 0 0 0 1557 29 0 0 20 0 15 0 115050937 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13984976 memory=232884 CPUtime=15.88 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 12936 0 0 0 1561 27 0 0 20 0 15 0 115050937 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13984976 memory=228252 CPUtime=15.87 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 12439 0 0 0 1558 29 0 0 20 0 15 0 115050937 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13984976 memory=233132 CPUtime=2.45 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 27692 0 0 0 222 23 0 0 20 0 15 0 115050938 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13984976 memory=233136 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13984976 memory=1380 CPUtime=4.76 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 23763 0 0 0 474 2 0 0 20 0 15 0 115050941 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13984976 memory=1380 CPUtime=4.59 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 21458 0 0 0 457 2 0 0 20 0 15 0 115050941 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13984976 memory=230556 CPUtime=0.72 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 10911 0 0 0 70 2 0 0 20 0 15 0 115050941 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13984976 memory=32224 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13984976 memory=1292 CPUtime=0.83 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1398 0 0 0 35 48 0 0 20 0 15 0 115050942 14320615424 58284 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 2499.81 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 234516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.11 s]
/proc/loadavg: 1.46 1.51 1.50 3/217 11674
/proc/meminfo: memFree=28611912/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13984976 memory=229416 CPUtime=2520.06 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 167839 0 0 0 251814 192 0 0 20 0 15 0 115050936 14320615424 57354 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3496244 57354 3284 1 0 3483478 0
[pid=11479/tid=11480] ppid=11477 vsize=13984976 memory=229416 CPUtime=2442.55 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 30157 0 0 0 244244 11 0 0 20 0 15 0 115050936 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347898220560 140347535447564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13984976 memory=229416 CPUtime=15.98 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 13841 0 0 0 1568 30 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13984976 memory=229416 CPUtime=16.01 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 11643 0 0 0 1572 29 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13984976 memory=1380 CPUtime=16.03 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 13023 0 0 0 1576 27 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13984976 memory=229416 CPUtime=16.01 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 12537 0 0 0 1572 29 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13984976 memory=1380 CPUtime=2.47 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 27744 0 0 0 224 23 0 0 20 0 15 0 115050938 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13984976 memory=1952 CPUtime=4.76 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 23763 0 0 0 474 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13984976 memory=6504 CPUtime=4.59 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 21458 0 0 0 457 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13984976 memory=840 CPUtime=0.72 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 10911 0 0 0 70 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13984976 memory=229416 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13984976 memory=1380 CPUtime=0.83 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1411 0 0 0 35 48 0 0 20 0 15 0 115050942 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 230796 KiB

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

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

[startup+2462.12 s]
# the end of solver process 11479 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.16 s, system=1.92654 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+2462.11 s]
/proc/loadavg: 1.46 1.51 1.50 3/217 11674
/proc/meminfo: memFree=28611912/32770624 swapFree=67108860/67108860
[pid=11477] ppid=11474 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (xcsp3-exec) S 11474 11477 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115050935 9740288 345 33554432000 4194304 5098028 140736348352544 140736348350648 140616085803644 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26406912 140736348353647 140736348353851 140736348353851 140736348356587 0
/proc/11477/statm: 2378 345 289 221 0 87 0
[pid=11479] ppid=11477 vsize=13984976 memory=229416 CPUtime=2520.06 cores=1,3,5,7
/proc/11479/stat : 11479 (java) S 11477 11477 5918 0 -1 1077944320 167839 0 0 0 251814 192 0 0 20 0 15 0 115050936 14320615424 57354 33554432000 4194304 4196468 140722405042976 140722405025520 140347893980919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
/proc/11479/statm: 3496244 57354 3284 1 0 3483478 0
[pid=11479/tid=11480] ppid=11477 vsize=13984976 memory=229416 CPUtime=2442.55 cores=1,3,5,7
/proc/11479/task/11480/stat : 11480 (java) R 11477 11477 5918 0 -1 4202560 30157 0 0 0 244244 11 0 0 20 0 15 0 115050936 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347898220560 140347535447564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11481] ppid=11477 vsize=13984976 memory=229416 CPUtime=15.98 cores=1,3,5,7
/proc/11479/task/11481/stat : 11481 (java) S 11477 11477 5918 0 -1 1077944384 13841 0 0 0 1568 30 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347489626384 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11482] ppid=11477 vsize=13984976 memory=229416 CPUtime=16.01 cores=1,3,5,7
/proc/11479/task/11482/stat : 11482 (java) S 11477 11477 5918 0 -1 1077944384 11643 0 0 0 1572 29 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347488573840 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11483] ppid=11477 vsize=13984976 memory=1380 CPUtime=16.03 cores=1,3,5,7
/proc/11479/task/11483/stat : 11483 (java) S 11477 11477 5918 0 -1 1077944384 13023 0 0 0 1576 27 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347487521296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11484] ppid=11477 vsize=13984976 memory=229416 CPUtime=16.01 cores=1,3,5,7
/proc/11479/task/11484/stat : 11484 (java) S 11477 11477 5918 0 -1 1077944384 12537 0 0 0 1572 29 0 0 20 0 15 0 115050937 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347486468752 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11485] ppid=11477 vsize=13984976 memory=1380 CPUtime=2.47 cores=1,3,5,7
/proc/11479/task/11485/stat : 11485 (java) S 11477 11477 5918 0 -1 1077944384 27744 0 0 0 224 23 0 0 20 0 15 0 115050938 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347074841072 140347893992066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11486] ppid=11477 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11486/stat : 11486 (java) S 11477 11477 5918 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347073787296 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11487] ppid=11477 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11487/stat : 11487 (java) S 11477 11477 5918 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 115050939 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347072734704 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11488] ppid=11477 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11488/stat : 11488 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347071683280 140347893999515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11489] ppid=11477 vsize=13984976 memory=1952 CPUtime=4.76 cores=1,3,5,7
/proc/11479/task/11489/stat : 11489 (java) S 11477 11477 5918 0 -1 1077944384 23763 0 0 0 474 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347070629872 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11490] ppid=11477 vsize=13984976 memory=6504 CPUtime=4.59 cores=1,3,5,7
/proc/11479/task/11490/stat : 11490 (java) S 11477 11477 5918 0 -1 1077944384 21458 0 0 0 457 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347069577328 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11491] ppid=11477 vsize=13984976 memory=840 CPUtime=0.72 cores=1,3,5,7
/proc/11479/task/11491/stat : 11491 (java) S 11477 11477 5918 0 -1 1077944384 10911 0 0 0 70 2 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347068524784 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11492] ppid=11477 vsize=13984976 memory=229416 CPUtime=0 cores=1,3,5,7
/proc/11479/task/11492/stat : 11492 (java) S 11477 11477 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115050941 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347067472480 140347893991125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
[pid=11479/tid=11493] ppid=11477 vsize=13984976 memory=1380 CPUtime=0.83 cores=1,3,5,7
/proc/11479/task/11493/stat : 11493 (java) S 11477 11477 5918 0 -1 1077944384 1411 0 0 0 35 48 0 0 20 0 15 0 115050942 14320615424 57354 33554432000 4194304 4196468 140722405042976 140347066420016 140347893992066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26742784 140722405045399 140722405045575 140722405045575 140722405048271 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 230796 KiB

Child status: 143
Real time (s): 2462.12
CPU time (s): 2520.08
CPU user time (s): 2518.16
CPU system time (s): 1.92654
CPU usage (%): 102.354
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 470728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.16
system time used= 1.92654
maximum resident set size= 490200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106091
involuntary context switches= 3096


# summary of solver processes directly reported to runsolver:
#   pid: 11477,11479
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.16
#   total CPU system time (s): 1.92654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2246 second user time and 24.8314 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 19:39:30
IDJOB=4272288
IDBENCH=135672
IDSOLVER=2664
FILE ID=node107/4272288-1502819629
RUNJOBID= node107-1502793297-5950
PBS_JOBID= 20629130
Free space on /tmp= 61656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272288-1502819629/watcher-4272288-1502819629 -o /tmp/evaluation-result-4272288-1502819629/solver-4272288-1502819629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 764661143 HOME/instance-4272288-1502819629.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=764661143

node107.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.84
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.84
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.84
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.84
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:        28484616 kB
MemAvailable:   31421812 kB
Buffers:          228272 kB
Cached:          2995464 kB
SwapCached:            0 kB
Active:          1153932 kB
Inactive:        2692180 kB
Active(anon):     625064 kB
Inactive(anon):    24972 kB
Active(file):     528868 kB
Inactive(file):  2667208 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        628108 kB
Mapped:            58408 kB
Shmem:             25228 kB
Slab:             139976 kB
SReclaimable:     113908 kB
SUnreclaim:        26068 kB
KernelStack:        3568 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61648 MiB
End job on node107 at 2017-08-15 20:20:32