Trace number 4283093

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.5 seq (2017-08-18)SAT (TO)200 244.14999 240.021

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-09.xml
MD5SUM8b7c2ee38e8603aaa2c4683b1141c0f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark251.87801
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size38
Maximum domain size45
Distribution of domain sizes[{"size":38,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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-4283093-1503213744.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4283093-1503213744.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.06/0.59	c solve instance...
1.88/0.81	o 233 
1.88/0.81	o 221 
1.88/0.82	o 219 
1.88/0.82	o 212 
1.88/0.82	o 208 
2.55/1.04	o 205 
2.55/1.04	o 201 
17.95/14.45	o 200 
244.12/240.01	s SATISFIABLE
244.12/240.01	v <instantiation>
244.12/240.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
244.12/240.01	v 	<values>8 10 5 20 30 31 32 28 26 25 24 21 16 18 11 9 2 0 3 4 7 6 1 14 34 37 40 44 43 42 41 39 38 36 35 33 27 15 17 22 23 29 19 12 13 1 3 8 7 1 1 4 3 3 2 4 3 2 3 5 7 1 4 3 3 2 4 11 15 6 6 6 5 6 7 5 1 2 4 3 4 9 1 5 2 7 13 4 2 2 </values>
244.12/240.01	v </instantiation>
244.12/240.01	c Unexpected resolution interruption!

Verifier Data

OK	200

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283093-1503213744/watcher-4283093-1503213744 -o /tmp/evaluation-result-4283093-1503213744/solver-4283093-1503213744 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503208459-21141 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 935559921 HOME/instance-4283093-1503213744.xml 

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

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

solver pid=24943, runsolver pid=24940

[startup+0.100637 s]*
/proc/loadavg: 1.63 1.67 1.76 3/217 24959
/proc/meminfo: memFree=26507436/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13978596 memory=28320 CPUtime=0.12 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 5389 0 0 0 11 1 0 0 20 0 15 0 154461978 14314082304 7015 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3494649 7080 2890 1 0 3482966 0
[pid=24945/tid=24946] ppid=24943 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 3388 0 0 0 8 1 0 0 20 0 15 0 154461979 14314082304 7080 33554432000 4194304 4196468 140733850165728 139766521734960 139766517513622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14314082304 7080 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13978596 memory=140401795724928 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14314082304 7080 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14314082304 7080 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14314082304 7080 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13978596 memory=140401795724928 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461981 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154461981 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154461981 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13978596 memory=140401795724928 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) R 24943 24943 21109 0 -1 4202560 305 0 0 0 1 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765691902448 139766496443301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13978596 memory=140401795724928 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461984 14314082304 7080 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29704 KiB

[startup+0.210559 s]*
/proc/loadavg: 1.63 1.67 1.76 3/217 24959
/proc/meminfo: memFree=26496256/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13982852 memory=40204 CPUtime=0.34 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 8128 0 0 0 32 2 0 0 20 0 15 0 154461978 14318440448 10051 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3495713 10051 3076 1 0 3482966 0
[pid=24945/tid=24946] ppid=24943 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) D 24943 24943 21109 0 -1 1077944384 5353 0 0 0 18 1 0 0 20 0 15 0 154461979 14318440448 10051 33554432000 4194304 4196468 140733850165728 139766521712496 139766510180909 0 4 0 16800975 18446744072101580324 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13982852 memory=9005 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14318440448 10051 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13982852 memory=140401796467793 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14318440448 10051 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14318440448 10051 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14318440448 10051 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13982884 memory=140401795724928 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461981 14318473216 10051 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154461981 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154461981 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 15 0 154461984 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 154461984 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13982852 memory=140401795724928 CPUtime=0.08 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) S 24943 24943 21109 0 -1 1077944384 704 0 0 0 8 0 0 0 20 0 15 0 154461984 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14318440448 10051 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461984 14318473216 10051 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41588 KiB

