Trace number 4302110

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)173 252.054 247.713

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark252.05
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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-4302110-1532888583.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4302110-1532888583.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.27	c parse instance...
1.03/0.54	c solve instance...
1.35/0.67	o 241 
1.35/0.67	o 237 
1.35/0.67	o 218 
2.29/0.91	o 215 
2.63/1.02	o 210 
2.63/1.03	o 209 
2.63/1.03	o 206 
2.94/1.18	o 204 
2.94/1.19	o 203 
6.37/2.94	o 202 
6.37/2.94	o 199 
6.37/2.95	o 197 
6.37/2.98	o 195 
11.22/7.55	o 191 
11.22/7.55	o 189 
11.22/7.55	o 188 
11.22/7.56	o 184 
11.32/7.63	o 181 
18.08/14.37	o 179 
18.18/14.44	o 178 
72.65/68.54	o 174 
72.65/68.55	o 173 
252.03/247.70	s SATISFIABLE
252.03/247.70	v <instantiation>
252.03/247.70	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] </list>
252.03/247.70	v 	<values>4 3 10 15 9 20 24 22 21 18 19 23 32 34 31 33 30 29 28 27 26 25 17 16 11 13 12 14 8 7 5 2 0 1 6 11 4 4 7 8 7 6 5 4 4 9 7 12 12 9 2 4 1 4 2 1 8 2 3 4 1 3 4 1 4 2 2 7 4 5 </values>
252.03/247.70	v </instantiation>
252.03/247.70	c Unexpected resolution interruption!

Verifier Data

OK	173

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302110-1532888583/watcher-4302110-1532888583 -o /tmp/evaluation-result-4302110-1532888583/solver-4302110-1532888583 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312 HOME/xcsp3-exec -seed 583859143 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302110-1532888583.xml 

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

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

solver pid=15115, runsolver pid=15112

[startup+0.100118 s]*
/proc/loadavg: 2.04 1.97 1.88 4/218 15131
/proc/meminfo: memFree=26933788/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14082940 memory=29544 CPUtime=0.12 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 5235 0 0 0 11 1 0 0 20 0 15 0 106421555 14420930560 7386 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3520735 7386 3025 1 0 3483012 0
[pid=15117/tid=15118] ppid=15115 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 3247 0 0 0 8 0 0 0 20 0 15 0 106421555 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792559159088 139792142664335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14082940 memory=139948981388928 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106421556 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14082940 memory=139948981388928 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106421557 14420930560 7386 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106421558 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106421558 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 106421560 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14082940 memory=139948981388928 CPUtime=0.01 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) R 15115 15115 7585 0 -1 4202560 279 0 0 0 1 0 0 0 20 0 15 0 106421560 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792022460400 139792533730234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14082940 memory=139948981388928 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421561 14420930560 7450 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30996 KiB

[startup+0.210767 s]*
/proc/loadavg: 2.04 1.97 1.88 4/218 15131
/proc/meminfo: memFree=26922236/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14087196 memory=40700 CPUtime=0.34 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 7736 0 0 0 32 2 0 0 20 0 15 0 106421555 14425288704 10175 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3521799 10175 3181 1 0 3483012 0
[pid=15117/tid=15118] ppid=15115 vsize=14087196 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 4984 0 0 0 18 2 0 0 20 0 15 0 106421555 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792559146808 139792539006302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14087196 memory=8950 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14087196 memory=288370325133100672 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14087196 memory=139948981388928 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106421557 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106421558 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106421558 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14087196 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 106421560 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14087196 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 15 0 106421560 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14087196 memory=139948981388928 CPUtime=0.08 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 764 0 0 0 8 0 0 0 20 0 15 0 106421560 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421561 14425288704 10175 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42152 KiB

