Trace number 4398373

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
cosoco 2.O parallel? (MO) 2518.61 2521.04

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark405.318
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -model -nbcores=8 HOME/instance-4398373-1568616556.xml 
0.00/0.01	c intension  iff(le(1,npt[0]),eq(u[0],1)) -> extension (support ? 1) - 281tuples

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398373-1568616556/watcher-4398373-1568616556 -o /tmp/evaluation-result-4398373-1568616556/solver-4398373-1568616556 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568608937-11115 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398373-1568616556.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=12055, runsolver pid=12052

[startup+0.100137 s]*
/proc/loadavg: 2.05 1.24 1.56 2/192 12056
/proc/meminfo: memFree=29213344/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=36456 memory=12860 CPUtime=0.1 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 3425 0 0 0 10 0 0 0 20 0 1 0 437569487 37330944 3215 33554432000 4194304 6211092 140729385478064 140729385474600 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 9147 3215 851 493 0 2452 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36456 KiB
Current children cumulated memory: 12860 KiB

[startup+0.209389 s]*
/proc/loadavg: 2.05 1.24 1.56 2/192 12056
/proc/meminfo: memFree=29215552/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=37924 memory=14180 CPUtime=0.21 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 3761 0 0 0 21 0 0 0 20 0 1 0 437569487 38834176 3545 33554432000 4194304 6211092 140729385478064 140729385474600 5478672 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 9481 3545 851 493 0 2786 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 37924 KiB
Current children cumulated memory: 14180 KiB

[startup+0.308593 s]*
/proc/loadavg: 2.05 1.24 1.56 2/192 12056
/proc/meminfo: memFree=29217240/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=39152 memory=15500 CPUtime=0.31 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 4069 0 0 0 31 0 0 0 20 0 1 0 437569487 40091648 3875 33554432000 4194304 6211092 140729385478064 140729385474600 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 9788 3875 851 493 0 3093 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39152 KiB
Current children cumulated memory: 15500 KiB

[startup+0.70027 s]
/proc/loadavg: 2.05 1.24 1.56 2/192 12056
/proc/meminfo: memFree=29216856/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=43980 memory=20184 CPUtime=0.69 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 5267 0 0 0 69 0 0 0 20 0 1 0 437569487 45035520 5046 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 10995 5046 851 493 0 4300 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43980 KiB
Current children cumulated memory: 20184 KiB

[startup+1.50029 s]
/proc/loadavg: 2.05 1.24 1.56 2/192 12056
/proc/meminfo: memFree=29211836/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=54000 memory=30244 CPUtime=1.49 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 7749 0 0 0 148 1 0 0 20 0 1 0 437569487 55296000 7561 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 13500 7561 851 493 0 6805 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 54000 KiB
Current children cumulated memory: 30244 KiB

[startup+3.1091 s]
/proc/loadavg: 2.05 1.24 1.56 2/191 12059
/proc/meminfo: memFree=29687324/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=74200 memory=50004 CPUtime=3.09 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 12841 0 0 0 308 1 0 0 20 0 1 0 437569487 75980800 12501 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 18550 12501 851 493 0 11855 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 74200 KiB
Current children cumulated memory: 50004 KiB

[startup+6.30028 s]
/proc/loadavg: 1.97 1.24 1.55 2/191 12059
/proc/meminfo: memFree=29649968/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=114668 memory=89596 CPUtime=6.29 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 22836 0 0 0 626 3 0 0 20 0 1 0 437569487 117420032 22399 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 28667 22399 851 493 0 21972 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 114668 KiB
Current children cumulated memory: 89596 KiB

[startup+12.7003 s]
/proc/loadavg: 1.89 1.24 1.55 2/192 12061
/proc/meminfo: memFree=29575884/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=193176 memory=168800 CPUtime=12.69 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 42762 0 0 0 1263 6 0 0 20 0 1 0 437569487 197812224 42200 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 48294 42200 851 493 0 41599 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 193176 KiB
Current children cumulated memory: 168800 KiB

[startup+25.5003 s]
/proc/loadavg: 1.75 1.23 1.54 2/191 12062
/proc/meminfo: memFree=29412424/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=353188 memory=329036 CPUtime=25.49 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 81997 0 0 0 2537 12 0 0 20 0 1 0 437569487 361664512 82259 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 88297 82259 851 493 0 81602 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 353188 KiB
Current children cumulated memory: 329036 KiB

[startup+51.1092 s]
/proc/loadavg: 1.46 1.21 1.53 2/191 12062
/proc/meminfo: memFree=29090884/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=676624 memory=645832 CPUtime=51.1 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 159238 0 0 0 5082 28 0 0 20 0 1 0 437569487 692862976 161458 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 169156 161458 851 493 0 162461 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 676624 KiB
Current children cumulated memory: 645832 KiB

