Trace number 4282094

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)104 2520.1299 2507.9199

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282094-1503147715.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4282094-1503147715.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
0.66/0.57	c solve instance...
0.97/0.64	o 128 
0.97/0.65	o 127 
0.97/0.65	o 126 
1.29/0.72	o 121 
1.29/0.73	o 115 
2.84/1.28	o 111 
2.84/1.29	o 110 
6.04/2.90	o 104 
2520.08/2507.91	s SATISFIABLE
2520.08/2507.91	v <instantiation>
2520.08/2507.91	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] 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] </list>
2520.08/2507.91	v 	<values>14 11 12 6 5 1 2 3 0 4 8 7 10 9 13 10 12 15 1 7 2 6 4 5 4 4 6 10 14 4 </values>
2520.08/2507.91	v </instantiation>
2520.08/2507.91	c Unexpected resolution interruption!

Verifier Data

OK	104

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14164 MiB free)
  memory of node 1: 16384 MiB (15753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282094-1503147715/watcher-4282094-1503147715 -o /tmp/evaluation-result-4282094-1503147715/solver-4282094-1503147715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 299027005 HOME/instance-4282094-1503147715.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=26237, runsolver pid=26234

[startup+0.100133 s]*
/proc/loadavg: 1.83 1.79 1.73 2/198 26240
/proc/meminfo: memFree=30632904/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13358712 memory=14368 CPUtime=0 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 3347 0 0 0 0 0 0 0 20 0 6 0 13179528 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3339678 3592 1903 1 0 3329175 0
[pid=26239/tid=26240] ppid=26237 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 2110 0 0 0 0 0 0 0 20 0 6 0 13179529 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 139882335547984 139882315392350 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13179529 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13358712 memory=140534706833024 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13179529 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 13179529 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 13179529 13679321088 3592 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.216516 s]*
/proc/loadavg: 1.83 1.79 1.73 3/211 26253
/proc/meminfo: memFree=30619580/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13974352 memory=28492 CPUtime=0.11 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 5561 0 0 0 10 1 0 0 20 0 15 0 13179528 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3493588 7123 2835 1 0 3482964 0
[pid=26239/tid=26240] ppid=26237 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 3578 0 0 0 8 1 0 0 20 0 15 0 13179529 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139882335542288 139882331323798 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13974352 memory=8941 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13974352 memory=3906789126666159776 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13974352 memory=140534706833024 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26237 15523 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13974352 memory=140534706833024 CPUtime=0.01 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) R 26237 26237 15523 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 13179534 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331333210 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13974352 memory=140534706833024 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179537 14309736448 7123 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29872 KiB

[startup+0.31029 s]*
/proc/loadavg: 1.83 1.79 1.73 4/211 26253
/proc/meminfo: memFree=30608412/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13974352 memory=39852 CPUtime=0.3 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 9164 0 0 0 27 3 0 0 20 0 15 0 13179528 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3493588 9963 2992 1 0 3482964 0
[pid=26239/tid=26240] ppid=26237 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 6290 0 0 0 16 2 0 0 20 0 15 0 13179529 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139882335529952 139882315392350 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13179531 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) R 26237 26237 15523 0 -1 1077944384 672 0 0 0 2 0 0 0 20 0 15 0 13179534 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) R 26237 26237 15523 0 -1 4202560 188 0 0 0 2 0 0 0 20 0 15 0 13179534 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882323548990 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13974352 memory=140534706833024 CPUtime=0.06 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) R 26237 26237 15523 0 -1 4202560 710 0 0 0 6 0 0 0 20 0 15 0 13179534 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331333210 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13974352 memory=140534706833024 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179537 14309736448 9963 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41232 KiB