[startup+0.310447 s]*
/proc/loadavg: 2.04 1.97 1.88 4/218 15131
/proc/meminfo: memFree=26915880/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14087196 memory=48172 CPUtime=0.53 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 8699 0 0 0 51 2 0 0 20 0 15 0 106421555 14425288704 12043 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3521799 12043 3261 1 0 3483012 0
[pid=15117/tid=15118] ppid=15115 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 5680 0 0 0 28 2 0 0 20 0 15 0 106421555 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792559160208 139792554937750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106421556 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106421557 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106421558 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106421558 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 524 0 0 0 4 0 0 0 20 0 15 0 106421560 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 264 0 0 0 5 0 0 0 20 0 15 0 106421560 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14087196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 927 0 0 0 13 0 0 0 20 0 15 0 106421560 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421561 14425288704 12043 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49624 KiB

[startup+0.703861 s]
/proc/loadavg: 2.04 1.97 1.88 4/218 15131
/proc/meminfo: memFree=26899876/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14089320 memory=71000 CPUtime=1.67 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 12025 0 0 0 163 4 0 0 20 0 15 0 106421555 14427463680 17750 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3522330 17750 3366 1 0 3483524 0
[pid=15117/tid=15118] ppid=15115 vsize=14089320 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 6453 0 0 0 65 3 0 0 20 0 15 0 106421555 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792559164144 139792554937750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14089320 memory=30288 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421556 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106421556 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14089320 memory=2260 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106421557 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14089320 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14089320 memory=860 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14089320 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14089320 memory=756 CPUtime=0.29 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) R 15115 15115 7585 0 -1 4202560 1355 0 0 0 29 0 0 0 20 0 15 0 106421560 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792024552024 139792536450768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14089320 memory=1616 CPUtime=0.33 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) R 15115 15115 7585 0 -1 4202560 1038 0 0 0 33 0 0 0 20 0 15 0 106421560 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792023499336 139792534182203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14089320 memory=1836 CPUtime=0.34 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) R 15115 15115 7585 0 -1 4202560 1871 0 0 0 34 0 0 0 20 0 15 0 106421560 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792022460400 139792554947162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14089320 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14089320 memory=6396 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106421561 14427463680 17750 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 72452 KiB

[startup+1.50082 s]
/proc/loadavg: 2.04 1.97 1.88 5/218 15131
/proc/meminfo: memFree=26876744/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0

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

