Trace number 4292270

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.7 seq (493a269)SAT (TO)104 2400.09 2394.21

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1250.67
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"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-4292270-1532587432.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.18	c [HOME/instance-4292270-1532587432.xml, -tl, 2400s, -p, 1, -x, 0]
0.33/0.22	c simple solver
0.33/0.28	c parse instance...
0.73/0.49	c solve instance...
1.03/0.59	o 163 
1.03/0.60	o 162 
1.03/0.60	o 153 
1.35/0.64	o 152 
1.35/0.68	o 151 
1.35/0.69	o 150 
1.93/0.80	o 149 
1.93/0.80	o 147 
1.93/0.87	o 143 
2.24/0.92	o 142 
2.24/0.95	o 140 
3.15/1.27	o 132 
3.45/1.38	o 131 
11.15/7.85	o 126 
11.15/7.86	o 125 
19.12/15.64	o 122 
19.42/16.00	o 121 
34.47/30.79	o 119 
34.57/30.80	o 116 
34.57/30.82	o 114 
36.38/32.63	o 113 
61.21/57.30	o 111 
61.71/57.85	o 110 
61.71/57.86	o 108 
61.71/57.86	o 107 
61.71/57.86	o 105 
136.69/132.72	o 104 
2400.07/2394.20	s SATISFIABLE
2400.07/2394.20	v <instantiation>
2400.07/2394.20	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>
2400.07/2394.20	v 	<values>17 19 18 11 9 12 10 8 6 5 3 2 0 1 4 7 15 13 14 16 4 12 7 5 7 6 4 8 6 4 2 2 7 4 8 9 1 1 3 4 </values>
2400.07/2394.20	v </instantiation>
2400.07/2394.20	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292270-1532587432/watcher-4292270-1532587432 -o /tmp/evaluation-result-4292270-1532587432/solver-4292270-1532587432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532582652-5698 --watchdog 2560 HOME/xcsp3-exec -seed 874431427 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292270-1532587432.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=6301, runsolver pid=6298

[startup+0.100091 s]*
/proc/loadavg: 1.78 1.82 1.76 3/217 6317
/proc/meminfo: memFree=24143812/32770624 swapFree=67076856/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14082840 memory=27648 CPUtime=0.12 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 5296 0 0 0 11 1 0 0 20 0 15 0 76306407 14420828160 6912 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3520710 6912 2986 1 0 3483008 0
[pid=6303/tid=6304] ppid=6301 vsize=14082840 memory=7684729343621436251 CPUtime=0.09 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 3284 0 0 0 9 0 0 0 20 0 15 0 76306407 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676925508912 140676921281942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306409 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306410 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306410 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 76306412 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 76306412 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0.01 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) R 6301 6301 5667 0 -1 4202560 279 0 0 0 1 0 0 0 20 0 15 0 76306413 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306413 14420828160 6912 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29104 KiB

[startup+0.210465 s]*
/proc/loadavg: 1.78 1.82 1.76 3/217 6317
/proc/meminfo: memFree=24133020/32770624 swapFree=67076856/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14082840 memory=39504 CPUtime=0.33 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 7885 0 0 0 32 1 0 0 20 0 15 0 76306407 14420828160 9876 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3520710 9876 3175 1 0 3483008 0
[pid=6303/tid=6304] ppid=6301 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 4965 0 0 0 19 1 0 0 20 0 15 0 76306407 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676925508192 140676904462727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14082840 memory=8947 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14082840 memory=288370478598387328 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306408 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306409 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306410 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306410 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 15 0 76306412 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 303 0 0 0 2 0 0 0 20 0 15 0 76306412 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14082840 memory=140102446675584 CPUtime=0.08 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 866 0 0 0 8 0 0 0 20 0 15 0 76306413 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306413 14420828160 9876 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 40960 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.78 1.82 1.76 4/217 6317
/proc/meminfo: memFree=24126336/32770624 swapFree=67076856/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14087096 memory=46232 CPUtime=0.51 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 8795 0 0 0 49 2 0 0 20 0 15 0 76306407 14425186304 11558 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3521774 11558 3207 1 0 3483008 0
[pid=6303/tid=6304] ppid=6301 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 5620 0 0 0 28 1 0 0 20 0 15 0 76306407 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676925501120 140676905350494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306408 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306409 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306410 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306410 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14087096 memory=8549982201333320512 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 459 0 0 0 4 0 0 0 20 0 15 0 76306412 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 324 0 0 0 3 0 0 0 20 0 15 0 76306412 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 1099 0 0 0 12 0 0 0 20 0 15 0 76306413 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306413 14425186304 11558 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 47688 KiB