[startup+0.701555 s]
/proc/loadavg: 1.83 1.79 1.73 4/211 26253
/proc/meminfo: memFree=30597856/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13980732 memory=62728 CPUtime=1.29 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 13291 0 0 0 124 5 0 0 20 0 15 0 13179528 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3495183 15682 3180 1 0 3483476 0
[pid=26239/tid=26240] ppid=26237 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 8495 0 0 0 52 3 0 0 20 0 15 0 13179529 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139882335547656 139881937142049 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13980732 memory=83396 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13980732 memory=140534551290065 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13980732 memory=8458433173657106229 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13980732 memory=15457 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13980732 memory=4420 CPUtime=0.21 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) R 26237 26237 15523 0 -1 4202560 1479 0 0 0 21 0 0 0 20 0 15 0 13179534 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881805721744 139882312859270 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13980732 memory=6628 CPUtime=0.23 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) R 26237 26237 15523 0 -1 4202560 776 0 0 0 23 0 0 0 20 0 15 0 13179534 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881804672304 139882312012478 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13980732 memory=8836 CPUtime=0.26 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) S 26237 26237 15523 0 -1 1077944384 1234 0 0 0 26 0 0 0 20 0 15 0 13179534 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13980732 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13980732 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179537 14316269568 15682 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64108 KiB

[startup+1.50087 s]
/proc/loadavg: 1.83 1.79 1.73 6/211 26253
/proc/meminfo: memFree=30570924/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13980732 memory=80520 CPUtime=3.74 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 24086 0 0 0 368 6 0 0 20 0 15 0 13179528 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3495183 20130 3191 1 0 3483476 0
[pid=26239/tid=26240] ppid=26237 vsize=13980732 memory=14948470 CPUtime=1.35 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 9142 0 0 0 132 3 0 0 20 0 15 0 13179529 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139882335543120 139881937585599 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13179529 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13980732 memory=7954603119506646632 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 20130 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13980732 memory=7954316159940453218 CPUtime=0 cores=1,3,5,7

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

/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13980732 memory=1380 CPUtime=1.95 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26237 15523 0 -1 1077944384 13202 0 0 0 194 1 0 0 20 0 15 0 13179534 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) S 26237 26237 15523 0 -1 1077944384 14875 0 0 0 208 2 0 0 20 0 15 0 13179534 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13980732 memory=1874452 CPUtime=0.43 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) S 26237 26237 15523 0 -1 1077944384 6598 0 0 0 43 0 0 0 20 0 15 0 13179534 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13980732 memory=1905288 CPUtime=0.51 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 653 0 0 0 19 32 0 0 20 0 15 0 13179537 14316269568 476322 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 2453.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1906668 KiB