[pid=15117/tid=15123] ppid=15115 vsize=14089320 memory=1180 CPUtime=0.01 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 1405 0 0 0 1 0 0 0 20 0 15 0 106421557 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14089320 memory=504 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14089320 memory=179472 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14089320 memory=1452 CPUtime=1.84 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 12613 0 0 0 183 1 0 0 20 0 15 0 106421560 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14089320 memory=1452 CPUtime=1.8 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 7872 0 0 0 179 1 0 0 20 0 15 0 106421560 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.5 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 5868 0 0 0 50 0 0 0 20 0 15 0 106421560 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14089320 memory=176908 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 621 0 0 0 1 2 0 0 20 0 15 0 106421561 14427463680 44227 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 166.59 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 178360 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.86 1.86 3/217 15217
/proc/meminfo: memFree=27035484/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14089320 memory=157936 CPUtime=226.61 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 46295 0 0 0 22648 13 0 0 20 0 15 0 106421555 14427463680 39484 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3522330 39484 3413 1 0 3483524 0
[pid=15117/tid=15118] ppid=15115 vsize=14089320 memory=157936 CPUtime=222.19 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 11758 0 0 0 22214 5 0 0 20 0 15 0 106421555 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792559165520 139792147256162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 939 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14089320 memory=157936 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1201 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14089320 memory=157936 CPUtime=0.02 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 106421556 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 1481 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14089320 memory=157936 CPUtime=0.02 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 1642 0 0 0 2 0 0 0 20 0 15 0 106421557 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14089320 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14089320 memory=15184 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14089320 memory=3872 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14089320 memory=30288 CPUtime=1.84 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 12616 0 0 0 183 1 0 0 20 0 15 0 106421560 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14089320 memory=3872 CPUtime=1.8 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 7874 0 0 0 179 1 0 0 20 0 15 0 106421560 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14089320 memory=30288 CPUtime=0.51 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 6115 0 0 0 51 0 0 0 20 0 15 0 106421560 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 650 0 0 0 1 3 0 0 20 0 15 0 106421561 14427463680 39484 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 226.61 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 159388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.701 s]
/proc/loadavg: 1.72 1.84 1.85 3/217 15217
/proc/meminfo: memFree=27041520/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14089320 memory=149220 CPUtime=252.03 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 47157 0 0 0 25189 14 0 0 20 0 15 0 106421555 14427463680 37305 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3522330 37305 3413 1 0 3483524 0
[pid=15117/tid=15118] ppid=15115 vsize=14089320 memory=151272 CPUtime=247.59 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 11909 0 0 0 24754 5 0 0 20 0 15 0 106421555 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792559165248 139792147490506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14089320 memory=151272 CPUtime=0.04 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 940 0 0 0 4 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14089320 memory=151272 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1202 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14089320 memory=149220 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 667 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 1487 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14089320 memory=3872 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 1653 0 0 0 2 1 0 0 20 0 15 0 106421557 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14089320 memory=30288 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14089320 memory=1180 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14089320 memory=1452 CPUtime=1.84 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 12616 0 0 0 183 1 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14089320 memory=1180 CPUtime=1.8 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 7876 0 0 0 179 1 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14089320 memory=152296 CPUtime=0.51 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 6799 0 0 0 51 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 655 0 0 0 2 3 0 0 20 0 15 0 106421561 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 150672 KiB

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