[startup+0.310336 s]*
/proc/loadavg: 1.63 1.67 1.76 4/217 24959
/proc/meminfo: memFree=26489556/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13982928 memory=47148 CPUtime=0.5 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 9028 0 0 0 48 2 0 0 20 0 15 0 154461978 14318518272 11787 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3495732 11787 3101 1 0 3482966 0
[pid=24945/tid=24946] ppid=24943 vsize=13982928 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 6061 0 0 0 28 2 0 0 20 0 15 0 154461979 14318518272 11787 33554432000 4194304 4196468 140733850165728 139766521737056 139766501582174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13982928 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14318518272 11787 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14318518272 11787 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14318518272 11787 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14318518272 11787 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461981 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154461981 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154461981 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13982928 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13982928 memory=4713750055892520310 CPUtime=0.04 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 718 0 0 0 4 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 160 0 0 0 3 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) R 24943 24943 21109 0 -1 4202560 784 0 0 0 12 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765691902448 139766517523034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461984 14318518272 11787 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48532 KiB

[startup+0.700783 s]
/proc/loadavg: 1.63 1.67 1.76 3/217 24959
/proc/meminfo: memFree=26475272/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13984976 memory=70076 CPUtime=1.57 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 11763 0 0 0 153 4 0 0 20 0 15 0 154461978 14320615424 17519 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3496244 17519 3207 1 0 3483478 0
[pid=24945/tid=24946] ppid=24943 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 6662 0 0 0 65 2 0 0 20 0 15 0 154461979 14320615424 17519 33554432000 4194304 4196468 140733850165728 139766521737136 139766104426951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13984976 memory=288230587427463936 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14320615424 17519 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13984976 memory=16106957111054841 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14320615424 17519 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461980 14320615424 17519 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154461980 14320615424 17519 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13984976 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) R 24943 24943 21109 0 -1 4202560 1266 0 0 0 27 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765693997840 139766509738814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13984976 memory=3978714080741387111 CPUtime=0.27 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) R 24943 24943 21109 0 -1 4202560 965 0 0 0 27 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765692942816 139766517523034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13984976 memory=7881982588081301861 CPUtime=0.31 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) R 24943 24943 21109 0 -1 1077944384 1562 0 0 0 31 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13984976 memory=7594587674001172330 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13984976 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 17519 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 71460 KiB

[startup+1.50082 s]
/proc/loadavg: 1.63 1.67 1.76 5/217 24959
/proc/meminfo: memFree=26454744/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0

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

/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13984976 memory=280803351965200 CPUtime=1.84 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 9916 0 0 0 183 1 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13984976 memory=280803351276400 CPUtime=1.56 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 10450 0 0 0 155 1 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13984976 memory=280803351933888 CPUtime=0.52 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) S 24943 24943 21109 0 -1 1077944384 5917 0 0 0 51 1 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13984976 memory=9204 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13984976 memory=22417 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 715 0 0 0 0 1 0 0 20 0 15 0 154461984 14320615424 51562 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 106.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 207632 KiB

[startup+162.301 s]
/proc/loadavg: 1.84 1.73 1.78 3/218 24969
/proc/meminfo: memFree=26348152/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13984976 memory=189372 CPUtime=166.38 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 46120 0 0 0 16623 15 0 0 20 0 15 0 154461978 14320615424 47343 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3496244 47343 3257 1 0 3483478 0
[pid=24945/tid=24946] ppid=24943 vsize=13984976 memory=189372 CPUtime=162.22 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 11625 0 0 0 16217 5 0 0 20 0 15 0 154461979 14320615424 47343 33554432000 4194304 4196468 140733850165728 139766521738032 139766108417434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13984976 memory=189372 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 527 0 0 0 1 0 0 0 20 0 15 0 154461980 14320615424 47343 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 1469 0 0 0 1 0 0 0 20 0 15 0 154461980 14320615424 47343 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 495 0 0 0 1 1 0 0 20 0 15 0 154461980 14320615424 47343 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 1180 0 0 0 1 0 0 0 20 0 15 0 154461980 14320615424 47343 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13984976 memory=189372 CPUtime=0.01 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 1163 0 0 0 1 0 0 0 20 0 15 0 154461981 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13984976 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13984976 memory=2992 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13984976 memory=4132 CPUtime=1.87 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 10185 0 0 0 186 1 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13984976 memory=11108 CPUtime=1.56 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 10453 0 0 0 155 1 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13984976 memory=796 CPUtime=0.53 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) S 24943 24943 21109 0 -1 1077944384 6768 0 0 0 52 1 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 895 0 0 0 1 2 0 0 20 0 15 0 154461984 14320615424 47343 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 166.38 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 190756 KiB