[startup+2502.3 s]
/proc/loadavg: 1.23 1.41 1.52 3/215 26513
/proc/meminfo: memFree=29346496/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13980732 memory=1107560 CPUtime=2514.44 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 122170 0 0 0 251108 336 0 0 20 0 15 0 13179528 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3495183 276890 3254 1 0 3483476 0
[pid=26239/tid=26240] ppid=26237 vsize=13980732 memory=897840 CPUtime=2497.85 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) S 26237 26237 15523 0 -1 1077944384 55505 0 0 0 249527 258 0 0 20 0 15 0 13179529 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139882335551616 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13980732 memory=897840 CPUtime=2.59 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 4700 0 0 0 250 9 0 0 20 0 15 0 13179529 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13980732 memory=657280 CPUtime=2.59 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 4708 0 0 0 249 10 0 0 20 0 15 0 13179529 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13980732 memory=867000 CPUtime=2.59 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 4469 0 0 0 249 10 0 0 20 0 15 0 13179529 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13980732 memory=1107560 CPUtime=2.57 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) R 26237 26237 15523 0 -1 1077944384 3440 0 0 0 247 10 0 0 20 0 15 0 13179529 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139882262588064 139882331322069 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13980732 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 12645 0 0 0 100 15 0 0 20 0 15 0 13179531 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881809941536 139882331322069 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13980732 memory=19873 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13980732 memory=1380 CPUtime=1.95 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26237 15523 0 -1 1077944384 13202 0 0 0 194 1 0 0 20 0 15 0 13179534 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) S 26237 26237 15523 0 -1 1077944384 14875 0 0 0 208 2 0 0 20 0 15 0 13179534 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13980732 memory=867000 CPUtime=0.43 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) S 26237 26237 15523 0 -1 1077944384 6598 0 0 0 43 0 0 0 20 0 15 0 13179534 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13980732 memory=926632 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13980732 memory=1380 CPUtime=0.53 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 657 0 0 0 20 33 0 0 20 0 15 0 13179537 14316269568 276890 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 2514.44 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1108940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.9 s]
/proc/loadavg: 1.21 1.41 1.52 3/215 26513
/proc/meminfo: memFree=28818212/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13980732 memory=1409800 CPUtime=2520.08 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 122663 0 0 0 251667 341 0 0 20 0 15 0 13179528 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3495183 352450 3254 1 0 3483476 0
[pid=26239/tid=26240] ppid=26237 vsize=13980732 memory=897840 CPUtime=2503.42 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 55966 0 0 0 250080 262 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882335551360 139881937585532 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13980732 memory=657280 CPUtime=2.61 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 4703 0 0 0 252 9 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13980732 memory=867000 CPUtime=2.6 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 4710 0 0 0 250 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13980732 memory=1319332 CPUtime=2.61 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 4471 0 0 0 251 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13980732 memory=1348120 CPUtime=2.59 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 3448 0 0 0 249 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13980732 memory=1348120 CPUtime=1.15 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 12652 0 0 0 100 15 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13980732 memory=1409800 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13980732 memory=0 CPUtime=1.95 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26237 15523 0 -1 1077944384 13204 0 0 0 194 1 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13980732 memory=19873 CPUtime=2.1 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) S 26237 26237 15523 0 -1 1077944384 14877 0 0 0 208 2 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13980732 memory=1380 CPUtime=0.43 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) S 26237 26237 15523 0 -1 1077944384 6600 0 0 0 43 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13980732 memory=1348120 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13980732 memory=1380 CPUtime=0.53 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 661 0 0 0 20 33 0 0 20 0 15 0 13179537 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1411180 KiB

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

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