[startup+0.701207 s]
/proc/loadavg: 1.78 1.82 1.76 3/217 6317
/proc/meminfo: memFree=24109176/32770624 swapFree=67076856/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14089220 memory=65764 CPUtime=1.62 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 12107 0 0 0 159 3 0 0 20 0 15 0 76306407 14427361280 16441 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3522305 16441 3343 1 0 3483520 0
[pid=6303/tid=6304] ppid=6301 vsize=14089220 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 6386 0 0 0 66 2 0 0 20 0 15 0 76306407 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676925506128 140676560833413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14089220 memory=288230608902300371 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14089220 memory=14415903932567280 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306408 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306408 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306409 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14089220 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) R 6301 6301 5667 0 -1 4202560 1163 0 0 0 32 0 0 0 20 0 15 0 76306412 14427361280 16441 33554432000 4194304 4196468 140732488349040 140676391256264 140676901970304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14089220 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) R 6301 6301 5667 0 -1 4202560 1299 0 0 0 28 0 0 0 20 0 15 0 76306412 14427361280 16507 33554432000 4194304 4196468 140732488349040 140676390207056 140676901122080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14089220 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 1979 0 0 0 32 0 0 0 20 0 15 0 76306413 14427361280 16507 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14089220 memory=5937503940875796577 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 16507 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14089220 memory=7522808333698297960 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 16507 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 67220 KiB

[startup+1.5009 s]
/proc/loadavg: 1.78 1.82 1.76 5/217 6317
/proc/meminfo: memFree=24095068/32770624 swapFree=67076856/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0

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

/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14089220 memory=207888 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14089220 memory=1456 CPUtime=2.07 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 11069 0 0 0 206 1 0 0 20 0 15 0 76306412 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14089220 memory=3328 CPUtime=1.55 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 9788 0 0 0 153 2 0 0 20 0 15 0 76306412 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14089220 memory=3032 CPUtime=0.48 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 9578 0 0 0 47 1 0 0 20 0 15 0 76306413 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14089220 memory=210048 CPUtime=0.62 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 934 0 0 0 28 34 0 0 20 0 15 0 76306413 14427361280 52512 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 2268.07 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 211504 KiB