[startup+102.3 s]
/proc/loadavg: 1.20 1.17 1.50 2/192 12074
/proc/meminfo: memFree=28456148/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=1326068 memory=1281832 CPUtime=102.28 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 311630 0 0 0 10180 48 0 0 20 0 1 0 437569487 1357893632 320458 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 331517 320458 851 493 0 324822 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 1326068 KiB
Current children cumulated memory: 1281832 KiB

[startup+162.3 s]
/proc/loadavg: 1.07 1.14 1.47 2/191 12077
/proc/meminfo: memFree=27712232/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=2078756 memory=2026324 CPUtime=162.27 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 490576 0 0 0 16155 72 0 0 20 0 1 0 437569487 2128646144 506581 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 519689 506581 851 493 0 512994 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2078756 KiB
Current children cumulated memory: 2026324 KiB

[startup+222.3 s]
/proc/loadavg: 1.03 1.12 1.44 2/191 12080
/proc/meminfo: memFree=26963784/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=2846656 memory=2772968 CPUtime=222.25 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 669124 0 0 0 22130 95 0 0 20 0 1 0 437569487 2914975744 693242 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 711664 693242 851 493 0 704969 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2846656 KiB
Current children cumulated memory: 2772968 KiB

[startup+282.3 s]
/proc/loadavg: 1.01 1.10 1.41 2/192 12085
/proc/meminfo: memFree=26216452/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=3558928 memory=3519060 CPUtime=282.23 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 847479 0 0 0 28107 116 0 0 20 0 1 0 437569487 3644342272 879765 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 889732 879765 851 493 0 883037 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 3558928 KiB
Current children cumulated memory: 3519060 KiB

[startup+342.3 s]
/proc/loadavg: 1.00 1.08 1.39 2/191 12088
/proc/meminfo: memFree=25466120/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=4358708 memory=4267976 CPUtime=342.22 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 1026094 0 0 0 34083 139 0 0 20 0 1 0 437569487 4463316992 1066994 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 1089677 1066994 851 493 0 1082982 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 4358708 KiB
Current children cumulated memory: 4267976 KiB

[startup+402.3 s]
/proc/loadavg: 1.00 1.06 1.36 2/191 12092
/proc/meminfo: memFree=24720288/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=5070980 memory=5012964 CPUtime=402.2 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 1204245 0 0 0 40059 161 0 0 20 0 1 0 437569487 5192683520 1253241 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 1267745 1253241 851 493 0 1261050 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 5070980 KiB
Current children cumulated memory: 5012964 KiB

