Trace number 4306566

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)SAT (TO)127 2520.06 2512.41

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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-4306566-1534141978.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306566-1534141978.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.04/0.53	c solve instance...
1.36/0.65	o 192 
1.36/0.65	o 191 
1.36/0.66	o 189 
1.36/0.68	o 178 
1.36/0.69	o 177 
1.98/0.88	o 153 
1.98/0.89	o 152 
1.98/0.90	o 150 
2.34/0.91	o 149 
2.34/0.92	o 144 
2.34/0.94	o 143 
11.22/7.65	o 139 
43.10/39.13	o 138 
44.59/40.64	o 136 
125.98/121.86	o 135 
125.98/121.88	o 134 
390.58/386.27	o 132 
439.00/434.55	o 130 
884.01/879.03	o 129 
1303.74/1298.38	o 128 
1311.45/1306.04	o 127 
2520.04/2512.40	s SATISFIABLE
2520.04/2512.40	v <instantiation>
2520.04/2512.40	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] 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] </list>
2520.04/2512.40	v 	<values>11 10 5 7 8 3 9 12 15 14 17 19 16 18 27 29 28 25 24 23 26 22 20 21 13 6 1 0 2 4 1 4 4 1 4 4 4 4 4 4 6 7 5 7 12 3 2 4 1 5 3 1 1 9 8 4 7 2 1 5 </values>
2520.04/2512.40	v </instantiation>
2520.04/2512.40	c Unexpected resolution interruption!

Verifier Data

OK	127

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306566-1534141978/watcher-4306566-1534141978 -o /tmp/evaluation-result-4306566-1534141978/solver-4306566-1534141978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534136952-1001 --watchdog 2580 HOME/xcsp3-exec -seed 1500381771 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306566-1534141978.xml 

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

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

solver pid=1783, runsolver pid=1780

[startup+0.100092 s]*
/proc/loadavg: 1.67 1.65 1.73 3/218 1799
/proc/meminfo: memFree=24639436/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14082940 memory=28248 CPUtime=0.12 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 5495 0 0 0 11 1 0 0 20 0 15 0 231760995 14420930560 7062 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3520735 7062 2993 1 0 3483012 0
[pid=1785/tid=1786] ppid=1783 vsize=14082940 memory=7022364632946311227 CPUtime=0.08 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 3507 0 0 0 8 0 0 0 20 0 15 0 231760995 14420930560 7062 33554432000 4194304 4196468 140728569829760 140271441134464 140271436914070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14082940 memory=4294979980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14420930560 7062 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14082940 memory=3616588908348282528 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14420930560 7062 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14420930560 7062 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231760996 14420930560 7062 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14082940 memory=139887818020480 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231760997 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231760997 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231760998 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14082940 memory=139887818020480 CPUtime=0.01 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) R 1783 1783 636 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270904728048 140271422582325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231761000 14420930560 7062 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29704 KiB

[startup+0.214762 s]*
/proc/loadavg: 1.67 1.65 1.73 3/218 1799
/proc/meminfo: memFree=24627264/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14087196 memory=41384 CPUtime=0.34 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 8393 0 0 0 32 2 0 0 20 0 15 0 231760995 14425288704 10346 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3521799 10346 3204 1 0 3483012 0
[pid=1785/tid=1786] ppid=1783 vsize=14087196 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 5480 0 0 0 19 1 0 0 20 0 15 0 231760995 14425288704 10346 33554432000 4194304 4196468 140728569829760 140271441116144 140271436924061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14087196 memory=4294979980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 10346 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14087196 memory=3616588908348282528 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 10346 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 10346 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 10346 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14087196 memory=139887818020480 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231760997 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231760997 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231760998 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 692 0 0 0 3 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14087196 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14087196 memory=139887818020480 CPUtime=0.08 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) R 1783 1783 636 0 -1 4202560 765 0 0 0 8 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270904728048 140271429139262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 10346 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42840 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.67 1.65 1.73 3/218 1799
/proc/meminfo: memFree=24620936/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14087196 memory=47752 CPUtime=0.52 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 9136 0 0 0 49 3 0 0 20 0 15 0 231760995 14425288704 11938 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3521799 11938 3235 1 0 3483012 0
[pid=1785/tid=1786] ppid=1783 vsize=14087196 memory=1399051139730258233 CPUtime=0.29 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 6155 0 0 0 27 2 0 0 20 0 15 0 231760995 14425288704 12003 33554432000 4194304 4196468 140728569829760 140271441139296 140271420982622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 12003 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14087196 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 12003 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 12011 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231760996 14425288704 12011 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231760997 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14087196 memory=-6452064069391756930 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231760997 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14087196 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231760998 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14087196 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14087196 memory=6944656592455360604 CPUtime=0.05 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 699 0 0 0 5 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14087196 memory=-7812736537705029536 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 176 0 0 0 3 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14087196 memory=-7604995849183860074 CPUtime=0.12 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14087196 memory=7681905605394137875 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14087196 memory=7100839852556452247 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231761000 14425288704 12011 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49208 KiB