[startup+2322.3 s]
/proc/loadavg: 1.60 1.52 1.59 3/217 6411
/proc/meminfo: memFree=23810016/32770624 swapFree=67076872/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14089220 memory=210064 CPUtime=2328.12 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 69240 0 0 0 232764 48 0 0 20 0 15 0 76306407 14427361280 52516 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3522305 52516 3389 1 0 3483520 0
[pid=6303/tid=6304] ppid=6301 vsize=14089220 memory=210064 CPUtime=2321.17 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 20094 0 0 0 232111 6 0 0 20 0 15 0 76306407 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676925509488 140676560658722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14089220 memory=210064 CPUtime=0.42 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 3216 0 0 0 38 4 0 0 20 0 15 0 76306408 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14089220 memory=210064 CPUtime=0.41 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 3238 0 0 0 38 3 0 0 20 0 15 0 76306408 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14089220 memory=1456 CPUtime=0.42 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 3439 0 0 0 37 5 0 0 20 0 15 0 76306408 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14089220 memory=1456 CPUtime=0.42 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 1733 0 0 0 38 4 0 0 20 0 15 0 76306408 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14089220 memory=210064 CPUtime=0.45 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 4802 0 0 0 41 4 0 0 20 0 15 0 76306409 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14089220 memory=210064 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14089220 memory=15316 CPUtime=2.07 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 11069 0 0 0 206 1 0 0 20 0 15 0 76306412 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14089220 memory=15316 CPUtime=1.55 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 9788 0 0 0 153 2 0 0 20 0 15 0 76306412 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14089220 memory=3604 CPUtime=0.48 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 9578 0 0 0 47 1 0 0 20 0 15 0 76306413 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14089220 memory=210064 CPUtime=0.64 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 938 0 0 0 29 35 0 0 20 0 15 0 76306413 14427361280 52516 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 2328.12 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 211520 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.58 1.61 3/217 6412
/proc/meminfo: memFree=23807552/32770624 swapFree=67076872/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14089220 memory=212160 CPUtime=2388.16 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 70169 0 0 0 238766 50 0 0 20 0 15 0 76306407 14427361280 53040 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3522305 53040 3389 1 0 3483520 0
[pid=6303/tid=6304] ppid=6301 vsize=14089220 memory=212160 CPUtime=2381.15 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 20440 0 0 0 238109 6 0 0 20 0 15 0 76306407 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676925509568 140676557567009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14089220 memory=1456 CPUtime=0.43 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 3235 0 0 0 39 4 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14089220 memory=212160 CPUtime=0.41 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 3291 0 0 0 38 3 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14089220 memory=212160 CPUtime=0.42 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 3463 0 0 0 37 5 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14089220 memory=1456 CPUtime=0.43 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2019 0 0 0 39 4 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14089220 memory=212160 CPUtime=0.46 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 4978 0 0 0 42 4 0 0 20 0 15 0 76306409 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14089220 memory=212160 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14089220 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14089220 memory=1456 CPUtime=2.07 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 11071 0 0 0 206 1 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14089220 memory=280204606324960 CPUtime=1.55 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 9790 0 0 0 153 2 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14089220 memory=212160 CPUtime=0.48 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 9580 0 0 0 47 1 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14089220 memory=212160 CPUtime=0.66 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 957 0 0 0 30 36 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 2388.16 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 213616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 1.75 1.58 1.61 3/217 6493
/proc/meminfo: memFree=23242560/32770624 swapFree=67076872/67108860
[pid=6301] ppid=6298 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (xcsp3-exec) S 6298 6301 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306407 115843072 364 33554432000 4194304 5098028 140725848593504 140725848591608 140137513071228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 40427520 140725848601659 140725848601860 140725848601860 140725848604618 0
/proc/6301/statm: 28282 364 306 221 0 87 0
[pid=6303] ppid=6301 vsize=14089220 memory=212160 CPUtime=2400.07 cores=0,2,4,6
/proc/6303/stat : 6303 (java) S 6301 6301 5667 0 -1 1077944320 70174 0 0 0 239957 50 0 0 20 0 15 0 76306407 14427361280 53040 33554432000 4194304 4196468 140732488349040 140732488331584 140676921270007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
/proc/6303/statm: 3522305 53040 3389 1 0 3483520 0
[pid=6303/tid=6304] ppid=6301 vsize=14089220 memory=4108 CPUtime=2393.05 cores=0,2,4,6
/proc/6303/task/6304/stat : 6304 (java) R 6301 6301 5667 0 -1 4202560 20442 0 0 0 239299 6 0 0 20 0 15 0 76306407 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676925509616 140676560659069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6305] ppid=6301 vsize=14089220 memory=1408 CPUtime=0.43 cores=0,2,4,6
/proc/6303/task/6305/stat : 6305 (java) S 6301 6301 5667 0 -1 1077944384 3236 0 0 0 39 4 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676890982672 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6306] ppid=6301 vsize=14089220 memory=3240 CPUtime=0.42 cores=0,2,4,6
/proc/6303/task/6306/stat : 6306 (java) S 6301 6301 5667 0 -1 1077944384 3291 0 0 0 39 3 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676515633552 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6307] ppid=6301 vsize=14089220 memory=1452 CPUtime=0.43 cores=0,2,4,6
/proc/6303/task/6307/stat : 6307 (java) S 6301 6301 5667 0 -1 1077944384 3463 0 0 0 38 5 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676514581008 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6308] ppid=6301 vsize=14089220 memory=253436 CPUtime=0.43 cores=0,2,4,6
/proc/6303/task/6308/stat : 6308 (java) S 6301 6301 5667 0 -1 1077944384 2019 0 0 0 39 4 0 0 20 0 15 0 76306408 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676513528464 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6309] ppid=6301 vsize=14089220 memory=1408 CPUtime=0.46 cores=0,2,4,6
/proc/6303/task/6309/stat : 6309 (java) S 6301 6301 5667 0 -1 1077944384 4978 0 0 0 42 4 0 0 20 0 15 0 76306409 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676395481584 140676921281154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6310] ppid=6301 vsize=14089220 memory=3180 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6310/stat : 6310 (java) S 6301 6301 5667 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676394427808 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6311] ppid=6301 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6311/stat : 6311 (java) S 6301 6301 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 76306410 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676393375216 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6312] ppid=6301 vsize=14089220 memory=212160 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6312/stat : 6312 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676392323792 140676921288603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6313] ppid=6301 vsize=14089220 memory=8112282956445269571 CPUtime=2.07 cores=0,2,4,6
/proc/6303/task/6313/stat : 6313 (java) S 6301 6301 5667 0 -1 1077944384 11071 0 0 0 206 1 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676391270384 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6314] ppid=6301 vsize=14089220 memory=4126316290023845779 CPUtime=1.55 cores=0,2,4,6
/proc/6303/task/6314/stat : 6314 (java) S 6301 6301 5667 0 -1 1077944384 9790 0 0 0 153 2 0 0 20 0 15 0 76306412 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676390217840 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6315] ppid=6301 vsize=14089220 memory=8112282956445269571 CPUtime=0.48 cores=0,2,4,6
/proc/6303/task/6315/stat : 6315 (java) S 6301 6301 5667 0 -1 1077944384 9580 0 0 0 47 1 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676389165296 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6316] ppid=6301 vsize=14089220 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6303/task/6316/stat : 6316 (java) S 6301 6301 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676388112992 140676921280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
[pid=6303/tid=6317] ppid=6301 vsize=14089220 memory=1548 CPUtime=0.66 cores=0,2,4,6
/proc/6303/task/6317/stat : 6317 (java) S 6301 6301 5667 0 -1 1077944384 959 0 0 0 30 36 0 0 20 0 15 0 76306413 14427361280 53040 33554432000 4194304 4196468 140732488349040 140676387060528 140676921281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 7618560 140732488356993 140732488357169 140732488357169 140732488359887 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 213616 KiB

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

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