[startup+462.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/192 12097
/proc/meminfo: memFree=23974016/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=5907688 memory=5757184 CPUtime=462.19 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 1382707 0 0 0 46033 186 0 0 20 0 1 0 437569487 6049472512 1439296 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 1476922 1439296 851 493 0 1470227 0
Current children cumulated CPU time: 462.19 s
Current children cumulated vsize: 5907688 KiB
Current children cumulated memory: 5757184 KiB


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

Current children cumulated vsize: 24568288 KiB
Current children cumulated memory: 24371136 KiB

[startup+2022.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/192 12239
/proc/meminfo: memFree=4580548/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=25276864 memory=25112424 CPUtime=2021.75 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6007001 0 0 0 200959 1216 0 0 20 0 1 0 437569487 25883508736 6278106 33554432000 4194304 6211092 140729385478064 140729385460424 5451484 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 6319216 6278106 851 493 0 6312521 0
Current children cumulated CPU time: 2021.75 s
Current children cumulated vsize: 25276864 KiB
Current children cumulated memory: 25112424 KiB

[startup+2082.3 s]
/proc/loadavg: 1.08 1.03 1.07 2/193 12244
/proc/meminfo: memFree=3836640/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=25984516 memory=25854700 CPUtime=2081.73 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6184062 0 0 0 206903 1270 0 0 20 0 1 0 437569487 26608144384 6463675 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 6496129 6463675 851 493 0 6489434 0
Current children cumulated CPU time: 2081.73 s
Current children cumulated vsize: 25984516 KiB
Current children cumulated memory: 25854700 KiB

[startup+2142.3 s]
/proc/loadavg: 1.03 1.02 1.07 2/192 12247
/proc/meminfo: memFree=3096048/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=26692168 memory=26595364 CPUtime=2141.71 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6361149 0 0 0 212846 1325 0 0 20 0 1 0 437569487 27332780032 6648841 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 6673042 6648841 851 493 0 6666347 0
Current children cumulated CPU time: 2141.71 s
Current children cumulated vsize: 26692168 KiB
Current children cumulated memory: 26595364 KiB

[startup+2202.3 s]
/proc/loadavg: 1.01 1.02 1.06 2/191 12251
/proc/meminfo: memFree=2350324/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=27400876 memory=27338700 CPUtime=2201.69 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6538466 0 0 0 218788 1381 0 0 20 0 1 0 437569487 28058497024 6834675 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 6850219 6834675 851 493 0 6843524 0
Current children cumulated CPU time: 2201.69 s
Current children cumulated vsize: 27400876 KiB
Current children cumulated memory: 27338700 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/192 12256
/proc/meminfo: memFree=1606868/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=28108528 memory=28079092 CPUtime=2261.68 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6715549 0 0 0 224724 1444 0 0 20 0 1 0 437569487 28783132672 7019773 33554432000 4194304 6211092 140729385478064 140729385460424 5451532 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7027132 7019773 851 493 0 7020437 0
Current children cumulated CPU time: 2261.68 s
Current children cumulated vsize: 28108528 KiB
Current children cumulated memory: 28079092 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/191 12259
/proc/meminfo: memFree=866452/32770624 swapFree=66957024/67108860
[pid=12055] ppid=12052 vsize=29446152 memory=28820516 CPUtime=2321.66 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 6892859 0 0 0 230657 1509 0 0 20 0 1 0 437569487 30152859648 7205129 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7361538 7205129 851 493 0 7354843 0
Current children cumulated CPU time: 2321.66 s
Current children cumulated vsize: 29446152 KiB
Current children cumulated memory: 28820516 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/191 12263
/proc/meminfo: memFree=198920/32770624 swapFree=66957048/67108860
[pid=12055] ppid=12052 vsize=30153540 memory=29560812 CPUtime=2381.64 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 7070371 0 0 0 236593 1571 0 0 20 0 1 0 437569487 30877224960 7390203 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7538385 7390203 851 493 0 7531690 0
Current children cumulated CPU time: 2381.64 s
Current children cumulated vsize: 30153540 KiB
Current children cumulated memory: 29560812 KiB

[startup+2442.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/192 12268
/proc/meminfo: memFree=186832/32770624 swapFree=66367616/67108860
[pid=12055] ppid=12052 vsize=30859608 memory=30297916 CPUtime=2441.64 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 7247038 0 0 0 242535 1629 0 0 20 0 1 0 437569487 31600238592 7427269 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7714902 7427269 421 493 0 7708207 0
Current children cumulated CPU time: 2441.64 s
Current children cumulated vsize: 30859608 KiB
Current children cumulated memory: 30297916 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/192 12279
/proc/meminfo: memFree=201052/32770624 swapFree=65979196/67108860
[pid=12055] ppid=12052 vsize=31565412 memory=31038620 CPUtime=2501.64 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 7425701 0 0 0 248480 1684 0 0 20 0 1 0 437569487 32322981888 7515265 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7891353 7515265 421 493 0 7884658 0
Current children cumulated CPU time: 2501.64 s
Current children cumulated vsize: 31565412 KiB
Current children cumulated memory: 31038620 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2517.5 s]
/proc/loadavg: 1.00 1.01 1.05 2/192 12279
/proc/meminfo: memFree=187108/32770624 swapFree=65886776/67108860
[pid=12055] ppid=12052 vsize=31744272 memory=31224040 CPUtime=2516.84 cores=0-7
/proc/12055/stat : 12055 (cosoco) R 12052 12055 11088 0 -1 4202496 7471593 0 0 0 249984 1700 0 0 20 0 1 0 437569487 32506134528 7538515 33554432000 4194304 6211092 140729385478064 140729385460424 140698388155365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7936068 7538515 421 493 0 7929373 0
Current children cumulated CPU time: 2516.84 s
Current children cumulated vsize: 31744272 KiB
Current children cumulated memory: 31224040 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2521.04 s]
# the end of solver process 12055 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2499.88 s, system=18.7213 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2518.4 s]
/proc/loadavg: 1.00 1.01 1.05 1/193 12280
/proc/meminfo: memFree=198008/32770624 swapFree=65804344/67108860
[pid=12055] ppid=12052 vsize=31744536 memory=31224244 CPUtime=2516.86 cores=0-7
/proc/12055/stat : 12055 (cosoco) D 12052 12055 11088 0 -1 512 7471668 0 7 0 249986 1700 0 0 20 0 1 0 437569487 32506404864 7517957 33554432000 4194304 6211092 140729385478064 140729385460424 5189550 0 16384 4096 8405026 18446744071580419444 0 0 17 1 0 0 50 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7936134 7517957 406 493 0 7929439 0
Current children cumulated CPU time: 2516.86 s
Current children cumulated vsize: 31744536 KiB
Current children cumulated memory: 31224244 KiB

[startup+2519.2 s]
/proc/loadavg: 1.00 1.01 1.05 1/193 12280
/proc/meminfo: memFree=191828/32770624 swapFree=65788988/67108860
[pid=12055] ppid=12052 vsize=31744536 memory=31224368 CPUtime=2517 cores=0-7
/proc/12055/stat : 12055 (cosoco) D 12052 12055 11088 0 -1 512 7480633 0 1290 0 249988 1712 0 0 20 0 1 0 437569487 32506404864 7524407 33554432000 4194304 6211092 140729385478064 140729385460424 5189550 0 16384 4096 8405026 18446744071580419444 0 0 17 5 0 0 115 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7936134 7524407 412 493 0 7929439 0
Current children cumulated CPU time: 2517 s
Current children cumulated vsize: 31744536 KiB
Current children cumulated memory: 31224368 KiB

[startup+2519.4 s]
/proc/loadavg: 1.00 1.01 1.05 1/193 12280
/proc/meminfo: memFree=191828/32770624 swapFree=65788988/67108860
[pid=12055] ppid=12052 vsize=31744536 memory=31224368 CPUtime=2517.04 cores=0-7
/proc/12055/stat : 12055 (cosoco) D 12052 12055 11088 0 -1 512 7483572 0 1711 0 249988 1716 0 0 20 0 1 0 437569487 32506404864 7523611 33554432000 4194304 6211092 140729385478064 140729385460424 5189550 0 16384 4096 8405026 18446744071580419444 0 0 17 5 0 0 131 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7936134 7523611 412 493 0 7929439 0
Current children cumulated CPU time: 2517.04 s
Current children cumulated vsize: 31744536 KiB
Current children cumulated memory: 31224368 KiB

[startup+2519.5 s]
/proc/loadavg: 1.00 1.01 1.05 1/193 12280
/proc/meminfo: memFree=191828/32770624 swapFree=65788988/67108860
[pid=12055] ppid=12052 vsize=31744536 memory=31224368 CPUtime=2517.06 cores=0-7
/proc/12055/stat : 12055 (cosoco) D 12052 12055 11088 0 -1 512 7484740 0 1881 0 249988 1718 0 0 20 0 1 0 437569487 32506404864 7524997 33554432000 4194304 6211092 140729385478064 140729385460424 5189550 0 16384 4096 8405026 18446744071580419444 0 0 17 5 0 0 140 0 0 8312316 8317760 32378880 140729385485329 140729385485421 140729385485421 140729385488334 0
/proc/12055/statm: 7936134 7524997 412 493 0 7929439 0
Current children cumulated CPU time: 2517.06 s
Current children cumulated vsize: 31744536 KiB
Current children cumulated memory: 31224368 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2521.04
CPU time (s): 2518.61
CPU user time (s): 2499.88
CPU system time (s): 18.7213
CPU usage (%): 99.9036
Max. virtual memory (cumulated for all children) (KiB): 31744536
Max. memory (cumulated for all children) (KiB): 31224368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2499.88
system time used= 18.7213
maximum resident set size= 30154324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7484747
page faults= 1883
swaps= 0
block input operations= 130352
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7199
involuntary context switches= 1355


# summary of solver processes directly reported to runsolver:
#   pid: 12055
#   total CPU time (s): 2518.61
#   total CPU user time (s): 2499.88
#   total CPU system time (s): 18.7213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.713 second user time and 13.0073 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-16 08:48:33
IDJOB=4398373
IDBENCH=141359
IDSOLVER=2851
FILE ID=node147/4398373-1568616556
RUNJOBID= node147-1568608937-11115
PBS_JOBID= 21703434
Free space on /tmp= 58880 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398373-1568616556/watcher-4398373-1568616556 -o /tmp/evaluation-result-4398373-1568616556/solver-4398373-1568616556 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568608937-11115 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398373-1568616556.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=168471269

node147.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.52
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.52
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.52
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.52
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:        29218712 kB
MemAvailable:   31808588 kB
Buffers:          121300 kB
Cached:          2741324 kB
SwapCached:        48480 kB
Active:          1323244 kB
Inactive:        1592264 kB
Active(anon):       5500 kB
Inactive(anon):    96960 kB
Active(file):    1317744 kB
Inactive(file):  1495304 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66957024 kB
Dirty:              3400 kB
Writeback:         87836 kB
AnonPages:        114404 kB
Mapped:            48488 kB
Shmem:             40960 kB
Slab:             227996 kB
SReclaimable:     185324 kB
SUnreclaim:        42672 kB
KernelStack:        3424 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     508044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58804 MiB
End job on node147 at 2019-09-16 09:30:34