[startup+0.705962 s]
/proc/loadavg: 1.67 1.65 1.73 3/218 1799
/proc/meminfo: memFree=24603816/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14089320 memory=70308 CPUtime=1.68 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 12280 0 0 0 164 4 0 0 20 0 15 0 231760995 14427463680 17577 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3522330 17577 3365 1 0 3483524 0
[pid=1785/tid=1786] ppid=1783 vsize=14089320 memory=5795153719298590087 CPUtime=0.68 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 6924 0 0 0 65 3 0 0 20 0 15 0 231760995 14427463680 17577 33554432000 4194304 4196468 140728569829760 140271441139256 140271034945316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14427463680 17577 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14427463680 17577 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14089320 memory=736 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231760996 14427463680 17577 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14089320 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231760996 14427463680 17577 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14089320 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231760997 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14089320 memory=5116 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231760997 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14089320 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231760998 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14089320 memory=13608 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14089320 memory=912 CPUtime=0.34 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) R 1783 1783 636 0 -1 4202560 1351 0 0 0 34 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270906832832 140271422027504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14089320 memory=3852 CPUtime=0.31 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) R 1783 1783 636 0 -1 4202560 1144 0 0 0 31 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270905772432 140271418427878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14089320 memory=4104 CPUtime=0.33 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 1553 0 0 0 33 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14089320 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14089320 memory=33292 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 17577 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71764 KiB

[startup+1.50084 s]
/proc/loadavg: 1.67 1.65 1.73 5/218 1799
/proc/meminfo: memFree=24585168/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0

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

/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 231760998 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14089320 memory=238548 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14089320 memory=238548 CPUtime=1.98 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 14958 0 0 0 197 1 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14089320 memory=1456 CPUtime=1.8 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 13187 0 0 0 179 1 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 8551 0 0 0 49 1 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14089320 memory=238548 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1094 0 0 0 22 27 0 0 20 0 15 0 231761000 14427463680 59637 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 2389.58 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 240004 KiB

[startup+2442.3 s]
/proc/loadavg: 1.15 1.30 1.45 3/218 1897
/proc/meminfo: memFree=24416252/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14089320 memory=242740 CPUtime=2449.73 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 81681 0 0 0 244903 70 0 0 20 0 15 0 231760995 14427463680 60685 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3522330 60685 3417 1 0 3483524 0
[pid=1785/tid=1786] ppid=1783 vsize=14089320 memory=240692 CPUtime=2440.25 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 22726 0 0 0 244018 7 0 0 20 0 15 0 231760995 14427463680 60685 33554432000 4194304 4196468 140728569829760 140271441141424 140271036314671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14089320 memory=240692 CPUtime=0.95 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 4702 0 0 0 87 8 0 0 20 0 15 0 231760996 14427463680 60685 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14089320 memory=240692 CPUtime=0.96 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 3519 0 0 0 87 9 0 0 20 0 15 0 231760996 14427463680 60685 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14089320 memory=238548 CPUtime=0.93 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 3956 0 0 0 85 8 0 0 20 0 15 0 231760996 14427463680 60685 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.96 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2405 0 0 0 87 9 0 0 20 0 15 0 231760996 14427463680 60685 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14089320 memory=240692 CPUtime=0.79 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5190 0 0 0 72 7 0 0 20 0 15 0 231760997 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14089320 memory=240692 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 231760997 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14089320 memory=240692 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 231760998 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14089320 memory=240692 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14089320 memory=240692 CPUtime=1.98 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 14960 0 0 0 197 1 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14089320 memory=240692 CPUtime=1.8 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 13189 0 0 0 179 1 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14089320 memory=242740 CPUtime=0.5 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 8553 0 0 0 49 1 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1109 0 0 0 22 28 0 0 20 0 15 0 231761000 14427463680 60685 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 2449.73 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 244196 KiB