[startup+2394.21 s]
# the end of solver process 6303 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.58 s, system=0.508317 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): 2394.21
CPU time (s): 2400.09
CPU user time (s): 2399.58
CPU system time (s): 0.508317
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 213616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.58
system time used= 0.508317
maximum resident set size= 212724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65183
involuntary context switches= 2622


# summary of solver processes directly reported to runsolver:
#   pid: 6301,6303
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.58
#   total CPU system time (s): 0.508317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2117 second user time and 21.3986 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 08:43:52
IDJOB=4292270
IDBENCH=141631
IDSOLVER=2747
FILE ID=node102/4292270-1532587432
RUNJOBID= node102-1532582652-5698
PBS_JOBID= 21021970
Free space on /tmp= 52728 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292270-1532587432/watcher-4292270-1532587432 -o /tmp/evaluation-result-4292270-1532587432/solver-4292270-1532587432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532582652-5698 --watchdog 2560  HOME/xcsp3-exec -seed 874431427 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292270-1532587432.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=874431427

node102.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.51
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.51
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.51
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.51
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:        24162104 kB
MemAvailable:   31875120 kB
Buffers:          181848 kB
Cached:          7766636 kB
SwapCached:         5440 kB
Active:          1423404 kB
Inactive:        6649364 kB
Active(anon):      94812 kB
Inactive(anon):    53700 kB
Active(file):    1328592 kB
Inactive(file):  6595664 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076856 kB
Dirty:             20624 kB
Writeback:             0 kB
AnonPages:        275492 kB
Mapped:            45888 kB
Shmem:             21788 kB
Slab:             236864 kB
SReclaimable:     209192 kB
SUnreclaim:        27672 kB
KernelStack:        3872 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 52704 MiB
End job on node102 at 2018-07-26 09:23:47