[startup+2507.92 s]
# the end of solver process 26239 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.42355 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2507.9 s]
/proc/loadavg: 1.21 1.41 1.52 3/215 26513
/proc/meminfo: memFree=28818212/32770624 swapFree=67108860/67108860
[pid=26237] ppid=26234 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26237/stat : 26237 (xcsp3-exec) S 26234 26237 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 13179519 9740288 345 18446744073709551615 4194304 5098028 140735119660048 140735119658152 139783525409404 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17903616 140735119663482 140735119663686 140735119663686 140735119667179 0
/proc/26237/statm: 2378 345 289 221 0 87 0
[pid=26239] ppid=26237 vsize=13980732 memory=1409800 CPUtime=2520.08 cores=1,3,5,7
/proc/26239/stat : 26239 (java) S 26237 26237 15523 0 -1 1077944320 122663 0 0 0 251667 341 0 0 20 0 15 0 13179528 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 140721833923888 139882331311863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
/proc/26239/statm: 3495183 352450 3254 1 0 3483476 0
[pid=26239/tid=26240] ppid=26237 vsize=13980732 memory=897840 CPUtime=2503.42 cores=1,3,5,7
/proc/26239/task/26240/stat : 26240 (java) R 26237 26237 15523 0 -1 4202560 55966 0 0 0 250080 262 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882335551360 139881937585532 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26241] ppid=26237 vsize=13980732 memory=657280 CPUtime=2.61 cores=1,3,5,7
/proc/26239/task/26241/stat : 26241 (java) S 26237 26237 15523 0 -1 1077944384 4703 0 0 0 252 9 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882265745680 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26242] ppid=26237 vsize=13980732 memory=867000 CPUtime=2.6 cores=1,3,5,7
/proc/26239/task/26242/stat : 26242 (java) S 26237 26237 15523 0 -1 1077944384 4710 0 0 0 250 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882264693136 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26243] ppid=26237 vsize=13980732 memory=1319332 CPUtime=2.61 cores=1,3,5,7
/proc/26239/task/26243/stat : 26243 (java) S 26237 26237 15523 0 -1 1077944384 4471 0 0 0 251 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882263640592 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26244] ppid=26237 vsize=13980732 memory=1348120 CPUtime=2.59 cores=1,3,5,7
/proc/26239/task/26244/stat : 26244 (java) S 26237 26237 15523 0 -1 1077944384 3448 0 0 0 249 10 0 0 20 0 15 0 13179529 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139882262588048 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26245] ppid=26237 vsize=13980732 memory=1348120 CPUtime=1.15 cores=1,3,5,7
/proc/26239/task/26245/stat : 26245 (java) S 26237 26237 15523 0 -1 1077944384 12652 0 0 0 100 15 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881809943024 139882331323010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26246] ppid=26237 vsize=13980732 memory=1409800 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26246/stat : 26246 (java) S 26237 26237 15523 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881808889248 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26247] ppid=26237 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26247/stat : 26247 (java) S 26237 26237 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 13179531 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881807836656 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26248] ppid=26237 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26248/stat : 26248 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881806785232 139882331330459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26249] ppid=26237 vsize=13980732 memory=0 CPUtime=1.95 cores=1,3,5,7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26237 15523 0 -1 1077944384 13204 0 0 0 194 1 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881805731824 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26250] ppid=26237 vsize=13980732 memory=19873 CPUtime=2.1 cores=1,3,5,7
/proc/26239/task/26250/stat : 26250 (java) S 26237 26237 15523 0 -1 1077944384 14877 0 0 0 208 2 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881804679280 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26251] ppid=26237 vsize=13980732 memory=1380 CPUtime=0.43 cores=1,3,5,7
/proc/26239/task/26251/stat : 26251 (java) S 26237 26237 15523 0 -1 1077944384 6600 0 0 0 43 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881803626736 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26252] ppid=26237 vsize=13980732 memory=1348120 CPUtime=0 cores=1,3,5,7
/proc/26239/task/26252/stat : 26252 (java) S 26237 26237 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13179534 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881802574432 139882331322069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
[pid=26239/tid=26253] ppid=26237 vsize=13980732 memory=1380 CPUtime=0.53 cores=1,3,5,7
/proc/26239/task/26253/stat : 26253 (java) S 26237 26237 15523 0 -1 1077944384 661 0 0 0 20 33 0 0 20 0 15 0 13179537 14316269568 352450 18446744073709551615 4194304 4196468 140721833941344 139881801521968 139882331323010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21880832 140721833943474 140721833943650 140721833943650 140721833947087 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1411180 KiB

Child status: 143
Real time (s): 2507.92
CPU time (s): 2520.13
CPU user time (s): 2516.7
CPU system time (s): 3.42355
CPU usage (%): 100.487
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3777436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.42355
maximum resident set size= 3815084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80729
involuntary context switches= 2264


# summary of solver processes directly reported to runsolver:
#   pid: 26237,26239
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.42355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.378 second user time and 23.8539 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 14:48:25
IDJOB=4282094
IDBENCH=135732
IDSOLVER=2677
FILE ID=node130/4282094-1503147715
RUNJOBID= node130-1503095856-15587
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282094-1503147715/watcher-4282094-1503147715 -o /tmp/evaluation-result-4282094-1503147715/solver-4282094-1503147715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 299027005 HOME/instance-4282094-1503147715.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=299027005

node130.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.77
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.77
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.77
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.77
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:        30636484 kB
MemAvailable:   30821940 kB
Buffers:          171208 kB
Cached:           304640 kB
SwapCached:            0 kB
Active:          1419580 kB
Inactive:         308076 kB
Active(anon):    1252260 kB
Inactive(anon):    16748 kB
Active(file):     167320 kB
Inactive(file):   291328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:       1233564 kB
Mapped:            44248 kB
Shmem:             17060 kB
Slab:             109764 kB
SReclaimable:      85284 kB
SUnreclaim:        24480 kB
KernelStack:        3744 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1822816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 15:30:14