[startup+222.301 s]
/proc/loadavg: 1.83 1.75 1.78 3/218 25051
/proc/meminfo: memFree=26303920/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13984976 memory=161712 CPUtime=226.41 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 47971 0 0 0 22625 16 0 0 20 0 15 0 154461978 14320615424 40428 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3496244 40428 3257 1 0 3483478 0
[pid=24945/tid=24946] ppid=24943 vsize=13984976 memory=1384 CPUtime=222.2 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 12233 0 0 0 22215 5 0 0 20 0 15 0 154461979 14320615424 40428 33554432000 4194304 4196468 140733850165728 139766521741104 139766108920778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13984976 memory=163252 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 810 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 40428 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 1587 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 40428 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 516 0 0 0 2 1 0 0 20 0 15 0 154461980 14320615424 40428 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13984976 memory=161712 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 1226 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 40428 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 1392 0 0 0 2 0 0 0 20 0 15 0 154461981 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13984976 memory=163252 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13984976 memory=161712 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13984976 memory=161712 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13984976 memory=1384 CPUtime=1.87 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 10538 0 0 0 186 1 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13984976 memory=1720 CPUtime=1.56 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 10462 0 0 0 155 1 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13984976 memory=1008 CPUtime=0.53 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) S 24943 24943 21109 0 -1 1077944384 6921 0 0 0 52 1 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13984976 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13984976 memory=161712 CPUtime=0.04 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 926 0 0 0 1 3 0 0 20 0 15 0 154461984 14320615424 40428 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 226.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 163096 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.72 1.73 1.77 3/218 25051
/proc/meminfo: memFree=26304164/32770624 swapFree=67108860/67108860
[pid=24943] ppid=24940 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/24943/stat : 24943 (xcsp3-exec) S 24940 24943 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154461978 9740288 346 33554432000 4194304 5098028 140726345177328 140726345175432 139821974893180 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24739840 140726345184373 140726345184576 140726345184576 140726345187307 0
/proc/24943/statm: 2378 346 289 221 0 87 0
[pid=24945] ppid=24943 vsize=13984976 memory=155556 CPUtime=244.12 cores=1,3,5,7
/proc/24945/stat : 24945 (java) S 24943 24943 21109 0 -1 1077944320 47983 0 0 0 24396 16 0 0 20 0 15 0 154461978 14320615424 38889 33554432000 4194304 4196468 140733850165728 140733850148272 139766517501687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
/proc/24945/statm: 3496244 38889 3257 1 0 3483478 0
[pid=24945/tid=24946] ppid=24943 vsize=13984976 memory=6791534058613427641 CPUtime=239.9 cores=1,3,5,7
/proc/24945/task/24946/stat : 24946 (java) R 24943 24943 21109 0 -1 4202560 12243 0 0 0 23985 5 0 0 20 0 15 0 154461979 14320615424 38889 33554432000 4194304 4196468 140733850165728 139766521741344 139766108417434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24947] ppid=24943 vsize=13984976 memory=4052 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24947/stat : 24947 (java) S 24943 24943 21109 0 -1 1077944384 810 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 38889 33554432000 4194304 4196468 140733850165728 139766432570384 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24948] ppid=24943 vsize=13984976 memory=24708 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24948/stat : 24948 (java) S 24943 24943 21109 0 -1 1077944384 1587 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 38889 33554432000 4194304 4196468 140733850165728 139766431517840 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24949] ppid=24943 vsize=13984976 memory=18444 CPUtime=0.03 cores=1,3,5,7
/proc/24945/task/24949/stat : 24949 (java) S 24943 24943 21109 0 -1 1077944384 517 0 0 0 2 1 0 0 20 0 15 0 154461980 14320615424 38889 33554432000 4194304 4196468 140733850165728 139766430464784 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24950] ppid=24943 vsize=13984976 memory=1788 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24950/stat : 24950 (java) S 24943 24943 21109 0 -1 1077944384 1227 0 0 0 2 0 0 0 20 0 15 0 154461980 14320615424 38889 33554432000 4194304 4196468 140733850165728 139766429412240 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24951] ppid=24943 vsize=13984976 memory=11108 CPUtime=0.02 cores=1,3,5,7
/proc/24945/task/24951/stat : 24951 (java) S 24943 24943 21109 0 -1 1077944384 1392 0 0 0 2 0 0 0 20 0 15 0 154461981 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765698218224 139766517512834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24952] ppid=24943 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24952/stat : 24952 (java) S 24943 24943 21109 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765697164448 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24953] ppid=24943 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24953/stat : 24953 (java) S 24943 24943 21109 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154461981 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765696111344 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24954] ppid=24943 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24954/stat : 24954 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765695059920 139766517520283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24955] ppid=24943 vsize=13984976 memory=4052 CPUtime=1.87 cores=1,3,5,7
/proc/24945/task/24955/stat : 24955 (java) S 24943 24943 21109 0 -1 1077944384 10538 0 0 0 186 1 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765694008048 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24956] ppid=24943 vsize=13984976 memory=24708 CPUtime=1.56 cores=1,3,5,7
/proc/24945/task/24956/stat : 24956 (java) S 24943 24943 21109 0 -1 1077944384 10462 0 0 0 155 1 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765692955504 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24957] ppid=24943 vsize=13984976 memory=18444 CPUtime=0.53 cores=1,3,5,7
/proc/24945/task/24957/stat : 24957 (java) S 24943 24943 21109 0 -1 1077944384 6921 0 0 0 52 1 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765691902448 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24958] ppid=24943 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24945/task/24958/stat : 24958 (java) S 24943 24943 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765690850144 139766517511893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
[pid=24945/tid=24959] ppid=24943 vsize=13984976 memory=1156 CPUtime=0.04 cores=1,3,5,7
/proc/24945/task/24959/stat : 24959 (java) S 24943 24943 21109 0 -1 1077944384 926 0 0 0 1 3 0 0 20 0 15 0 154461984 14320615424 38889 33554432000 4194304 4196468 140733850165728 139765689797168 139766517512834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 6926336 140733850174621 140733850174796 140733850174796 140733850177487 0
Current children cumulated CPU time: 244.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 156940 KiB

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

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