[startup+2502.3 s]
/proc/loadavg: 1.12 1.27 1.43 3/218 1898
/proc/meminfo: memFree=24411844/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14089320 memory=246896 CPUtime=2509.92 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 81853 0 0 0 250920 72 0 0 20 0 15 0 231760995 14427463680 61724 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3522330 61724 3417 1 0 3483524 0
[pid=1785/tid=1786] ppid=1783 vsize=14089320 memory=1456 CPUtime=2500.14 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 22848 0 0 0 250007 7 0 0 20 0 15 0 231760995 14427463680 61724 33554432000 4194304 4196468 140728569829760 140271441141424 140271036493731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14089320 memory=1456 CPUtime=1.01 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 4709 0 0 0 93 8 0 0 20 0 15 0 231760996 14427463680 61724 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14089320 memory=244788 CPUtime=1.02 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 3527 0 0 0 93 9 0 0 20 0 15 0 231760996 14427463680 61724 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14089320 memory=246896 CPUtime=1 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 3970 0 0 0 91 9 0 0 20 0 15 0 231760996 14427463680 61724 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14089320 memory=246896 CPUtime=1.01 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2418 0 0 0 92 9 0 0 20 0 15 0 231760996 14427463680 61724 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.84 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5194 0 0 0 76 8 0 0 20 0 15 0 231760997 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14089320 memory=61840 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 231760997 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14089320 memory=780 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 231760998 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14089320 memory=1456 CPUtime=1.98 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 14960 0 0 0 197 1 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14089320 memory=1456 CPUtime=1.8 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 13189 0 0 0 179 1 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14089320 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 8553 0 0 0 49 1 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14089320 memory=246896 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14089320 memory=246896 CPUtime=0.52 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1113 0 0 0 23 29 0 0 20 0 15 0 231761000 14427463680 61724 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 2509.92 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 248352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.4 s]
/proc/loadavg: 1.43 1.33 1.45 3/218 1981
/proc/meminfo: memFree=23825908/32770624 swapFree=67058936/67108860
[pid=1783] ppid=1780 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1783/stat : 1783 (xcsp3-exec) S 1780 1783 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231760994 115843072 364 33554432000 4194304 5098028 140724851714688 140724851712792 140710623220348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14684160 140724851721274 140724851721476 140724851721476 140724851724234 0
/proc/1783/statm: 28282 364 306 221 0 87 0
[pid=1785] ppid=1783 vsize=14089320 memory=248944 CPUtime=2520.04 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1783 636 0 -1 1077944320 81870 0 0 0 251931 73 0 0 20 0 15 0 231760995 14427463680 62236 33554432000 4194304 4196468 140728569829760 140728569812304 140271436902135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
/proc/1785/statm: 3522330 62236 3417 1 0 3483524 0
[pid=1785/tid=1786] ppid=1783 vsize=14089320 memory=8112282956445269571 CPUtime=2510.23 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1783 636 0 -1 4202560 22854 0 0 0 251016 7 0 0 20 0 15 0 231760995 14427463680 62236 33554432000 4194304 4196468 140728569829760 140271441141888 140271035035203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1787] ppid=1783 vsize=14089320 memory=248944 CPUtime=1.02 cores=1,3,5,7
/proc/1785/task/1787/stat : 1787 (java) S 1783 1783 636 0 -1 1077944384 4710 0 0 0 94 8 0 0 20 0 15 0 231760996 14427463680 62236 33554432000 4194304 4196468 140728569829760 140271351970832 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1788] ppid=1783 vsize=14089320 memory=4104 CPUtime=1.02 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1783 636 0 -1 1077944384 3530 0 0 0 93 9 0 0 20 0 15 0 231760996 14427463680 62236 33554432000 4194304 4196468 140728569829760 140271031413904 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1789] ppid=1783 vsize=14089320 memory=1432 CPUtime=1 cores=1,3,5,7
/proc/1785/task/1789/stat : 1789 (java) S 1783 1783 636 0 -1 1077944384 3971 0 0 0 91 9 0 0 20 0 15 0 231760996 14427463680 62236 33554432000 4194304 4196468 140728569829760 140271030360848 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1790] ppid=1783 vsize=14089320 memory=816 CPUtime=1.03 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1783 636 0 -1 1077944384 2420 0 0 0 93 10 0 0 20 0 15 0 231760996 14427463680 62236 33554432000 4194304 4196468 140728569829760 140271029308304 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1791] ppid=1783 vsize=14089320 memory=1408 CPUtime=0.84 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1783 636 0 -1 1077944384 5196 0 0 0 76 8 0 0 20 0 15 0 231760997 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270911043824 140271436913282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1792] ppid=1783 vsize=14089320 memory=1140 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1783 636 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 231760997 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270909990048 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1793] ppid=1783 vsize=14089320 memory=1024 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1783 636 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 231760998 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270908936944 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1794] ppid=1783 vsize=14089320 memory=3172 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270907885520 140271436920731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1795] ppid=1783 vsize=14089320 memory=2076 CPUtime=1.98 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1783 636 0 -1 1077944384 14960 0 0 0 197 1 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270906833648 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1796] ppid=1783 vsize=14089320 memory=9004 CPUtime=1.8 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1783 636 0 -1 1077944384 13189 0 0 0 179 1 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270905781104 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1797] ppid=1783 vsize=14089320 memory=768 CPUtime=0.5 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1783 636 0 -1 1077944384 8553 0 0 0 49 1 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270904728048 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1798] ppid=1783 vsize=14089320 memory=736 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1783 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270903675744 140271436912341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
[pid=1785/tid=1799] ppid=1783 vsize=14089320 memory=1520 CPUtime=0.52 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1783 636 0 -1 1077944384 1115 0 0 0 23 29 0 0 20 0 15 0 231761000 14427463680 62236 33554432000 4194304 4196468 140728569829760 140270902622768 140271436913282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30965760 140728569836678 140728569836849 140728569836849 140728569839567 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 250400 KiB

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