[startup+247.712 s]
# the end of solver process 15115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.9 s, system=0.154615 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+247.701 s]
/proc/loadavg: 1.72 1.84 1.85 3/217 15217
/proc/meminfo: memFree=27041520/32770624 swapFree=67108496/67108860
[pid=15115] ppid=15112 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15115/stat : 15115 (xcsp3-exec) S 15112 15115 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106421554 115843072 363 33554432000 4194304 5098028 140736701468864 140736701466968 140682620752508 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40464384 140736701477953 140736701478153 140736701478153 140736701480906 0
/proc/15115/statm: 28282 363 305 221 0 87 0
[pid=15117] ppid=15115 vsize=14089320 memory=149220 CPUtime=252.03 cores=0,2,4,6
/proc/15117/stat : 15117 (java) S 15115 15115 7585 0 -1 1077944320 47157 0 0 0 25189 14 0 0 20 0 15 0 106421555 14427463680 37305 33554432000 4194304 4196468 140730520204032 140730520186576 139792554925815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
/proc/15117/statm: 3522330 37305 3413 1 0 3483524 0
[pid=15117/tid=15118] ppid=15115 vsize=14089320 memory=151272 CPUtime=247.59 cores=0,2,4,6
/proc/15117/task/15118/stat : 15118 (java) R 15115 15115 7585 0 -1 4202560 11909 0 0 0 24754 5 0 0 20 0 15 0 106421555 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792559165248 139792147490506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15119] ppid=15115 vsize=14089320 memory=151272 CPUtime=0.04 cores=0,2,4,6
/proc/15117/task/15119/stat : 15119 (java) S 15115 15115 7585 0 -1 1077944384 940 0 0 0 4 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792469994000 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15120] ppid=15115 vsize=14089320 memory=151272 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15120/stat : 15120 (java) S 15115 15115 7585 0 -1 1077944384 1202 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792468941456 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15121] ppid=15115 vsize=14089320 memory=149220 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15121/stat : 15121 (java) S 15115 15115 7585 0 -1 1077944384 667 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792467888400 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15122] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15122/stat : 15122 (java) S 15115 15115 7585 0 -1 1077944384 1487 0 0 0 3 0 0 0 20 0 15 0 106421556 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792466835856 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15123] ppid=15115 vsize=14089320 memory=3872 CPUtime=0.03 cores=0,2,4,6
/proc/15117/task/15123/stat : 15123 (java) S 15115 15115 7585 0 -1 1077944384 1653 0 0 0 2 1 0 0 20 0 15 0 106421557 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792028777200 139792554936962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15124] ppid=15115 vsize=14089320 memory=30288 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15124/stat : 15124 (java) S 15115 15115 7585 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792027723424 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15125] ppid=15115 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15125/stat : 15125 (java) S 15115 15115 7585 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106421558 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792026670320 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15126] ppid=15115 vsize=14089320 memory=1180 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15126/stat : 15126 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792025618896 139792554944411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15127] ppid=15115 vsize=14089320 memory=1452 CPUtime=1.84 cores=0,2,4,6
/proc/15117/task/15127/stat : 15127 (java) S 15115 15115 7585 0 -1 1077944384 12616 0 0 0 183 1 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792024566000 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15128] ppid=15115 vsize=14089320 memory=1180 CPUtime=1.8 cores=0,2,4,6
/proc/15117/task/15128/stat : 15128 (java) S 15115 15115 7585 0 -1 1077944384 7876 0 0 0 179 1 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792023513456 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15129] ppid=15115 vsize=14089320 memory=152296 CPUtime=0.51 cores=0,2,4,6
/proc/15117/task/15129/stat : 15129 (java) S 15115 15115 7585 0 -1 1077944384 6799 0 0 0 51 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792022460400 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15130] ppid=15115 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15117/task/15130/stat : 15130 (java) S 15115 15115 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106421560 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792021408096 139792554936021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
[pid=15117/tid=15131] ppid=15115 vsize=14089320 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/15117/task/15131/stat : 15131 (java) S 15115 15115 7585 0 -1 1077944384 655 0 0 0 2 3 0 0 20 0 15 0 106421561 14427463680 37305 33554432000 4194304 4196468 140730520204032 139792020356144 139792554936962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 37371904 140730520208524 140730520208694 140730520208694 140730520211407 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 150672 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 247.713
CPU time (s): 252.054
CPU user time (s): 251.9
CPU system time (s): 0.154615
CPU usage (%): 101.753
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 210060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.9
system time used= 0.154615
maximum resident set size= 212692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8189
involuntary context switches= 268


# summary of solver processes directly reported to runsolver:
#   pid: 15115
#   total CPU time (s): 252.054
#   total CPU user time (s): 251.9
#   total CPU system time (s): 0.154615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17298 second user time and 2.6093 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 20:23:04
IDJOB=4302110
IDBENCH=141624
IDSOLVER=2772
FILE ID=node149/4302110-1532888583
RUNJOBID= node149-1532880125-7616
PBS_JOBID= 21022517
Free space on /tmp= 45724 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-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-4302110-1532888583/watcher-4302110-1532888583 -o /tmp/evaluation-result-4302110-1532888583/solver-4302110-1532888583 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312  HOME/xcsp3-exec -seed 583859143 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302110-1532888583.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=583859143

node149.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.60
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.60
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.60
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.60
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:        26950956 kB
MemAvailable:   31492380 kB
Buffers:          167472 kB
Cached:          4597568 kB
SwapCached:           60 kB
Active:          2080100 kB
Inactive:        3176512 kB
Active(anon):     441336 kB
Inactive(anon):    78000 kB
Active(file):    1638764 kB
Inactive(file):  3098512 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             21980 kB
Writeback:             4 kB
AnonPages:        689540 kB
Mapped:            49944 kB
Shmem:             25040 kB
Slab:             261608 kB
SReclaimable:     232608 kB
SUnreclaim:        29000 kB
KernelStack:        4048 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1509064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45700 MiB
End job on node149 at 2018-07-29 20:27:11