[startup+240.021 s]
# the end of solver process 24945 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=243.979 s, system=0.171021 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

Child status: 143
Real time (s): 240.021
CPU time (s): 244.15
CPU user time (s): 243.979
CPU system time (s): 0.171021
CPU usage (%): 101.72
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 208672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.979
system time used= 0.171021
maximum resident set size= 211876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8060
involuntary context switches= 118


# summary of solver processes directly reported to runsolver:
#   pid: 24943,24945
#   total CPU time (s): 244.15
#   total CPU user time (s): 243.979
#   total CPU system time (s): 0.171021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27197 second user time and 2.26377 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-20 09:08:04
IDJOB=4283093
IDBENCH=135727
IDSOLVER=2678
FILE ID=node115/4283093-1503213744
RUNJOBID= node115-1503208459-21141
PBS_JOBID= 20630866
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-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-4283093-1503213744/watcher-4283093-1503213744 -o /tmp/evaluation-result-4283093-1503213744/solver-4283093-1503213744 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503208459-21141 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 935559921 HOME/instance-4283093-1503213744.xml

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=935559921

node115.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.69
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.69
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.69
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.69
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:        26524648 kB
MemAvailable:   31795708 kB
Buffers:          249032 kB
Cached:          5314072 kB
SwapCached:            0 kB
Active:          1128176 kB
Inactive:        4672076 kB
Active(anon):     187908 kB
Inactive(anon):    85220 kB
Active(file):     940268 kB
Inactive(file):  4586856 kB
Unevictable:        7012 kB
Mlocked:            7012 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:            12 kB
AnonPages:        329808 kB
Mapped:            64220 kB
Shmem:             33416 kB
Slab:             146640 kB
SReclaimable:     119544 kB
SUnreclaim:        27096 kB
KernelStack:        3840 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1300220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61764 MiB
End job on node115 at 2017-08-20 09:12:04