[startup+2512.41 s]
# the end of solver process 1783 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000772 s, system=0.001544 s

[startup+2512.41 s]
# the end of solver process 1785 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.32 s, system=0.737885 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): 2512.41
CPU time (s): 2520.06
CPU user time (s): 2519.32
CPU system time (s): 0.737885
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 250400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.32
system time used= 0.737885
maximum resident set size= 249464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78118
involuntary context switches= 1795


# summary of solver processes directly reported to runsolver:
#   pid: 1783,1785
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.32
#   total CPU system time (s): 0.737885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3313 second user time and 22.7746 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-13 08:32:58
IDJOB=4306566
IDBENCH=141626
IDSOLVER=2787
FILE ID=node103/4306566-1534141978
RUNJOBID= node103-1534136952-1001
PBS_JOBID= 21037024
Free space on /tmp= 34612 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-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-4306566-1534141978/watcher-4306566-1534141978 -o /tmp/evaluation-result-4306566-1534141978/solver-4306566-1534141978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534136952-1001 --watchdog 2580  HOME/xcsp3-exec -seed 1500381771 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306566-1534141978.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=1500381771

node103.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.48
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.48
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.48
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.48
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:        24656100 kB
MemAvailable:   31736256 kB
Buffers:          142512 kB
Cached:          7120804 kB
SwapCached:         5336 kB
Active:          4174848 kB
Inactive:        3312976 kB
Active(anon):     216444 kB
Inactive(anon):    59428 kB
Active(file):    3958404 kB
Inactive(file):  3253548 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67058936 kB
Dirty:             22124 kB
Writeback:             0 kB
AnonPages:        227512 kB
Mapped:            64004 kB
Shmem:             48668 kB
Slab:             325456 kB
SReclaimable:     296664 kB
SUnreclaim:        28792 kB
KernelStack:        3552 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1319028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34592 MiB
End job on node103 at 2018-08-13 09:14:51